[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonPosition

ButtonPosition Enum

Specifies the side button position.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public enum ButtonPosition
Public Enum ButtonPosition
Remarks

Use the members of this enumeration to set the side buttons' position when both buttons are inside or outside of the control border. The left or right information is defined in the enumeration.

Fields

Name Description
LeftInside

Side buttons are at the left side and inside the border.

LeftOutside

Side buttons are at the left and outside the border.

RightInside

Side buttons are at the right and inside of the border.

RightOutside

Side buttons are at the right and outside of the border.