VLButtonBar Reference

Read/Write Property ShowCaptionBar

See Also See Also Applies To Applies To

Returns or sets if a caption bar should be displayed for the VLButtonBar control.

 

Syntax

object.ShowCaptionBar[=bool]

 

The ShowCaptionBar property syntax has these parts:

Part Description
Object An object expression that evaluates to the objects in Applies to list.
bool A boolean value specifying if the caption bar should be displayed, as described in Settings.

 

Settings

The settings for bool are:

Setting Description
Constant True Caption bar is displayed.
Constant False (default) Caption bar is not displayed.

 

Remark

When VLButtonBar is deployed as a tool palette, the CaptionBar along with close button provides an intuitive UI widget to close the tool palette.