| |
Property name |
Brief description |
|
AllowDocking |
The AllowDocking property determines whether a popup panel can be in docked state. |
|
AllowFloat |
The AllowFloat property determines whether a popup panel can be in floating state. |
|
AutoHide |
The AutoHide property determines whether a popup panel can be in hidden state. |
|
DockEdge |
The DockEdge property returns the settings that determine the sides of parent window to which it is possible to dock the popup panel during form execution. |
|
DockPosition |
The DockPosition property determines edge of the parent window to which a popup panel is docked. |
|
Floating |
The Floating property returns True, if the panel is in floating state. |
|
Form |
The Form property returns parent form for this popup panel. |
|
Height |
The Height property determines vertical size of the popup panel in pixels. |
|
Hidden |
The Hidden property determines state of the panel. |
|
Id |
The Id property determines a unique identifier of the popup panel. |
|
Left |
The Left property determines a coordinate of the left bound of the popup panel. |
|
MetabaseObject |
The MetabaseObject property determines identifier of the form that is displayed in the popup panel. |
|
Text |
The Text property sets the title text for the popup panel, or the text displayed on the tab if the panel is hidden. |
|
Top |
The Top property determines a coordinate of the top bound of the popup panel. |
|
Visible |
The Visible property determines whether a component is displayed at the form runtime. |
|
Width |
The Width property determines horizontal size of the popup panel in pixels. |