GrapeCity MultiRow Windows Forms Documentation
ValidIcon Property


Gets or sets the icon to display when validation is successful.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the icon to display when validation is successful.")>
Public Property ValidIcon As Icon
Dim instance As ThreeStateIconNotify
Dim value As Icon
 
instance.ValidIcon = value
 
value = instance.ValidIcon
[DefaultValue()]
[SRDescription("Indicates the icon to display when validation is successful.")]
public Icon ValidIcon {get; set;}

Property Value

The valid icon. The default is a null reference (Nothing in Visual Basic).
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.