ActiveXControl.SetAXProperty


public function SetAXProperty

Prototype:

public function SetAXProperty(property_name, property_value);

Parameters

property_name
a string containing the name of the property
property_value
a string or a number with the new value.

Description:

Sets the value of an ActiveX property.This is a low level API and you should never use this function directly. Is used internally by the ActiveX controls.

Return value:

Returns null.