Spread Windows Forms 15.0
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
    protected Button TextInputCancelButton
    See Also