ControlBar

Description

The ControlBar class grants the ControlBar development environment component used to create the popup panels on the form.

Properties inherited from IControlBar

   Property name Brief description
The AllowDocking property determines whether a popup panel can be in docked state.
The AllowFloat property determines whether a popup panel can be in floating state.
The AutoHide property determines whether a popup panel can be in hidden state.
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.
The DockPosition property determines edge of the parent window to which a popup panel is docked.
The Floating property returns True, if the panel is in floating state.
The Form property returns parent form for this popup panel.
The Height property determines vertical size of the popup panel in pixels.
The Hidden property determines state of the panel.
The Id property determines a unique identifier of the popup panel.
The Left property determines a coordinate of the left bound of the popup panel.
The MetabaseObject property determines identifier of the form that is displayed in the popup panel.
The Text property sets 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 bound of the popup panel.
The Visible property determines whether a component is displayed at the form runtime.
The Width property determines horizontal size of the popup panel in pixels.

Properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components, located on the parent component.
Components The Components property returns child property, the index of which is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property specifies the component name.
Tag The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes.

Methods inherited from IControlBar

   Method name Brief description
The DockIn method groups the 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 floating state.
The IsDocked method checks whether 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:

Forms Assembly Classes