Microsoft DirectX 9.0 SDK Update (October 2004)

Device.IsUsingEventHandlers Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets a value that indicates whether the device should use event handlers.

Definition

Visual Basic .NET Public Shared  Property IsUsingEventHandlers As Boolean
C# public static bool IsUsingEventHandlers { get; set; }
Managed C++ public: __property static bool get_IsUsingEventHandlers();
public: __property void set_IsUsingEventHandlers(bool);
JScript .NET public static  function get IsUsingEventHandlers() : boolean
public function set IsUsingEventHandlers(boolean);

Property Value

System.Boolean . A value of true indicates that event handlers are enabled; false indicates that they are disabled.

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center