Spread Windows Forms 12.0 Product Documentation
ShowInput Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : ShowInput Property
Gets or sets the data validation input message will be displayed whenever the user selects a cell in the data validation range.
Syntax
'Declaration
 
Property ShowInput As Boolean
'Usage
 
Dim instance As IValidation
Dim value As Boolean
 
instance.ShowInput = value
 
value = instance.ShowInput
bool ShowInput {get; set;}

Property Value

true if the data validation input message will be displayed; otherwise, false.
See Also

Reference

IValidation Interface
IValidation Members