Spread Windows Forms 10.0 Product Documentation
Position Property (SideButtonBaseInfo)


Gets or sets the position of the side button.
Syntax
'Declaration
 
Public Property Position As LeftRightAlignment
'Usage
 
Dim instance As SideButtonBaseInfo
Dim value As LeftRightAlignment
 
instance.Position = value
 
value = instance.Position
public LeftRightAlignment 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. The button can be inside or outside at 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 Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SideButtonBaseInfo Class
SideButtonBaseInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.