CommandBar

Properties:

AutoFill
BackColor
Border
BorderColor
ButtonBackColor
Buttons
ButtonsAlignment
ButtonTextColor
Enabled
Font
Orientation
Secondary
ToolTip
Transparent

Description:

This can be used to access command bar properties in general. is a tree-type structure of command interface buttons.

Availability:

Thick client.

Example:

Form = Catalogs.Rivals.GetListForm();
CP = Form.Controls.CommandBar1;
NewFrame   = New Border(ControlBorderType.Double);
CP.Border     = NewFrame;
CP.BackColor  = WebColors.LavenderBlush;
CP.ToolTip = "Displays when pointinf on a panel border";
Form.Open();


    

1C:Enterprise Developer's Community