TrackDescription.Enable Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a track's enable/disable parameter.
Definition
Visual Basic Public Property Enable As Boolean C# public bool Enable { get; set; } C++ public:
property bool Enable {
bool get();
void set(bool value);
}JScript 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.