Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / ShowInput Property


In This Topic
    ShowInput Property (DataValidation)
    In This Topic
    Gets or sets a value indicating whether to display the input prompt message.
    Syntax
    'Declaration
     
    
    Public Property ShowInput As Boolean
    'Usage
     
    
    Dim instance As DataValidation
    Dim value As Boolean
     
    instance.ShowInput = value
     
    value = instance.ShowInput
    public bool ShowInput {get; set;}

    Property Value

    true if display the input prompt message; otherwise, false.
    See Also