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


In This Topic
ButtonWrapPriv Property
In This Topic
Internal use only. Gets or sets whether the button index wraps.
Syntax
'Declaration
 
Protected Overridable Property ButtonWrapPriv As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.ButtonWrapPriv = value
 
value = instance.ButtonWrapPriv
See Also