VLButtonBar Reference

Read/Write Property ShowButtonInfo

See AlsoSee Also Applies To Applies To

Specifies the information to show in the button area.

 

Syntax

object.ShowButtonInfo[=value]

 

The ShowButtonInfo property syntax has these parts:

Part Description
Object An object expression that evaluates to the objects in Applies to list.
Value An integer specifying the ShowButtonInfo of the objects in Applies to list, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
Constant vlPictureOnly 0 Only picture is shown in the button area.
Constant vlPictureAndCaption 1 (default) Picture and text is shown in the button area.

 

Remark

Conventionally, when using VLButtonBar as outlook bar, both picture and caption should be displayed, where as when used as tool palette, only the picture should be displayed.