Microsoft SDK for Java

SubProperty.SubProperty

Creates a SubProperty object.

Syntax

public SubProperty( String name, Class type, Object value, Class valueEditorClass )

public SubProperty( String name, Class type, Object value )

Parameters

name

The name of the subproperty.

type

The type of the subproperty.

value

The value of the subproperty.

valueEditorClass

The value editor for the subproperty. If no value is specified for this parameter, the standard value editor is used. For more information about value editors, see IValueEditor.

Remarks

A visual designer can use subproperties to customize immutable values.

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