CommandBar
Properties:
BackColor
Border
BorderColor
ButtonBackColor
Buttons
ButtonsAlignment
ButtonTextColor
Enabled
Font
Orientation
Secondary
ToolTip
Transparent
Description:
Availability:
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(); |