Navigate to: Methods | Constructors | Events | Properties
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 |
|
# | 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 |
|
# | 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 |
Options | Name | Purpose | |
---|---|---|---|
# | WidgetFacade (Control) |
Constructor for the WidgetFacade class |
Options | Name | Purpose | |
---|---|---|---|
+ | System.Windows.Forms.Control Control |
Returns the reference to the Control this instance represents |
|
+ A | CHARACTER DATA-TYPE |
A character value that represents the data type of the field
associated with the widget |
|
+ | CHARACTER FORMAT |
The text format of a widget or browse-cell |
|
+ | LOGICAL HIDDEN |
Indicates whether to "hide" a widget |
|
+ | LOGICAL MODIFIED |
Indicates whether the value of the SCREEN-VALUE attribute for the
widget has changed |
|
+ | CHARACTER NAME |
A string identifier for the specified object or widget |
|
+ | CHARACTER PRIVATE-DATA |
An arbitrary string associated with the handle of an object or widget |
|
+ | CHARACTER SCREEN-VALUE |
The data value in the screen buffer associated with the widget |
|
+ | LOGICAL SENSITIVE |
Indicates whether a widget can receive input focus or events |
|
+ A | CHARACTER TYPE |
The type of a handle |
|
+ | LOGICAL VISIBLE |
Indicates whether a widget is currently visible on the display |
Top
PRIVATE EnabledChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control)
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetFORMAT ()
|
||||||||||||||||||||||||
PROTECTED LOGICAL GetHIDDEN ()
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetSCREEN-VALUE ()
|
||||||||||||||||||||||||
PROTECTED LOGICAL GetSENSITIVE ()
|
||||||||||||||||||||||||
PROTECTED LOGICAL GetVISIBLE ()
|
||||||||||||||||||||||||
PROTECTED SetFORMAT (character)
|
||||||||||||||||||||||||
PROTECTED SetHIDDEN (logical)
|
||||||||||||||||||||||||
PROTECTED SetSCREEN-VALUE (character)
|
||||||||||||||||||||||||
PROTECTED SetSENSITIVE (logical)
|
||||||||||||||||||||||||
PROTECTED SetVISIBLE (logical)
|
PROTECTED WidgetFacade (Control)
|
---|
PUBLIC System.Windows.Forms.Control Control
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER DATA-TYPE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER FORMAT
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HIDDEN
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL MODIFIED
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER NAME
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER PRIVATE-DATA
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SCREEN-VALUE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SENSITIVE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER TYPE
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL VISIBLE
|