Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessTextBox Class / TextBox Property


In This Topic
TextBox Property
In This Topic
Get the textbox control.
Syntax
'Declaration
 
Public ReadOnly Property TextBox As TextBox
 
'Usage
 
Dim instance As ModelessTextBox
Dim value As TextBox
 
value = instance.TextBox
See Also