GrapeCity MultiRow Windows Forms Documentation
InvalidIconTip Property


Gets or sets the tip text to display with the icon when validation fails.
Syntax
<SRDescriptionAttribute("Indicates the icon hover tip when validation has failed.")>
<DefaultValueAttribute()>
Public Property InvalidIconTip As String
Dim instance As ThreeStateIconNotify
Dim value As String
 
instance.InvalidIconTip = value
 
value = instance.InvalidIconTip
[SRDescription("Indicates the icon hover tip when validation has failed.")]
[DefaultValue()]
public string InvalidIconTip {get; set;}

Property Value

The icon tip text. The default is String.Empty.
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

ThreeStateIconNotify Class
ThreeStateIconNotify Members

 

 


Copyright © GrapeCity, inc. All rights reserved.