[Missing <summary> documentation for "P:NMixerProNET.CtrlItems.IsSynchronized"]

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

Syntax

C#
public bool IsSynchronized { get; }
Visual Basic
Public ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () sealed;
}

Implements

ICollection..::..IsSynchronized

See Also