Microsoft SDK for Java

put_casesensitive

This method of the Dispatch Class sets a property on an ActiveX Automation object.

This method requires the object to support IDispatchEx. Only IDispatchEx supports case-sensitive name lookups.

Syntax

public static void put_casesensitive(Object pDispatch, String dispName, Object val);

Parameters

pDispatch The Java proxy of the ActiveX Automation object.
dispName The name of the property that is set by this method.
val The value to assign to the property.

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