|
Property name |
Brief description |
|
AllowDocking |
The AllowDocking property determines whether a popup panel can be in the docked state. |
|
AllowFloat |
The AllowFloat property determines whether a popup panel can be in the floating state. |
|
AutoHide |
The AutoHide property determines whether a popup panel can be in the hidden state. |
|
DockEdge |
The DockEdge property returns the settings that determine the sides of parent window to which it should be possible to attach the popup panel during execution of the form. |
|
DockPosition |
The DockPosition property determines the edge of parent window to which the popup panel should be attached. |
|
Floating |
The Floating property returns True if the panel is in the floating state. |
|
Form |
The Form property returns the parent form for this popup panel. |
|
Height |
The Height property determines the vertical dimension of the popup panel in pixels. |
|
Hidden |
The Hidden property determines a state, in which the panel is. |
|
Id |
The Id property determines a unique identifier of the popup panel. |
|
Left |
The Left property determines a coordinate of the left border of the popup panel. |
|
MetabaseObject |
The MetabaseObject property determines identifier of the form that should be displayed in the popup panel. |
|
Text |
The Text property determines 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 border of the popup panel. |
|
Visible |
The Visible property determines whether the component is displayed when a form is executed. |
|
Width |
The Width property determines the horizontal dimension of the popup panel in pixels. |