AnimationController.MaxNumberEvents Property (Microsoft.DirectX.Direct3D)
Retrieves the maximum number of events the controller can support.
Definition
Visual Basic Public ReadOnly Property MaxNumberEvents As Integer C# public int MaxNumberEvents { get; } C++ public:
property int MaxNumberEvents {
int get();
}JScript public function get MaxNumberEvents() : int
Property Value
System.Int32
Maximum number of events.This property is read-only.