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


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