AxHost.AxPropertyInfo.AxPropertyInfo

Overview | Methods | This Package | All Packages

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.