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


In This Topic
TextboxPriv Property
In This Topic
Internal use only. Gets or sets the input text box.
Syntax
'Declaration
 
Protected Overridable Property TextboxPriv As InputTextBox
 
'Usage
 
Dim instance As SuperEditBase
Dim value As InputTextBox
 
instance.TextboxPriv = value
 
value = instance.TextboxPriv
See Also