The CControl type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CControl | |
| ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| Binding |
Use to bind a Control to a CControl to allow for automatic manipulation of the controls in a line.
| |
| Key |
Properties
| Name | Description | |
|---|---|---|
| ControlClass |
Returns a value indicating a combination of classes that define the type of control as specified by the ControlClassConstants enumeration.
| |
| ControlType |
Returns the type of control as specified by the ControlTypeConstants enumeration.
| |
| CtrlItems |
Returns a list of all the CCtrlItem available in the control (if any).
| |
| Enabled |
Returns whether the control is enabled or disabled.
| |
| ID |
The returns the unique identifier for the current control.
| |
| Index |
The index of the current control.
| |
| IsValid |
Returns whether the control is valid or not.
| |
| LongName |
Returns the long name of the control as reported by the sound card's driver.
| |
| Max |
Returns the maximum value supported by the control.
| |
| Min |
Returns the minimum value supported by the control.
| |
| Parent |
Returns a reference to the parent CLine object.
| |
| ShortName |
Returns the short name of the control as reported by the sound card's driver.
| |
| Steps |
Returns the increments in which the Value of the current control changes.
| |
| Tag |
Gets or sets the object that contains data about the control
| |
| UniformValue |
Allows the modification of the value of the current control regardless of the number channels it supports.
| |
| Value |
Sets or returns an array of values for all the channels available in the control.
|