ControlBar

Description

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

Properties inherited from IControlBar

   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.

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 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.

Methods inherited from IControlBar

   Method name Brief description
DockIn

The DockIn method groups popup panels.
DockOf

This DockOf method docks this panel to the panel that is passed by the input parameter.
Float

The Float method transfers a panel into the floating state.
IsDocked

The IsDocked method checks if this popup panel is in the same group with the panel that is passed by the input parameter.
PutParentForm

The PutParentForm method sets parent form for the popup panel.

See also:

Forms Assembly Classes