The CControl type exposes the following members.

Constructors

  NameDescription
Public methodCControl
Initializes a new instance of the CControl class

Methods

  NameDescription
Public methodDispose
Releases all resources used by the CControl
Public methodToString (Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldBinding
Use to bind a Control to a CControl to allow for automatic manipulation of the controls in a line.
Public fieldKey

Properties

  NameDescription
Public propertyControlClass
Returns a value indicating a combination of classes that define the type of control as specified by the ControlClassConstants enumeration.
Public propertyControlType
Returns the type of control as specified by the ControlTypeConstants enumeration.
Public propertyCtrlItems
Returns a list of all the CCtrlItem available in the control (if any).
Public propertyEnabled
Returns whether the control is enabled or disabled.
Public propertyID
The returns the unique identifier for the current control.
Public propertyIndex
The index of the current control.
Public propertyIsValid
Returns whether the control is valid or not.
Public propertyLongName
Returns the long name of the control as reported by the sound card's driver.
Public propertyMax
Returns the maximum value supported by the control.
Public propertyMin
Returns the minimum value supported by the control.
Public propertyParent
Returns a reference to the parent CLine object.
Public propertyShortName
Returns the short name of the control as reported by the sound card's driver.
Public propertySteps
Returns the increments in which the Value of the current control changes.
Public propertyTag
Gets or sets the object that contains data about the control
Public propertyUniformValue
Allows the modification of the value of the current control regardless of the number channels it supports.
Public propertyValue
Sets or returns an array of values for all the channels available in the control.

See Also