Spread Windows Forms 8.0 Product Documentation
Position Property (SideButtonBase)


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.
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

Reference

SideButtonBase Class
SideButtonBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.