Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / TextInputOkButton Field


In This Topic
TextInputOkButton Field
In This Topic
Represents the OK button of the form.
Syntax
'Declaration
 
Protected TextInputOkButton As Button
 
'Usage
 
Dim instance As TextInput
Dim value As Button
 
value = instance.TextInputOkButton
 
instance.TextInputOkButton = value
See Also