Gets controls.

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

Syntax

C#
public override ControlCollection Controls { get; }
Visual Basic
Public Overrides ReadOnly Property Controls As ControlCollection
	Get
Visual C++
public:
virtual property ControlCollection^ Controls {
	ControlCollection^ get () override;
}
F#
abstract Controls : ControlCollection with get
override Controls : ControlCollection with get

Property Value

Type: ControlCollection

See Also