This method of the InternetExplorer class sets the value of a property associated with the given object.
public native void PutProperty(java.lang.String Property, com.ms.com.Variant vtValue);
Property | The name of the property to set. |
vtValue | The new value of the property. |