Spread Windows Forms 12.0 Product Documentation
Position Property (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : Position Property
Gets or sets the position of the side button.
Syntax
'Declaration
 
Public Property Position As ButtonPosition
'Usage
 
Dim instance As SideButtonBase
Dim value As ButtonPosition
 
instance.Position = value
 
value = instance.Position
public ButtonPosition Position {get; set;}

Property Value

A ButtonPosition enumeration that indicates the position of the side button.
The default is ButtonPosition.RightInside.
Remarks
With the Position property, you can change the position of the SideButtonBase object. This places the button inside or outside and to the left or right of the container control's border.
See Also

Reference

SideButtonBase Class
SideButtonBase Members