BufferCaps.ControlPan Property (Microsoft.DirectX.DirectSound)

Retrieves whether the buffer has pan control capability.

Definition

Visual Basic Public ReadOnly Property ControlPan As Boolean
C# public bool ControlPan { get; }
C++ public:
property bool ControlPan {
        bool get();
}
JScript public function get ControlPan() : boolean

Property Value

System.Boolean
Value that is set to true if the buffer has pan control capability; otherwise, false.

This property is read-only.