Infragistics(R) NetAdvantage(R) WPF
ShowInputMessage Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > DataValidationRule Class : ShowInputMessage Property

Gets or sets the value which indicates whether to show the user an input prompt tooltip when the user selects the cell in Microsoft Excel.

Syntax

Visual Basic (Declaration) 
Public Property ShowInputMessage As Boolean
C# 
public bool ShowInputMessage {get; set;}

Remarks

The input prompt will only be shown if this value is True and the Infragistics.Documents.Excel.DataValidationRule.InputMessageDescription is not null.

See Also