Custom property editors
A custom property editor is a dialog box, brought up by pressing the ... button on a property value in a property sheet, specially designed for editing the value of that property. Custom property editors range from the simple (for example, editors for strings) to complex (for example, for setting colors in the Editor).
All changes made in custom property editors are applied throughout the environment immediately - for example, changing the background color of the Editor window changes not only any new Editor windows you open but also any that are currently open.
All Property Editor dialog boxes contain these three buttons:
- The OK button closes the dialog box and is shown only if the property is writable.
- The Cancel button reverts to the setting before the property editor was called.
- For properties that have default values, the Default button sets the property to its default value.
For more information on the various property editors, see Custom Property Editors.
Contents | Prev | Next | Index |