[]
Represents a special ValidateActionBase that shows a tool tip for the validating Cell when validation fails.
[ToolboxBitmap(typeof(FpSpread), "TipNotify.png")]
[TypeConverter(typeof(TipNotify.TipNotifyTypeConverter))]
public class TipNotify : ValidateActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "TipNotify.png")>
<TypeConverter(GetType(TipNotify.TipNotifyTypeConverter))>
Public Class TipNotify
Inherits ValidateActionBase
Implements ICloneable, ISerializable, ISerializeSupport, INamedObject
If the ToolTipText property value is null or String.Empty, the tool tip text uses ValidateContext.ValidateInfo.
Name | Description |
---|---|
TipNotify() | Initializes a new instance of the TipNotify class. |
TipNotify(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
ToolTipIcon | Gets or sets a ToolTipIcon that is displayed in the tool tip. |
ToolTipSpan | Gets or sets the period of time, in milliseconds, the tool tip is displayed. |
ToolTipText | Gets or sets the tool tip text. |
ToolTipTitle | Gets or sets the title of the tool tip. |
Name | Description |
---|---|
Clone() | Creates an exact copy of the current TipNotify object. |
Deserialize(XmlNodeReader) | Loads the object from XML. |
DoAction(ValidateActionContext) | Executes the current TipNotify using the |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |