Spread Windows Forms 7.0 Product Documentation
Position Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : Position Property


Glossary Item Box

Gets or sets the position of the side button.

Syntax

Visual Basic (Declaration) 
Public Property Position As ButtonPosition
Visual Basic (Usage)Copy Code
Dim instance As SideButtonBase
Dim value As ButtonPosition
 
instance.Position = value
 
value = instance.Position
C# 
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.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.