Namespace: Consultingwerk.Util
Class 
SetFrameBackgroundColorParameter Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Util.ISetFrameBackgroundColorParameter

File:SetFrameBackgroundColorParameter
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Nov 11 16:17:03 CET 2012


Top Constructor Summary
Options Name Purpose
+ SetFrameBackgroundColorParameter () Constructor for the SetFrameBackgroundColorParameter class
+ SetFrameBackgroundColorParameter (handle, integer) Constructor for the SetFrameBackgroundColorParameter class
+ SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer) Constructor for the SetFrameBackgroundColorParameter class
+ SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer, integer, integer, integer, logical) Constructor for the SetFrameBackgroundColorParameter class
+ SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer, integer, integer, integer, logical, logical) Constructor for the SetFrameBackgroundColorParameter class
+ SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer, logical) Constructor for the SetFrameBackgroundColorParameter class
+ SetFrameBackgroundColorParameter (handle, integer, logical) Constructor for the SetFrameBackgroundColorParameter class
+ SetFrameBackgroundColorParameter (handle, ISetFrameBackgroundColorParameter) Constructor for the SetFrameBackgroundColorParameter class

Top Property Summary
Options Name Purpose
+ INTEGER BrowseColor Gets and sets the color number to be used for BROWSE widgets BGCOLOR
+ INTEGER BrowseColumnColor Gets and sets the color number to be used for BROWSE widgets LABEL-BGCOLOR
+ INTEGER Color Gets and sets the color number to be used for FRAME and WINDOW widgets BGCOLOR
+ LOGICAL ColorLiterals Gets and sets if LITERAL or TEXT widgets BGCOLOR will be set to piColor as well
+ INTEGER DisabledtextColor Gets and sets the color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR when disabled
+ LOGICAL LockWindowUpdate Gets and sets if WidgetHelper:SetFrameBackground should call the Win32 API LockWindowUpdate to prevent flickering on the screen
+ HANDLE Parent Gets and sets the parent FRAME or WINDOW
+ INTEGER RadiosetColor Gets and sets the color number to be used for RADIO-SET widgets BGCOLOR
+ INTEGER TextboxColor Gets and sets the color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR
+ INTEGER ToggleBoxColor Gets and sets The color number to be used for TOGGLE-BOX widgets BGCOLOR


Constructor Detail
Top

PUBLIC SetFrameBackgroundColorParameter ()

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes:

Top

PUBLIC SetFrameBackgroundColorParameter (handle, integer)

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes:

Parameters:
phParent HANDLE
The parent FRAME or WINDOW
piColor INTEGER
The color number to be used for FRAME and WINDOW widgets BGCOLOR
Top

PUBLIC SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer)

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes:

Parameters:
phParent HANDLE
The parent FRAME or WINDOW
piColor INTEGER
The color number to be used for FRAME and WINDOW widgets BGCOLOR
piBrowseColor INTEGER
The color number to be used for BROWSE widgets BGCOLOR
piTextboxColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR
piDisabledtextColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR when disabled
Top

PUBLIC SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer, integer, integer, integer, logical)

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes:

Parameters:
phParent HANDLE
The parent FRAME or WINDOW
piColor INTEGER
The color number to be used for FRAME and WINDOW widgets BGCOLOR
piBrowseColor INTEGER
The color number to be used for BROWSE widgets BGCOLOR
piTextboxColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR
piDisabledtextColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR when disabled
piBrowseColumnColor INTEGER
The color number to be used for BROWSE widgets LABEL-BGCOLOR
piToggleBoxColor INTEGER
The color number to be used for TOGGLE-BOX widgets BGCOLOR
piRadiosetColor INTEGER
The color number to be used for RADIO-SET widgets BGCOLOR
plColorLiterals LOGICAL
When True LITERAL or TEXT widgets BGCOLOR will be set to piColor as well
Top

PUBLIC SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer, integer, integer, integer, logical, logical)

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes:

Parameters:
phParent HANDLE
The parent FRAME or WINDOW
piColor INTEGER
The color number to be used for FRAME and WINDOW widgets BGCOLOR
piBrowseColor INTEGER
The color number to be used for BROWSE widgets BGCOLOR
piTextboxColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR
piDisabledtextColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR when disabled
piBrowseColumnColor INTEGER
The color number to be used for BROWSE widgets LABEL-BGCOLOR
piToggleBoxColor INTEGER
The color number to be used for TOGGLE-BOX widgets BGCOLOR
piRadiosetColor INTEGER
The color number to be used for RADIO-SET widgets BGCOLOR
plColorLiterals LOGICAL
When True LITERAL or TEXT widgets BGCOLOR will be set to piColor as well
plLockWindowUpdate LOGICAL
Logical value indicating the value for LockWindowUpdate
Top

PUBLIC SetFrameBackgroundColorParameter (handle, integer, integer, integer, integer, logical)

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes:

Parameters:
phParent HANDLE
The parent FRAME or WINDOW
piColor INTEGER
The color number to be used for FRAME and WINDOW widgets BGCOLOR
piBrowseColor INTEGER
The color number to be used for BROWSE widgets BGCOLOR
piTextboxColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR
piDisabledtextColor INTEGER
The color number to be used for FILL-IN, EDITOR, COMBO-BOX widgets BGCOLOR when disabled
plLockWindowUpdate LOGICAL
Logical value indicating the value for LockWindowUpdate
Top

PUBLIC SetFrameBackgroundColorParameter (handle, integer, logical)

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes:

Parameters:
phParent HANDLE
The parent FRAME or WINDOW
piColor INTEGER
The color number to be used for FRAME and WINDOW widgets BGCOLOR
plLockWindowUpdate LOGICAL
Logical value indicating the value for LockWindowUpdate
Top

PUBLIC SetFrameBackgroundColorParameter (handle, ISetFrameBackgroundColorParameter)

Purpose: Constructor for the SetFrameBackgroundColorParameter class
Notes: Used during the recursion in WidgetHelper:SetFrameBackgroundColorParameter

Parameters:
phParent HANDLE
The parent FRAME or WINDOW
poParameter Consultingwerk.Util.ISetFrameBackgroundColorParameter
The reference to an existing ISetFrameBackgroundColorParameter instance


Property Detail
Top

PUBLIC INTEGER BrowseColor

Purpose: Gets and sets the color number to be used for BROWSE widgets BGCOLOR
Notes:

Returns INTEGER
Top

PUBLIC INTEGER BrowseColumnColor

Purpose: Gets and sets the color number to be used for BROWSE widgets
LABEL-BGCOLOR
Notes:

Returns INTEGER
Top

PUBLIC INTEGER Color

Purpose: Gets and sets the color number to be used for FRAME and WINDOW
widgets BGCOLOR
Notes:

Returns INTEGER
Top

PUBLIC LOGICAL ColorLiterals

Purpose: Gets and sets if LITERAL or TEXT widgets BGCOLOR will be set to
piColor as well
Notes:

Returns LOGICAL
Top

PUBLIC INTEGER DisabledtextColor

Purpose: Gets and sets the color number to be used for FILL-IN, EDITOR,
COMBO-BOX widgets BGCOLOR when disabled
Notes:

Returns INTEGER
Top

PUBLIC LOGICAL LockWindowUpdate

Purpose: Gets and sets if WidgetHelper:SetFrameBackground should call the
Win32 API LockWindowUpdate to prevent flickering on the screen
Notes: Default is FALSE to avoid interfering with potentially existing code
to avoid window flickering

Returns LOGICAL
Top

PUBLIC HANDLE Parent

Purpose: Gets and sets the parent FRAME or WINDOW
Notes:

Returns HANDLE
Top

PUBLIC INTEGER RadiosetColor

Purpose: Gets and sets the color number to be used for RADIO-SET widgets BGCOLOR
Notes:

Returns INTEGER
Top

PUBLIC INTEGER TextboxColor

Purpose: Gets and sets the color number to be used for FILL-IN, EDITOR,
COMBO-BOX widgets BGCOLOR
Notes:

Returns INTEGER
Top

PUBLIC INTEGER ToggleBoxColor

Purpose: Gets and sets The color number to be used for TOGGLE-BOX widgets BGCOLOR
Notes:

Returns INTEGER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:46:49