Description:
Override this function is you want to extend the object properties dialog
Syntax:
Description:
Override this function is you want to extend the object properties dialog. This method will be called each time a new document is created for each instance of a object properties panel. On Windows there will be a single panel per document but on Mac there may be many properties panel per document.
Syntax:
protected
virtual
Parameters:
- collection
- Type: ObjectPropertiesPageCollection
- Add custom pages by calling collection.Add
Returns:
Type: void