PresentParameters.ForceNoMultiThreadedFlag Property (Microsoft.DirectX.Direct3D)

Retrieves or sets a Boolean value that indicates whether an application can use multithreading.

Definition

Visual Basic Public Property ForceNoMultiThreadedFlag As Boolean
C# public bool ForceNoMultiThreadedFlag { get; set; }
C++ public:
property bool ForceNoMultiThreadedFlag {
        bool get();
        void set(bool value);
}
JScript public function get ForceNoMultiThreadedFlag() : boolean
public function set ForceNoMultiThreadedFlag(boolean);

Property Value

System.Boolean
Value that is true if multithreading is allowed in the application, or false if it is not.

This property is read/write.