Overview | Methods | This Package | All Packages
Specifies the properties of the component class.
Syntax
public void getProperties( IProperties props )
Parameters
props
An object implementing the IProperties interface that is used to enumerate the properties.
Remarks
The getProperties method should call the add method of the props parameter to enumerate each property. Each call to add specifies a new property or masks an already defined property of the same name with new attributes.
For a sample implementation of getProperties, see the ClassInfo overview.