Gets the control.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public Control Control { get; }
Visual Basic
Public ReadOnly Property Control As Control
	Get
Visual C++
public:
property Control^ Control {
	Control^ get ();
}

See Also