|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CheckSyntax () |
Checks the Syntax of the current source code |
|
+ | CloseEmbeddedWindows (logical) |
Requests closing of the embedded window Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | CloseFromCode () |
Closes the Form after unsubscribing it's own FormClosing event handle |
|
# | 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 |
|
# | DesignerInsertUserControl () |
Inserts a user control instance at design time. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | 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.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | 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. |
|
+ | 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 |
|
+ | 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 Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | 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 |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
+ | InsertText (character, integer) |
Inserts text in the Procedure Editor at the given line |
|
# | 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 |
|
+ | MoveCursor (integer) |
Moves editor cursor to a specified line number, column 1. |
|
# | OnActivated (EventArgs) |
Raises the Activated event Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
# | OnDeactivate (EventArgs) |
Raises the Deactivate event Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
# | OnFormClosed (FormClosedEventArgs) |
Raises the FormClosed event Overrides Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm: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 |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.Forms.BaseForm |
|
+ | RefreshButtons () |
Refreshes the state of all overlay buttons in the IEmbeddedWindowForm |
|
# | 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 |
|
+ | CHARACTER Save () |
Saves the Editor contents |
|
+ | CHARACTER SaveToTemporaryFile () |
Saves the Editor contents to a temporary file |
|
# | 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 |
|
- | ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) |
Event handler for the ToolClick event of the ultraToolbarsManager1 |
|
# | UpdateControlsForEventHandler () |
Brings Controls/Widget's in sync for handling .NET Events Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | 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.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | Progress.Windows.WindowContainer WindowContainerOfWidget (handle) |
Returns the WindowContainer that contains the widget Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
Options | Name | Purpose | |
---|---|---|---|
+ | ProcedureEditorForm () |
Constructor for the ProcedureEditorForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) Inherited from Consultingwerk.Forms.BaseForm |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Windows.Forms.Control ClientArea |
Returns the reference to the main client are of the IEmbeddedWindowForm |
|
+ | LOGICAL DeleteOnFormClosed |
Gets/Sets if the BaseForm instance should automatically delete
itself in the OnFormClosed method (defaults to True). Setting this
to FALSE will allow to let the BaseForm instance in memory (when no
other reference exists), i.e. to access properties of the Form
class when the Form has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
A list of Forms that are dependent from this Form. Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | WIDGET-HANDLE EmbeddedWindow |
Returns the reference to the embedded window widget (ABL window) Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | LOGICAL Finalized |
Flags if the IEmbeddedWindowForm has already been finalized Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | LOGICAL FocusEmbeddedWindowOnActivated |
Controls if the Embedded window should receive Focus, when the Form
is Activated or not Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | CHARACTER FrameHandles |
Gets and sets a comma-delimited list of all FRAME handles in a Window Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL IsClosed |
Returns if the Forms has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL IsModified |
Returns logical value indicating if the current Editor requires
to be saved |
|
+ | LOGICAL IsReadOnly |
Returns logical value indicating if the current Editor is read-only |
|
+ | LOGICAL MakeMdiChild |
Controls if the Form should become an MdiChild of not. Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | WIDGET-HANDLE MENU-BAR |
Gets and sets the reference to the MENU-BAR of the embedded window Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | LOGICAL MenuBarAsToolbar |
Gets and sets if whole MENU-BAR of the window should be rendered as
a toolbar instance Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | 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 Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | DECIMAL MinHeightChars |
Allows the definition of a minimum height in Chars for the embedded
ABL window Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | DECIMAL MinWidthChars |
Allows the definition of a minimum width in Chars for the embedded
ABL window Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER OriginalWindowTitle |
Keeps the original window title (as entered in the AppBuilder) Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | System.Collections.Generic.Dictionary <System.Windows.Forms.Control> OverlayControls |
A Dictionary of Overlay Controls Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | HANDLE PreviousFocus |
A reference to the Widget that had Focus when this Form was
deactivated Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | System.Windows.Forms.FormWindowState PreviousWindowState |
Returns the previous WindowState Inherited from Consultingwerk.Forms.BaseForm |
|
+ | HANDLE ProcedureHandle |
A reference to the procedure that's owning this
EmbeddedWindowBaseForm instance Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | LOGICAL ShowAsDialog |
Controls if the embedded window Form should be shown as a Dialog Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
# | LOGICAL StoreFormPosition |
Controls if this Form instance should store and restore the Form
position and size. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | UltraToolbarsManager ToolbarsManager |
Returns the reference to the UltraToolbarsManager instance contained
in the Embedded Window Form Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | LOGICAL UseStartupSizeAsMinSize |
When set to True the OnLoad method will apply the current form (startup
size) to the MinimumSize. This will be done before loading the stored
Form size from the user profile (e.g. Windows Registry) Inherited from Consultingwerk.Forms.BaseForm |
|
+ | 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 <WindowContainer> WindowContainers |
A collection of the Progress.Windows.WindowsContainer controls used
by this Form Inherited from Consultingwerk.Studio.ProcedureEditor.ProcedureEditorBaseForm |
|
+ | CHARACTER WindowPositionRegistryKey |
Gets and sets the Registry Key used for storing this Forms
window position Inherited from Consultingwerk.Forms.BaseForm |
Top
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CheckSyntax ()
|
|||||||||||||||||||||||||||||||
PUBLIC CloseEmbeddedWindows (logical)
|
|||||||||||||||||||||||||||||||
PUBLIC CloseFromCode ()
|
|||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||
PROTECTED CustomizeToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED DesignerInsertUserControl ()
|
|||||||||||||||||||||||||||||||
PUBLIC EmbedWindow (handle)
|
|||||||||||||||||||||||||||||||
PUBLIC EnableDisableOverlayControls ()
|
|||||||||||||||||||||||||||||||
PUBLIC FinalizeEmbedding ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
|||||||||||||||||||||||||||||||
PUBLIC FormClosingHandler (Object, FormClosingEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||
PUBLIC HANDLE GetEmbeddedWindows ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||||||||
PUBLIC InsertText (character, integer)
|
|||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
|||||||||||||||||||||||||||||||
PUBLIC MoveCursor (integer)
|
|||||||||||||||||||||||||||||||
PROTECTED OnActivated (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnDeactivate (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormClosed (FormClosedEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormDestroyed (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||
PUBLIC RefreshButtons ()
|
|||||||||||||||||||||||||||||||
PROTECTED RestoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER Save ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER SaveToTemporaryFile ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
|||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
|||||||||||||||||||||||||||||||
PROTECTED StoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
|||||||||||||||||||||||||||||||
PRIVATE ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED UpdateControlsForEventHandler ()
|
|||||||||||||||||||||||||||||||
PUBLIC UpdateWindowAttributes ()
|
|||||||||||||||||||||||||||||||
PUBLIC ViewHideOverlayControls ()
|
|||||||||||||||||||||||||||||||
PUBLIC Progress.Windows.WindowContainer WindowContainerOfWidget (handle)
|
PUBLIC ProcedureEditorForm ()
|
---|
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
---|
PROTECTED CHARACTER BindableProperties
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER CategorizedProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control ClientArea
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL DeleteOnFormClosed
|
|||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||||||||||||
PUBLIC WIDGET-HANDLE EmbeddedWindow
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL Finalized
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL FocusEmbeddedWindowOnActivated
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER FrameHandles
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsClosed
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsModified
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsReadOnly
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL MakeMdiChild
|
|||||||||||||||||||||||||||
PUBLIC WIDGET-HANDLE MENU-BAR
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL MenuBarAsToolbar
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL MenuItemsAsToolbar
|
|||||||||||||||||||||||||||
PUBLIC DECIMAL MinHeightChars
|
|||||||||||||||||||||||||||
PUBLIC DECIMAL MinWidthChars
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER OriginalWindowTitle
|
|||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.Dictionary <System.Windows.Forms.Control> OverlayControls
|
|||||||||||||||||||||||||||
PUBLIC HANDLE PreviousFocus
|
|||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.FormWindowState PreviousWindowState
|
|||||||||||||||||||||||||||
PUBLIC HANDLE ProcedureHandle
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL ShowAsDialog
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL StoreFormPosition
|
|||||||||||||||||||||||||||
PUBLIC UltraToolbarsManager ToolbarsManager
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||||||||||||||||||||
PUBLIC INTEGER WindowContainerColOffset
|
|||||||||||||||||||||||||||
PUBLIC INTEGER WindowContainerRowOffset
|
|||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <WindowContainer> WindowContainers
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|