VLButtonBar Reference

Read/Write Property Visible

See AlsoSee Also Applies To Applies To

Returns or sets a value indicating whether an object is visible or hidden.

 

Syntax

object.Visible[= boolean]

 

The Visible property syntax has these parts:

Part Description
Object An object expression that evaluates to an object present in the Applies to List.
boolean A Boolean expression.

 

Setting

The settings for Value are:

Settings Description
Constant False Object is hidden.
Constant True (Default) Object is visible.

 

Remarks

This property, along with SetNewIndex method of groups and buttons collections can be used to provide runtime customizability of the button bar without removing the group or button from the corresponding collections.