Class ALSystemMixer.TALSystemMixerSliderControl
 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' SystemMixerSliderControl : [[Class ALSystemMixer.TALSystemMixerControl|Mitov.AudioLab.SystemMixerControl]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:30, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabPkg
Unit: ALSystemMixer
Inherits: TALSystemMixerControl
Contents | 
Syntax
Delphi:
type TALSystemMixerSliderControl = class( TALSystemMixerControl )
C++ Builder:
class TALSystemMixerSliderControl : public TALSystemMixerControl
Visual C++ (MFC):
class CTALSystemMixerSliderControl : public CTALSystemMixerControl
C# (.NET):
public ref class SystemMixerSliderControl : Mitov.AudioLab.SystemMixerControl
Summary
Slider Control class for mixer controls available on the system.
Description
Defines a Slider Control class for mixer controls available on the system. The number and type of controls will differ on different machines depend on the hardware.
Properties
Public
- Value - Current value of the slider.
 
From TALSystemMixerControl
Properties
Public
- Index - Returns the index of the control in the controls collection.
 - DetailedName - Returns the full description of the control, the connection and the line.
 - ControlTypeName - Returns type name of the control.
 - ControlType - Returns type of the control.
 - ConnectionType - Returns type of the connection to which the control belongs.
 - LineType - Returns the type of the line to which the control belongs.
 - MaxValue - Returns the Max Value for the mixer control.
 - MinValue - Returns the Min Value for the mixer control.
 - ShortName - Returns the short string that describes the audio line control.
 - Name - Returns the string that describes the audio line control.
 - ControlID - Returns the control ID as obtained from Windows.
 - Parent - Returns the collection owning the control.