IDLitTool::RegisterCustomization

Syntax | Arguments | Keywords | Version History

The IDLitTool::RegisterCustomization procedure method registers an operation class that represents the graphics customization operation to be associated with this tool.

Syntax

Obj->[IDLitTool::]RegisterCustomization, Name, ClassName

Arguments

Name

A string representing the name of the customization operation.

ClassName

A string representing the classname of the operation being registered.

Keywords

Note
Any keywords provided to this routine are treated as property defaults for the registered operation and applied to the registered object when it is created.

Version History

6.1

Introduced