ComponentInfo.getDefaultPropertyName

Overview | Methods | This Package | All Packages

ComponentInfo.getDefaultPropertyName

Retrieves the name of the default property of the component.

Syntax

public String getDefaultPropertyName()

Return Value

Returns the default property name. If no default event 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   getDefaultPropertyInfo