[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TipNotify

TipNotify Class

Represents a special ValidateActionBase that shows a tool tip for the validating Cell when validation fails.

Inheritance
TipNotify
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[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
Remarks
note

If the ToolTipText property value is null or String.Empty, the tool tip text uses ValidateContext.ValidateInfo.

Constructors

Name Description
TipNotify()

Initializes a new instance of the TipNotify class.

TipNotify(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

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.

Methods

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 context.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.

See Also