|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| CloseEmbeddedWindows (logical) |
Requests closing of the embedded window |
||
| CloseFromCode () |
Closes the Form after unsubscribing it's own FormClosing event handle |
||
| EmbedWindow (handle) |
Creates a new instance of the Progress.Windows.WindowContainer
instance and embeds the given window widget in that instance -
but does not parent the WindowContainer instance in the Form
(THIS-OBJECT). This is delayed till later. |
||
| EnableDisableOverlayControls () |
Toggles Sensitivity of OverlayControls based on the sensitive status
of the corresponding Widget/Frame |
||
| FinalizeEmbedding () |
Finalize the embedding of an ABL window widget by parenting
the Progress.Windows.WindowContainer instance in the Form
(THIS-OBJECT). Sets the Form Text property and applies the
window-resized event to the window widget. |
||
| HANDLE GetEmbeddedWindows () |
Returns an indeterminate array of the HANDLEs of the embedded Windows |
||
| RefreshButtons () |
Refreshes the state of all overlay buttons in the IEmbeddedWindowForm |
||
| UpdateWindowAttributes () |
Update Form properties with Properties from the WindowWidget |
||
| ViewHideOverlayControls () |
Toggles Visibily of OverlayControls based on the view/hide status
of the corresponding Widget/Frame |
||
| Progress.Windows.WindowContainer WindowContainerOfWidget (handle) |
Returns the WindowContainer that contains the widget |
| Options | Name | Purpose | |
|---|---|---|---|
| System.Windows.Forms.Control ClientArea |
|
||
| WIDGET-HANDLE EmbeddedWindow |
|
||
| LOGICAL Finalized |
|
||
| CHARACTER FrameHandles |
|
||
| LOGICAL MakeMdiChild |
|
||
| WIDGET-HANDLE MENU-BAR |
|
||
| LOGICAL MenuBarAsToolbar |
|
||
| LOGICAL MenuItemsAsToolbar |
|
||
| DECIMAL MinHeightChars |
|
||
| DECIMAL MinWidthChars |
|
||
| CHARACTER OriginalWindowTitle |
|
||
| System.Collections.Generic.Dictionary <System.Windows.Forms.Control> OverlayControls |
|
||
| HANDLE ProcedureHandle |
|
||
| LOGICAL ShowAsDialog |
|
||
| Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager |
|
||
| INTEGER WindowContainerColOffset |
|
||
| INTEGER WindowContainerRowOffset |
|
||
| System.Collections.Generic.List <Progress.Windows.WindowContainer> WindowContainers |
|
||
| CHARACTER WindowPositionRegistryKey |
|
|
Top
CloseEmbeddedWindows (logical)
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CloseFromCode ()
|
|||||||||||||||||||||||
EmbedWindow (handle)
|
|||||||||||||||||||||||
EnableDisableOverlayControls ()
|
|||||||||||||||||||||||
FinalizeEmbedding ()
|
|||||||||||||||||||||||
HANDLE GetEmbeddedWindows ()
|
|||||||||||||||||||||||
RefreshButtons ()
|
|||||||||||||||||||||||
UpdateWindowAttributes ()
|
|||||||||||||||||||||||
ViewHideOverlayControls ()
|
|||||||||||||||||||||||
Progress.Windows.WindowContainer WindowContainerOfWidget (handle)
|
|||||||||||||||||||||||
System.Windows.Forms.Control ClientArea
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
WIDGET-HANDLE EmbeddedWindow
|
|||||||||
LOGICAL Finalized
|
|||||||||
CHARACTER FrameHandles
|
|||||||||
LOGICAL MakeMdiChild
|
|||||||||
WIDGET-HANDLE MENU-BAR
|
|||||||||
LOGICAL MenuBarAsToolbar
|
|||||||||
LOGICAL MenuItemsAsToolbar
|
|||||||||
DECIMAL MinHeightChars
|
|||||||||
DECIMAL MinWidthChars
|
|||||||||
CHARACTER OriginalWindowTitle
|
|||||||||
System.Collections.Generic.Dictionary <System.Windows.Forms.Control> OverlayControls
|
|||||||||
HANDLE ProcedureHandle
|
|||||||||
LOGICAL ShowAsDialog
|
|||||||||
Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager
|
|||||||||
INTEGER WindowContainerColOffset
|
|||||||||
INTEGER WindowContainerRowOffset
|
|||||||||
System.Collections.Generic.List <Progress.Windows.WindowContainer> WindowContainers
|
|||||||||
CHARACTER WindowPositionRegistryKey
|
|||||||||