Represents a control within a line.
The CCoreAudio..::..CControl..::..CControlVolume type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Binding |
Use to bind a Windows Forms Control to a CControlObject to allow for automatic manipulation.
(Inherited from CCoreAudio..::..CControl..::..CControlObject.) |
Properties
| Name | Description | |
|---|---|---|
| Channels |
Used to query the number of channels available on the current control
| |
| Max |
Returns the maximum value supported by the control.
| |
| Min |
Returns the minimum value supported by the control.
| |
| Name |
Returns a description of the control that this object represents.
(Inherited from CCoreAudio..::..CControl..::..CControlObject.) | |
| Parent | (Inherited from CCoreAudio..::..CControl..::..CControlObject.) | |
| Steps |
Returns the increments in which the Volume of the current control changes.
| |
| UniformValue | ||
| Volume |
Allows querying and manipulating the volume level of a control
| |
| Volume[([( Int32])]) |
Allows querying and manipulating the volume level of a control on a per channel basis
|
Events
| Name | Description | |
|---|---|---|
| ControlChanged |
Occurs when a control changes its value
(Inherited from CCoreAudio..::..CControl..::..CControlObject.) |