Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetInputTextBox Method


In This Topic
GetInputTextBox Method
In This Topic
Internal use only. override get input textbox
Syntax
'Declaration
 
Protected Overridable Function GetInputTextBox() As InputTextBox
 
'Usage
 
Dim instance As SuperEditBase
Dim value As InputTextBox
 
value = instance.GetInputTextBox()
See Also