|
Options |
Name |
Purpose |
|
#
|
ActiveTabChangingHandler (Object, ActiveTabChangingEventArgs)
|
Event Handler for the ActiveTabChanging event handler
|
|
+
|
AssignTabLabels (character, character)
|
Assigns the Labels of the Tabfolder based on a Character List
|
|
+
|
LOGICAL CanFindInComponentsCollection (Object)
|
Returns if the component can be found in the ComponentsCollection Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
CloseEmbeddedWindows (logical)
|
Requests closing of the embedded window Inherited from Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm
|
|
+
|
CloseFromCode ()
|
Closes the Form after unsubscribing it's own FormClosing event handle
|
|
+
|
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
|
|
#
|
CreateVerbs ()
|
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
CustomizeToolbar ()
|
Customizes the UltraToolbarController associated with this BaseForm Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
DeleteTabPage (integer)
|
Deletes (removes) a Tab Page
|
|
#
|
DesignerInsertUserControl ()
|
Inserts a user control instance at design time. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
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.
|
|
+
|
EnableDisableOverlayControls ()
|
Toggles Sensitivity of OverlayControls based on the sensitive status
of the corresponding Widget/Frame Inherited from Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm
|
|
+
|
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.
|
|
+
|
FinalizeTabPage (integer)
|
Fianlizes the Embedding of a single Tab Page
|
|
+
|
System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
Returns a List of all Controls in the Form that are of the given type Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
FindPageZeroChilds (logical, logical)
|
Detects Folder98 and other SmartFrames/Viewers
|
|
+
|
FormClosingHandler (Object, FormClosingEventArgs)
|
Event Handler for the FormClosing event of the Form. When a window
is embedded, the FormClosing event will be cancelled and the
WINDOW-CLOSE event to the window will be applied.
|
|
+
|
System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
Returns a List of all Components in the Form Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
AttributeCollection GetAttributes ()
|
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
CHARACTER GetClassName ()
|
Returns the class name of this instance of a component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
CHARACTER GetComponentName ()
|
Returns the name of this instance of a component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
TypeConverter GetConverter ()
|
Returns a type converter for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
EventDescriptor GetDefaultEvent ()
|
Returns the default event for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
PropertyDescriptor GetDefaultProperty ()
|
Returns the default property for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
System.Object GetEditor (Type)
|
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
HANDLE GetEmbeddedWindows ()
|
Returns an indeterminate array of the HANDLEs of the embedded Windows Overrides Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm:GetEmbeddedWindows ()
|
|
+
|
EventDescriptorCollection GetEvents ()
|
Returns the events for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
EventDescriptorCollection GetEvents (Attribute[])
|
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
PropertyDescriptorCollection GetProperties ()
|
Returns the properties for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
PropertyDescriptorCollection GetProperties (Attribute[])
|
Returns the properties for this instance of a component using the
attribute array as a filter. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
System.Object GetPropertyOwner (PropertyDescriptor)
|
Returns an object that contains the property described by the
specified property descriptor. Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
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
|
|
#
|
LoadRibbonQuickAccessToolbar ()
|
Restores the Quick Access Toolbar items from the Registry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
CHARACTER LoadSettings ()
|
Loads the stored window settings (position etc.) from the registry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
CHARACTER LoadSettings (character)
|
Loads stored window settings from the registry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
OnActivated (EventArgs)
|
Raises the Activated event Inherited from Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm
|
|
#
|
OnDeactivate (EventArgs)
|
Raises the Deactivate event Inherited from Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm
|
|
#
|
OnFormClosed (FormClosedEventArgs)
|
Raises the FormClosed event Overrides Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm:OnFormClosed (FormClosedEventArgs)
|
|
#
|
OnFormClosing (FormClosingEventArgs)
|
Raises the FormClosing event Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
OnFormDestroyed (EventArgs)
|
Raises the FormDestroyed event Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
OnLoad (EventArgs)
|
Raises the Load event Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
OnSizeChanged (EventArgs)
|
Raises the SizeChanged event
|
|
+
|
OnVerbClicked (character)
|
Event Handler method for Designer Verbs Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
RefreshButtons ()
|
Refreshes the state of all overlay buttons in the IEmbeddedWindowForm
|
|
#
|
RemoveSetting (character)
|
Removes a stored setting Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
RepositionWindowContainer ()
|
Adjusts the position of the WindowContainer based on the Col- and
Row-Offset
|
|
#
|
RestoreUltraSplitterPosition ()
|
Restores the position of the Ultra Splitter Controls Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
RestoreWindowPosition ()
|
Restores the stored window position Inherited from Consultingwerk.Forms.BaseForm
|
|
+
|
SelectTab (integer)
|
Selects a TabPage
|
|
+
|
SetSplitterFixed ()
|
Sets the Splitter to fixed, disallow users to change the splitter
distance
|
|
#
|
StoreRibbonQuickAccessToolbar ()
|
Stores the current Quick Access Toolbar items in the Registry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
StoreSettings (character)
|
Stores the current window settings (position etc.) to the registry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
StoreSettings (character, character)
|
Stores window settings to the registry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
StoreUltraSplitterPosition ()
|
Stores the position of the UltraSplitter Controls in the Registry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
StoreWindowPosition ()
|
Stores the window position to the resgistry Inherited from Consultingwerk.Forms.BaseForm
|
|
#
|
TimerTickHandler (Object, EventArgs)
|
Event Handler for the Tick Event of the Timer Component
|
|
-
|
ToolClickHandler (Object, ToolClickEventArgs)
|
Event Handler for the ToolClick Event of the UltraToolbarsManager
|
|
-
|
ToolClickTimerTickHandler (Object, EventArgs)
|
Event handler for the Tick event of the ToolClickTimer component
|
|
#
|
ToolDropDownHandler (Object, BeforeToolDropdownEventArgs)
|
Handles the BeforeToolDropDown event of the UltraToolbarsManager
|
|
#
|
UpdateControlsForEventHandler ()
|
Brings Controls/Widget's in sync for handling .NET Events Inherited from Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm
|
|
+
|
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 Inherited from Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm
|
|
+
|
Progress.Windows.WindowContainer WindowContainerOfWidget (handle)
|
Returns the WindowContainer that contains the widget Inherited from Consultingwerk.WindowIntegrationKit.Forms.EmbeddedWindowBaseForm
|