Gets or sets a value indicating whether to display information message when a cell in the validated range is selected.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
bool ShowInputMessage { get; set; } |
Visual Basic
Copy Code
|
|---|
Property ShowInputMessage As Boolean |
true to display information tooltip when an associated cell is selected; otherwise, false.
See Also