Microsoft DirectX 9.0 SDK Update (October 2004)

TrackDescription.Enable Property

Language:

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

Retrieves or sets a track's enable/disable parameter.

Definition

Visual Basic .NET Public Property Enable As Boolean
C# public bool Enable { get; set; }
Managed C++ public: __property bool get_Enable();
public: __property void set_Enable(bool);
JScript .NET public function get Enable() : boolean
public function set Enable(boolean);

Property Value

System.Boolean . Value that is true to enable the track, or false to disable it.

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