GrapeCity MultiRow Windows Forms Documentation
Icon Property (IconNotify)


Gets or sets a System.Drawing.Icon that is displayed for the validating Cell.
Syntax
<SRDescriptionAttribute("Indicates the icon that is displayed when the validation fails.")>
<DefaultValueAttribute()>
Public Property Icon As Icon
Dim instance As IconNotify
Dim value As Icon
 
instance.Icon = value
 
value = instance.Icon
[SRDescription("Indicates the icon that is displayed when the validation fails.")]
[DefaultValue()]
public Icon Icon {get; set;}

Property Value

A System.Drawing.Icon that is displayed on the validating Cell. 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

IconNotify Class
IconNotify Members

 

 


Copyright © GrapeCity, inc. All rights reserved.