Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputScreenTipDialog Class / TextInputCancelButton Field


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