|
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 |
Top
PUBLIC CloseEmbeddedWindows (logical)
|
|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CloseFromCode ()
|
|||||||||||||||||||||||
PUBLIC EmbedWindow (handle)
|
|||||||||||||||||||||||
PUBLIC EnableDisableOverlayControls ()
|
|||||||||||||||||||||||
PUBLIC FinalizeEmbedding ()
|
|||||||||||||||||||||||
PUBLIC HANDLE GetEmbeddedWindows ()
|
|||||||||||||||||||||||
PUBLIC RefreshButtons ()
|
|||||||||||||||||||||||
PUBLIC UpdateWindowAttributes ()
|
|||||||||||||||||||||||
PUBLIC ViewHideOverlayControls ()
|
|||||||||||||||||||||||
PUBLIC Progress.Windows.WindowContainer WindowContainerOfWidget (handle)
|
PUBLIC System.Windows.Forms.Control ClientArea
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC WIDGET-HANDLE EmbeddedWindow
|
|||||||||
PUBLIC LOGICAL Finalized
|
|||||||||
PUBLIC CHARACTER FrameHandles
|
|||||||||
PUBLIC LOGICAL MakeMdiChild
|
|||||||||
PUBLIC WIDGET-HANDLE MENU-BAR
|
|||||||||
PUBLIC LOGICAL MenuBarAsToolbar
|
|||||||||
PUBLIC LOGICAL MenuItemsAsToolbar
|
|||||||||
PUBLIC DECIMAL MinHeightChars
|
|||||||||
PUBLIC DECIMAL MinWidthChars
|
|||||||||
PUBLIC CHARACTER OriginalWindowTitle
|
|||||||||
PUBLIC System.Collections.Generic.Dictionary <System.Windows.Forms.Control> OverlayControls
|
|||||||||
PUBLIC HANDLE ProcedureHandle
|
|||||||||
PUBLIC LOGICAL ShowAsDialog
|
|||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager
|
|||||||||
PUBLIC INTEGER WindowContainerColOffset
|
|||||||||
PUBLIC INTEGER WindowContainerRowOffset
|
|||||||||
PUBLIC System.Collections.Generic.List <Progress.Windows.WindowContainer> WindowContainers
|
|||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|