Returns whether the control is valid or not.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public bool IsValid { get; protected internal set; }
Visual Basic
Public Property IsValid As Boolean
	Get
	Protected Friend Set
Visual C++
public:
property bool IsValid {
	bool get ();
	protected public: void set (bool value);
}

Remarks

Invalid controls are those that are not supported by the engine. Such controls include all those that fall into the cccCLASS_CUSTOM class.

See Also