Forms > Forms Assembly Interfaces > IControlBar
The IControlBar interface contains properties and methods of the ControlBar development environment component.
Property name | Brief description | |
![]() |
The AllowDocking property determines whether a popup panel can be in the docked state. | |
![]() |
The AllowFloat property determines whether a popup panel can be in the floating state. | |
![]() |
The AutoHide property determines whether a popup panel can be in the hidden state. | |
![]() |
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. | |
![]() |
The DockPosition property determines the edge of parent window to which the popup panel should be attached. | |
![]() |
The Floating property returns True if the panel is in the floating state. | |
![]() |
The Form property returns the parent form for this popup panel. | |
![]() |
The Height property determines the vertical dimension of the popup panel in pixels. | |
![]() |
The Hidden property determines a state, in which the panel is. | |
![]() |
The Id property determines a unique identifier of the popup panel. | |
![]() |
The Left property determines a coordinate of the left border of the popup panel. | |
![]() |
The MetabaseObject property determines identifier of the form that should be displayed in the popup panel. | |
![]() |
The Text property determines the title text for the popup panel, or the text displayed on the tab if the panel is hidden. | |
![]() |
The Top property determines a coordinate of the top border of the popup panel. | |
![]() |
The Visible property determines whether the component is displayed when a form is executed. | |
![]() |
The Width property determines the horizontal dimension of the popup panel in pixels. |
Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. |
![]() |
Components | The Components property returns the child component, which index is passed by the input parameter. |
![]() |
Data | The Data property is used to store any custom data. |
![]() |
Name | The Name property determines a component name. |
![]() |
Tag | The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes. |
Method name | Brief description | |
![]() |
The DockIn method groups popup panels. | |
![]() |
This DockOf method docks this panel to the panel that is passed by the input parameter. | |
![]() |
The Float method transfers a panel into the floating state. | |
![]() |
The IsDocked method checks if this popup panel is in the same group with the panel that is passed by the input parameter. | |
![]() |
The PutParentForm method sets parent form for the popup panel. |
See also: