The Label type exposes the following members.

Constructors

  NameDescription
Public methodLabelOverloaded.

Methods

  NameDescription
Public methodBeginEdit
Brings the object in edit mode.
(Inherited from BasePersistableObject.)
Public methodCancelEdit
Discards changes since the last BeginEdit()()()() call.
(Inherited from BasePersistableObject.)
Public methodEndEditOverloaded.
Public methodFromXmlOverloaded.
Protected methodGetObjectData
A method called when serializing.
(Inherited from BasePersistableObject.)
Protected methodOnPropertyChanged
Overrides the default behavior.
(Inherited from BasePersistableObject.)
Public methodToString
Overrides the default behavior.
(Inherited from BaseObject.)
Public methodToXmlOverloaded.

Properties

  NameDescription
Public propertyBrush
Gets or sets the brush used to fill the user interface object's image.
(Inherited from BaseObject.)
Public propertyColor
Gets or sets the color of the user interface object.
(Inherited from BaseObject.)
Public propertyIsEdit
Indicates whether the object is in edit mode, which is started using the BeginEdit()()()() method.
(Inherited from BasePersistableObject.)
Public propertyKey
Gets an array of objects representing the key of the BasePersistableObject.
(Inherited from BasePersistableObject.)
Public propertyMenuCaption
Gets or sets the menu caption for the user interface object.
(Inherited from BaseObject.)
Public propertyText
Gets or sets the text which identifies a user interface object.
(Inherited from BaseObject.)

See Also