Microsoft SDK for Java

ComponentInfo.getDefaultPropertyInfo

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.