This topic has not yet been rated - Rate this topic

toElement property

Sets or retrieves a reference to the object toward which the user is moving the mouse pointer or, for a touch device, a finger. For the standards based property see IDOMMouseEvent::toElement.

Syntax

HRESULT value = object.put_toElement(IHTMLElement* v);HRESULT value = object.get_toElement(IHTMLElement** p);

Property values

Type: Object

the object being moved to by the mouse or finger.

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.