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


In This Topic
ButtonStylePriv Property
In This Topic
Internal use only. Gets or sets the button style.
Syntax
'Declaration
 
Protected Overridable Property ButtonStylePriv As ButtonStyle
 
'Usage
 
Dim instance As SuperEditBase
Dim value As ButtonStyle
 
instance.ButtonStylePriv = value
 
value = instance.ButtonStylePriv
See Also