[]
Represents a special AppearanceActionBase that displays an underline in the validating cell when validation fails.
[ToolboxBitmap(typeof(FpSpread), "LineNotify.png")]
[TypeConverter(typeof(LineNotify._a))]
public class LineNotify : AppearanceActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "LineNotify.png")>
<TypeConverter(GetType(LineNotify._a))>
Public Class LineNotify
Inherits AppearanceActionBase
Implements ICloneable, ISerializable, ISerializeSupport, INamedObject
Name | Description |
---|---|
LineNotify() | Represents the default empty constructor. |
LineNotify(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
LineColor | Gets or sets the color of the underline. |
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. |