Microsoft SDK for Java

AxHost.AxPropertyInfo.AxPropertyInfo

Creates an AxPropertyInfo object.

Syntax

public AxPropertyInfo( Class componentClass, String name, Class type, MemberAttribute[] attributes )

Parameters

componentClass

The class from which the control's get and set methods will come. This should be the class which extends AxHost

name

The name of the property.

type

The type of the property.

attributes

An array of MemberAttribute objects that specify the attributes of this property.

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