EventDescription.Enable Property (Microsoft.DirectX.Direct3D)

Retrieves the enable flag.

Definition

Visual Basic Public ReadOnly Property Enable As Boolean
C# public bool Enable { get; }
C++ public:
property bool Enable {
        bool get();
}
JScript public function get Enable() : boolean

Property Value

System.Boolean
Enable flag.

This property is read-only.