[]
Represents a special ValidateActionBase that can display a message when cell validating fails.
[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
Name | Description |
---|---|
MessageBoxNotify() | Represents the default empty constructor. |
MessageBoxNotify(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
Caption | Gets or sets the caption. |
Icon | Gets or sets the Icon. |
Message | Gets or sets the message. |
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 |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |