Returns or sets a value that determines whether the tool button is visible.
Read-write property
object.Visible = [ value ] |
Boolean
There is a limitation in using the .Visible property in the current toolbar/menu system implemenation.
.Visible will return true/false according to the visibility regardless of whether the tool is on the toolbar portion or in a menu.
.Visible is READ-ONLY and cannot be set if the tool is in a menu, but can be set if the tool is on the toolbar portion of a toolbar configuration.
.Visible will return true/false according to the visibility regardless of whether the tool is on the toolbar portion or in a menu.
.Visible is READ-ONLY and cannot be set if the tool is in a menu, but can be set if the tool is on the toolbar portion of a toolbar configuration.