BehaviorFlags.DisableDriverManagement Property (Microsoft.DirectX.Direct3D)
Retrieves a value that indicates whether Microsoft Direct3D, rather than the driver, manages resources.
Definition
Visual Basic Public ReadOnly Property DisableDriverManagement As Boolean C# public bool DisableDriverManagement { get; } C++ public:
property bool DisableDriverManagement {
bool get();
}JScript public function get DisableDriverManagement() : boolean
Property Value
System.Boolean
Value that is true if Direct3D manages resources, or false if it does not.This property is read-only.
See Also