Top Method Summary
Options Name Purpose
EnabledChangedHandler (Object, EventArgs) Event handler for the EnabledChanged event of the .NET Control
Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control) Returns the IWidget reference for a given .NET Control
Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (UltraGridCell) Returns the IWidget reference for a given .NET Control
A INTEGER GetBGCOLOR () SET method for the BGCOLOR property
A INTEGER GetFGCOLOR () SET method for the FGCOLOR property
CHARACTER GetFORMAT () GET method for the FORMAT property
LOGICAL GetHIDDEN () GET method for the HIDDEN property
CHARACTER GetSCREEN-VALUE () GET method for the SCREEN-VALUE property
LOGICAL GetSENSITIVE () GET method for the SENSITIVE property
LOGICAL GetVISIBLE () GET method for the VISIBLE property
A SetBGCOLOR (integer) SET method for the BGCOLOR property
A SetFGCOLOR (integer) SET method for the FGCOLOR property
SetFORMAT (character) SET method for the FORMAT property
SetHIDDEN (logical) SET method for the HIDDEN property
SetSCREEN-VALUE (character) SET method for the SCREEN-VALUE property
SetSENSITIVE (logical) SET method for the SENSITIVE property
SetVISIBLE (logical) SET method for the VISIBLE property

Top Constructor Summary
Options Name Purpose
WidgetFacade (Control) Constructor for the WidgetFacade class

Top Property Summary
Options Name Purpose
INTEGER BGCOLOR
System.Windows.Forms.Control Control
A CHARACTER DATA-TYPE
INTEGER FGCOLOR
CHARACTER FORMAT
LOGICAL HIDDEN
LOGICAL MODIFIED
CHARACTER NAME
CHARACTER PRIVATE-DATA
CHARACTER SCREEN-VALUE
LOGICAL SENSITIVE
A CHARACTER TYPE
LOGICAL VISIBLE


Method Detail
Top

EnabledChangedHandler (Object, EventArgs)

Purpose: Event handler for the EnabledChanged event of the .NET Control
Notes: Resets the MODIFIFED Attribute when Enabled = TRUE

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control)

Purpose: Returns the IWidget reference for a given .NET Control
Notes: Factory method.
Throws UnsupportedControlTypeException when Controls can not be mapped
to an WidgetFacade instance

Parameters:
poControl System.Windows.Forms.Control
The .NET Control to return the Widget reference for
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the .NET Control
Top

Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (UltraGridCell)

Purpose: Returns the IWidget reference for a given .NET Control
Notes: Factory method.
Throws UnsupportedControlTypeException when Controls can not be mapped
to an WidgetFacade instance

Parameters:
poCell Infragistics.Win.UltraWinGrid.UltraGridCell
The UltraGridColumn to return the Widget reference for
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the .NET Control
Top

INTEGER GetBGCOLOR ()

Purpose: SET method for the BGCOLOR property
Notes:

Returns INTEGER
The BGCOLOR value
Top

INTEGER GetFGCOLOR ()

Purpose: SET method for the FGCOLOR property
Notes:

Returns INTEGER
The FGCOLOR value
Top

CHARACTER GetFORMAT ()

Purpose: GET method for the FORMAT property
Notes:

Returns CHARACTER
Character value indicating the FORMAT Value
Top

LOGICAL GetHIDDEN ()

Purpose: GET method for the HIDDEN property
Notes:

Returns LOGICAL
Logical value indicating the HIDDEN Value
Top

CHARACTER GetSCREEN-VALUE ()

Purpose: GET method for the SCREEN-VALUE property
Notes:

Returns CHARACTER
Character value indicating the SCREEN-VALUE Value
Top

LOGICAL GetSENSITIVE ()

Purpose: GET method for the SENSITIVE property
Notes:

Returns LOGICAL
Logical value indicating the SENSITIVE Value
Top

LOGICAL GetVISIBLE ()

Purpose: GET method for the VISIBLE property
Notes:

Returns LOGICAL
Logical value indicating the VISIBLE Value
Top

SetBGCOLOR (integer)

Purpose: SET method for the BGCOLOR property
Notes:

Parameters:
piValue INTEGER
The new value for the the BGCOLOR property
Top

SetFGCOLOR (integer)

Purpose: SET method for the FGCOLOR property
Notes:

Parameters:
piValue INTEGER
The new value for the the FGCOLOR property
Top

SetFORMAT (character)

Purpose: SET method for the FORMAT property
Notes:

Parameters:
pcValue CHARACTER
The new value for the the FORMAT property
Top

SetHIDDEN (logical)

Purpose: SET method for the HIDDEN property
Notes:

Parameters:
plValue LOGICAL
The new value for the the HIDDEN property
Top

SetSCREEN-VALUE (character)

Purpose: SET method for the SCREEN-VALUE property
Notes:

Parameters:
pcValue CHARACTER
The new value for the the SCREEN-VALUE property
Top

SetSENSITIVE (logical)

Purpose: SET method for the SENSITIVE property
Notes:

Parameters:
plValue LOGICAL
The new value for the the SENSITIVE property
Top

SetVISIBLE (logical)

Purpose: SET method for the VISIBLE property
Notes:

Parameters:
plValue LOGICAL
The new value for the the VISIBLE property


Constructor Detail
Top

WidgetFacade (Control)

Purpose: Constructor for the WidgetFacade class
Notes:

Parameters:
poControl System.Windows.Forms.Control
The reference to the UltraTextEditor this instance should represent


Property Detail
Top

INTEGER BGCOLOR


Returns INTEGER
Top

System.Windows.Forms.Control Control


Returns System.Windows.Forms.Control
Top

CHARACTER DATA-TYPE


Returns CHARACTER
Top

INTEGER FGCOLOR


Returns INTEGER
Top

CHARACTER FORMAT


Returns CHARACTER
Top

LOGICAL HIDDEN


Returns LOGICAL
Top

LOGICAL MODIFIED


Returns LOGICAL
Top

CHARACTER NAME


Returns CHARACTER
Top

CHARACTER PRIVATE-DATA


Returns CHARACTER
Top

CHARACTER SCREEN-VALUE


Returns CHARACTER
Top

LOGICAL SENSITIVE


Returns LOGICAL
Top

CHARACTER TYPE


Returns CHARACTER
Top

LOGICAL VISIBLE


Returns LOGICAL


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:33:17