Overview | Methods | This Package | All Packages
Retrieves the default property of the component.
Syntax
public String getDefaultPropertyInfo()
Return Value
Returns a PropertyInfo object that represents the default property. If no default property is defined, null is returned.
Remarks
The name of the default property is specified in the component's ClassInfo. For more information, see IClassInfo.getDefaultPropertyName.
See Also getDefaultPropertyName