名前 | 解説 | |
---|---|---|
BaseObject コンストラクタ | オーバーロードされます。 |
BaseObjectデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
BaseObject コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
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. | |
Id | Gets the unique id used for serialization purposes. C1.Schedule.BasePersistableObjectから継承されます。 | |
IsEdit | Indicates whether the object is in edit mode, which is started using the BasePersistableObject.BeginEdit method. C1.Schedule.BasePersistableObjectから継承されます。 | |
Key | Gets an array of objects representing the key of the BasePersistableObject. C1.Schedule.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. |
名前 | 解説 | |
---|---|---|
BeginEdit | Brings the object in edit mode. C1.Schedule.BasePersistableObjectから継承されます。 | |
CancelEdit | Discards changes since the last BasePersistableObject.BeginEdit call. C1.Schedule.BasePersistableObjectから継承されます。 | |
EndEdit | Finishes edit mode started by the BasePersistableObject.BeginEdit method and updates a corresponding data source item. C1.Schedule.BasePersistableObjectから継承されます。 | |
FromXml | オーバーロードされます。 オーバーライドされます。 Loads an object from the specified System.Xml.XmlNode. | |
ToString | Overrides the default behavior. | |
ToXml | オーバーロードされます。 オーバーライドされます。 Saves an object into specified System.Xml.XmlWriter. |