|
Options |
Name |
Purpose |
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
MoveHideButtonPanel (integer)
|
Moves the UltraPanel used to hide the section of the embedded window
truncated from the bottom (WindowContainerHeightOffset) during a
resizing operation that makes the Form larger in height
|
|
|
|
OnActivated (EventArgs)
|
Raises the Activated event
|
|
|
|
OnFormClosed (FormClosedEventArgs)
|
Raises the FormClosed event
|
|
|
|
OnSizeChanged (EventArgs)
|
Don't forward sizing events when the window is minimized
|
|
|
|
RefreshButtons ()
|
Refreshes the state of all overlay buttons in the IEmbeddedWindowForm
|
|
|
|
RepositionWindowContainer ()
|
Adjusts the position of the WindowContainer based on the Col- and
Row-Offset
|
|
|
|
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
|
|
|
|
UpdateWindowAttributes ()
|
Update Form properties with Properties from the WindowWidget
|