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.
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.
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8