|
Options |
Name |
Purpose |
|
+
|
AssignTabLabels (character, character)
|
Assigns the Labels of the Tabfolder based on a Character List
|
|
+
|
CloseEmbeddedWindows (logical)
|
Requests closing of the embedded window Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
CloseFromCode ()
|
Closes the Form after unsubscribing it's own FormClosing event handle Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
CloseTabs ()
|
Closes the dynamically created windows and WindowContainer objects
|
|
+
|
CreateTab (character, integer)
|
Creates a Tab on the TabFolder with the given Label and key
|
|
+
|
CreateTabPageFrame (integer)
|
Creates the Window and Frame used for folder pages
|
|
+
|
CreateTabs (character)
|
Creates Tabs for a list of Tabs
|
|
+
|
CreateTabs (character, character)
|
Creates Tabs for a list of Tabs
|
|
+
|
DeleteTabPage (integer)
|
Deletes (removes) a Tab Page
|
|
+
|
DisableFolderPage (integer)
|
Disables a folder Page
|
|
+
|
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. Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
EnableDisableOverlayControls ()
|
Toggles Sensitivity of OverlayControls based on the sensitive status
of the corresponding Widget/Frame Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
EnableFolderPage (integer)
|
Enables a folder Page
|
|
+
|
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. Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
FinalizeTabPage (integer)
|
Fianlizes the Embedding of a single Tab Page
|
|
+
|
HANDLE GetEmbeddedWindows ()
|
Returns an indeterminate array of the HANDLEs of the embedded Windows Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
System.Windows.Forms.Control GetTabPageControl (integer)
|
Returns the UltraTab Control that was created for a tab page
|
|
+
|
HANDLE GetTabPageFrame (integer)
|
Returns the HANDLE of the ABL Frame that was created as the default
frame for a tab page
|
|
+
|
HANDLE GetTabPageWindow (integer)
|
Returns the HANDLE of the ABL Window that was created for a tab page
|
|
+
|
Progress.Windows.WindowContainer GetTabPageWindowContainer (integer)
|
Returns the WindowContainer Control that was created for a tab page
|
|
+
|
RefreshButtons ()
|
Refreshes the state of all overlay buttons in the IEmbeddedWindowForm Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
SelectTab (integer)
|
Selects a TabPage
|
|
+
|
UpdateWindowAttributes ()
|
Update Form properties with Properties from the WindowWidget Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
ViewHideOverlayControls ()
|
Toggles Visibily of OverlayControls based on the view/hide status
of the corresponding Widget/Frame Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|
|
+
|
Progress.Windows.WindowContainer WindowContainerOfWidget (handle)
|
Returns the WindowContainer that contains the widget Inherited from Consultingwerk.WindowIntegrationKit.Forms.IEmbeddedWindowForm
|