MindFusion WinForms Programmer's Guide
IValidation.ShowInputMessage Property
See Also
 





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

 Syntax

C#  Copy Code

bool ShowInputMessage { get; set; }

Visual Basic  Copy Code

Property ShowInputMessage As Boolean

 Property Value

true to display information tooltip when an associated cell is selected; otherwise, false.

 See Also

IValidation Members
IValidation Interface
MindFusion.Spreadsheet Namespace