GrapeCity MultiRow Windows Forms Documentation
InvalidIcon Property


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

Property Value

The invalid 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.