oncontrolselect property
Sets or retrieves a pointer to the event handler function associated with the HTMLFrameSiteEvents::oncontrolselect event.
Syntax
HRESULT value = object.put_oncontrolselect(VARIANT v);HRESULT value = object.get_oncontrolselect(VARIANT* p);
Property values
Type: VARIANT
Pointer to a VARIANT of type VT_DISPATCH that receives an IDispatch interface pointer that represents an event handler function.
See also
Reference
IHTMLDocument3::attachEvent