The Status type exposes the following members.

Constructors

  Name Description
Public method Status()()()()
Creates the new custom Status object with default parameters.
Public method Status(Guid)
Initializes a new instance of the Status class with the specified key.
Public method Status(Int32)
Initializes a new instance of the Status class with the specified key.
Public method Status(String)
Creates a new instance of the custom Status object with the specified text.
Public method Status(StatusTypeEnum)
Creates a new instance of the Status class and initializes it with the specified type.
Public method Status(String, String)
Creates the new custom Status object with specified text and menu caption.
Public method Status(StatusTypeEnum, CultureInfo)
Creates a new instance of the Status class and initializes it with the specified type.
Public method Status(Color, String, String)
Creates the new custom Status object with specified color, text and menu caption.
Public method Status(Color, String, String, C1Brush)
Creates the new custom Status object with specified parameters.

Methods

  Name Description
Public method BeginEdit
Brings the object in edit mode.
(Inherited from BasePersistableObject.)
Protected method BeginEditInternal (Inherited from BasePersistableObject.)
Public method CancelEdit
Discards changes since the last BeginEdit()()()() call.
(Inherited from BasePersistableObject.)
Public method EndEdit()()()()
Finishes edit mode started by the BeginEdit()()()() method and updates a corresponding data source item.
(Inherited from BasePersistableObject.)
Protected method EndEdit(Boolean)
(Inherited from BasePersistableObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FromXml(XmlReader)
Loads an object from the specified XmlReader.
(Inherited from BaseObject.)
Public method FromXml(Stream)
Loads an object from the specified Stream.
(Inherited from BasePersistableObject.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnPropertyChanged
Overrides the default behavior.
(Inherited from BasePersistableObject.)
Public method ToString
Overrides the default behavior.
(Inherited from BaseObject.)
Public method ToXml(XmlWriter)
Saves an object into specified XmlWriter.
(Inherited from BaseObject.)
Public method ToXml(Stream)
Saves an object to the specified Stream.
(Inherited from BasePersistableObject.)

Properties

  Name Description
Public property Brush
Gets or sets the brush used to fill the user interface object's image.
(Inherited from BaseObject.)
Public property Color
Gets or sets the color of the user interface object.
(Inherited from BaseObject.)
Public property IsEdit
Indicates whether the object is in edit mode, which is started using the BeginEdit()()()() method.
(Inherited from BasePersistableObject.)
Public property Key
Gets an array of objects representing the key of the BasePersistableObject.
(Inherited from BasePersistableObject.)
Public property MenuCaption
Gets or sets the menu caption for the user interface object.
(Inherited from BaseObject.)
Public property StatusType
Gets the StatusTypeEnum value determining the type of the status.
Public property Text
Gets or sets the text which identifies a user interface object.
(Inherited from BaseObject.)

See Also