BufferCaps.StickyFocus Property (Microsoft.DirectX.DirectSound)
Retrieves whether the buffer has sticky focus.
Definition
Visual Basic Public ReadOnly Property StickyFocus As Boolean C# public bool StickyFocus { get; } C++ public:
property bool StickyFocus {
bool get();
}JScript public function get StickyFocus() : boolean
Property Value
System.Boolean
Value that is set to true if the buffer has sticky focus; otherwise, false.This property is read-only.
Remarks
If the user switches to another application not using Microsoft DirectSound, the application's normal buffers are muted, but sticky focus buffers are still audible.