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


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