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
For each property, getProperties calls the add method of the props parameter. For a sample implementation, see the ClassInfo overview.