The BaseObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BaseObject | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | BeginEdit |
Brings the object in edit mode.
(Inherited from BasePersistableObject.) |
![]() | CancelEdit |
Discards changes since the last BeginEdit()()()() call.
(Inherited from BasePersistableObject.) |
![]() | EndEdit | Overloaded. |
![]() | FromXml | Overloaded. |
![]() | GetObjectData |
A method called when serializing.
(Inherited from BasePersistableObject.) |
![]() | OnPropertyChanged |
Overrides the default behavior.
(Inherited from BasePersistableObject.) |
![]() | ToString |
Overrides the default behavior.
(Overrides Object..::..ToString()()()().) |
![]() | ToXml | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | Brush |
Gets or sets the brush used to fill the user interface object's image.
|
![]() | Color |
Gets or sets the color of the user interface object.
|
![]() | IsEdit |
Indicates whether the object is in edit mode,
which is started using the BeginEdit()()()() method.
(Inherited from BasePersistableObject.) |
![]() | Key |
Gets an array of objects representing the key of the BasePersistableObject.
(Inherited from BasePersistableObject.) |
![]() | MenuCaption |
Gets or sets the menu caption for the user interface object.
|
![]() | Text |
Gets or sets the text which identifies a user interface object.
|