IHTMLAnchorElement_onfocus property

Sets or retrieves a pointer to the event handler function associated with the HTMLFrameSiteEvents::onfocus event.

Syntax

HRESULT value = object.put_onfocus(VARIANT v);HRESULT value = object.get_onfocus(VARIANT* v);

Property values

Type: VARIANT

the IDispatch interface of an object with a default method that is invoked when the event occurs.

 

 

Show: