Microsoft SDK for Java

setProperty

This method of the ActiveXComponent Class sets a variant property of the ActiveX control.

Syntax

public void setProperty(String name, Variant value);

Parameters

name The name of the property to set.
value The value of the property.

Exceptions

IllegalArgumentException if name is null.

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