Sets or returns the values of the current control item.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public int Value { get; set; } |
| Visual Basic |
|---|
Public Property Value As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int Value {
int get ();
void set (int value);
} |
See Also