Device.IsUsingEventHandlers Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a value that indicates whether the device should use event handlers.
Definition
Visual Basic Public Shared Property IsUsingEventHandlers As Boolean C# public static bool IsUsingEventHandlers { get; set; } C++ public:
static property bool IsUsingEventHandlers {
bool get();
void set(bool value);
}JScript 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.