Volume Control
Application-specific hotkeys for Windows
VolumeControl.CoreAudio.Interfaces.IAudioSelector Interface Reference

Represents a list item selector. More...

Inheritance diagram for VolumeControl.CoreAudio.Interfaces.IAudioSelector:
Collaboration diagram for VolumeControl.CoreAudio.Interfaces.IAudioSelector:

Properties

int SelectedIndex [get, set]
 Gets or sets the currently selected item by its index in the list. More...
 
bool LockSelection [get, set]
 Gets or sets whether the selected item can be changed or not. More...
 

Detailed Description

Represents a list item selector.

Property Documentation

◆ LockSelection

bool VolumeControl.CoreAudio.Interfaces.IAudioSelector.LockSelection
getset

Gets or sets whether the selected item can be changed or not.

Returns
true when the selection cannot be changed; otherwise false.

◆ SelectedIndex

int VolumeControl.CoreAudio.Interfaces.IAudioSelector.SelectedIndex
getset

Gets or sets the currently selected item by its index in the list.

Cannot be changed if LockSelection == true.


The documentation for this interface was generated from the following file: