Checks if this is a user control.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool IsUserControl { get; }
Visual Basic
Public ReadOnly Property IsUserControl As Boolean
	Get
Visual C++
public:
property bool IsUserControl {
	bool get ();
}
F#
member IsUserControl : bool with get

Property Value

Type: Boolean

See Also