[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ButtonVisibility

ButtonVisibility Enum

Specifies the visibility of side button.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ButtonVisibility
Public Enum ButtonVisibility
Remarks

The members of this enumeration allow users to set when to show the side buttons.

Fields

Name Description
NotShown

Button is not shown.

ShowAlways

Button is always shown.

ShowOnFocus

Button is shown when control's GrapeCity.Windows.InputMan.Primitives.ControlBase.IsActive property is true.