[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonBaseInfo.Visible

Visible Property

Visible

Gets or sets the visibility of the side button.

Declaration
public ButtonVisibility Visible { get; set; }
Public Property Visible As ButtonVisibility
Property Value
Type Description
ButtonVisibility

A ButtonVisibility enumeration that indicates the visibility settings for the side button.
The default is ButtonVisibility.ShowAlways.

Remarks

The Visible property determines when the SideButtonBase is visible. The button can be always shown, shown only if the container control gets focus, or never shown.