[]
        
(Showing Draft Content)

FarPoint.Win.Spread.MessageBoxNotify

MessageBoxNotify Class

Represents a special ValidateActionBase that can display a message when cell validating fails.

Inheritance
MessageBoxNotify
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[ToolboxBitmap(typeof(FpSpread), "MessageBoxNotify.png")]
[TypeConverter(typeof(MessageBoxNotify.MessageBoxNotifyTypeConverter))]
public class MessageBoxNotify : ValidateActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "MessageBoxNotify.png")>
<TypeConverter(GetType(MessageBoxNotify.MessageBoxNotifyTypeConverter))>
Public Class MessageBoxNotify
    Inherits ValidateActionBase
    Implements ICloneable, ISerializable, ISerializeSupport, INamedObject

Constructors

Name Description
MessageBoxNotify()

Represents the default empty constructor.

MessageBoxNotify(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Caption

Gets or sets the caption.

Icon

Gets or sets the Icon.

Message

Gets or sets the message.

Methods

Name Description
Clone()

Creates an exact copy of the current MessageBoxNotify.

Deserialize(XmlNodeReader)

Loads the object from XML.

DoAction(ValidateActionContext)

Executes the current ValidateActionBase using the context.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.