GrapeCity MultiRow Windows Forms Documentation
ErrorIcon Property (Cell)


Gets or sets the glyph describing an error condition associated with the cell.
Syntax
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property ErrorIcon As Icon
Dim instance As Cell
Dim value As Icon
 
instance.ErrorIcon = value
 
value = instance.ErrorIcon
[Browsable(false)]
[DefaultValue()]
public Icon ErrorIcon {get; set;}

Property Value

A System.Drawing.Icon value that represents a glyph that describes an error condition associated with the cell. The default is a null reference (Nothing in Visual Basic).
Remarks
The ErrorIcon takes effect when ErrorText is set to a value other than String.Empty. An ErrorIcon is then shown on the cell. When ErrorIcon is a null reference (Nothing in Visual Basic), and the ErrorText property is set to a value other than String.Empty, the default icon is shown in the cell.
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

Cell Class
Cell Members
ErrorText Property
ErrorIconAlignment Property

 

 


Copyright © GrapeCity, inc. All rights reserved.