This topic has not yet been rated - Rate this topic

isTrusted property

Gets a value that indicates whether a trusted event source created an event.

Internet Explorer 9

Syntax

HRESULT value = object.get_isTrusted(* p);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

The event is trusted.

VARIANT_FALSE (true)

The event is a custom event that the IDocumentEvent::createEvent method created.

See also

Reference
IDocumentEvent::createEvent
IDOMEvent::initEvent

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.