The Status type exposes the following members.

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