Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ButtonWrap Property


In This Topic
ButtonWrap Property
In This Topic
Gets or sets whether the button index wraps when it reaches the value specified by the ButtonMin and ButtonMax properties.
Syntax
'Declaration
 
Public Overridable Property ButtonWrap As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.ButtonWrap = value
 
value = instance.ButtonWrap
See Also