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.
public static void put_casesensitive(Object pDispatch, String dispName, Object val);
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. |