[]
Represents a special AppearanceActionBase that displays an error icon for the validating cell when validation fails.
[ToolboxBitmap(typeof(FpSpread), "IconNotify.png")]
[TypeConverter(typeof(IconNotify.IconNotifyTypeConverter))]
public class IconNotify : AppearanceActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "IconNotify.png")>
<TypeConverter(GetType(IconNotify.IconNotifyTypeConverter))>
Public Class IconNotify
Inherits AppearanceActionBase
Implements ICloneable, ISerializable, ISerializeSupport, INamedObject
Name | Description |
---|---|
IconNotify() | Initializes a new instance of the IconNotify class. |
IconNotify(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
IconNotify(string) | Initializes a new instance of the IconNotify class. |
Name | Description |
---|---|
Icon | Gets or sets a Icon that is displayed for the validating Cell. |
IconAlignment | Gets or sets the alignment of the Icon. |
IconTip | Gets or sets a string value that is shown when the pointer is hovering over the Icon. |
Name | Description |
---|---|
Clone() | Creates an exact copy of the current IconNotify value. |
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |