SpreadsheetGear 2017
ShowInputMessage Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : ShowInputMessage Property
Gets or sets the property which specifies whether an input message should be displayed when one of the represented cells is active.
Syntax
'Declaration
 
Property ShowInputMessage As System.Boolean
'Usage
 
Dim instance As IValidation
Dim value As System.Boolean
 
instance.ShowInputMessage = value
 
value = instance.ShowInputMessage
System.bool ShowInputMessage {get; set;}
read-write property ShowInputMessage: System.Boolean; 
function get,set ShowInputMessage : System.boolean
__property System.bool get_ShowInputMessage();
__property void set_ShowInputMessage( 
   System.bool value
);
property System.bool ShowInputMessage {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValidation Interface
IValidation Members
InputMessage Property
InputTitle Property