|
Navigate to: Methods | Constructors | Events | Properties
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 |
Returns the reference to the main client are of the IEmbeddedWindowForm |
|
+ | WIDGET-HANDLE EmbeddedWindow |
Returns the reference to the embedded window widget (ABL window) |
|
+ | LOGICAL Finalized |
Flags if the IEmbeddedWindowForm has already been finalized |
|
+ | CHARACTER FrameHandles |
Gets and sets a comma-delimited list of all FRAME handles in a Window |
|
+ | LOGICAL MakeMdiChild |
Controls if the Form should become an MdiChild of not. |
|
+ | WIDGET-HANDLE MENU-BAR |
Gets and sets the reference to the MENU-BAR of the embedded window |
|
+ | LOGICAL MenuBarAsToolbar |
Gets and sets if whole MENU-BAR of the window should be rendered as
a toolbar instance |
|
+ | LOGICAL MenuItemsAsToolbar |
Gets and sets if MENU-ITEM Type Menu-Items of the Main-Menubar
(Windows MENU-BAR) should be rendered as a separate toolbar instance |
|
+ | DECIMAL MinHeightChars |
Allows the definition of a minimum height in Chars for the embedded
ABL window |
|
+ | DECIMAL MinWidthChars |
Allows the definition of a minimum width in Chars for the embedded
ABL window |
|
+ | CHARACTER OriginalWindowTitle |
Keeps the original window title (as entered in the AppBuilder) in a |
|
+ | System.Collections.Generic.Dictionary <System.Windows.Forms.Control> OverlayControls |
A Dictionary of Overlay Controls |
|
+ | HANDLE ProcedureHandle |
A reference to the procedure that's owning this
EmbeddedWindowBaseForm instance |
|
+ | LOGICAL ShowAsDialog |
Controls if the embedded window Form should be shown as a Dialog |
|
+ | Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager |
Returns the reference to the UltraToolbarsManager instance contained
in the Embedded Window Form |
|
+ | INTEGER WindowContainerColOffset |
Gets and Sets the Col offset used when positioning the
WindowContainer control in this .NET Form. |
|
+ | INTEGER WindowContainerRowOffset |
Gets and Sets the default Row offset used when positioning the
WindowContainer control in this .NET Form. |
|
+ | System.Collections.Generic.List <Progress.Windows.WindowContainer> WindowContainers |
A collection of the Progress.Windows.WindowsContainer controls used
by this Form |
|
+ | CHARACTER WindowPositionRegistryKey |
Gets and sets the Registry Key used for storing this Forms
window position |
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
|