The CCtrlItem type exposes the following members.

Constructors

  NameDescription
Public methodCCtrlItem
Initializes a new instance of the CCtrlItem class

Methods

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

Fields

  NameDescription
Public fieldBinding
Use to bind a Control to a CCtrlItem item to allow for automatic manipulation of the control items in a control.
Public fieldKey

Properties

  NameDescription
Public propertyIndex
The index of the current control item.
Public propertyItemName
Returns the name of the current control item as reported by the sound card's driver.
Public propertyParent
Returns a reference to the parent CControl object.
Public propertyTag
Gets or sets the object that contains data about the control
Public propertyUniformValue
This property is the same as Value and is only provided for compatibility purposes with the Binding support.
Public propertyValue
Sets or returns the values of the current control item.

See Also