GrapeCity MultiRow Windows Forms Documentation
ValidIconTip Property


Gets or sets the tip text to display with the icon when validation is successful.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the icon hover tip when validation is successful.")>
Public Property ValidIconTip As String
Dim instance As ThreeStateIconNotify
Dim value As String
 
instance.ValidIconTip = value
 
value = instance.ValidIconTip
[DefaultValue()]
[SRDescription("Indicates the icon hover tip when validation is successful.")]
public string ValidIconTip {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.