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