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


In This Topic
    ShowInput Property (BuiltInDataValidation)
    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 BuiltInDataValidation
    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