Control.ControlCollection override.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public override ControlCollection Controls { get; } |
Visual Basic
Copy Code
|
---|
Public Overrides ReadOnly Property Controls As ControlCollection |
Property Value
Type: ControlCollection An instance of the System.Web.UI.ControlCollection class that contains references to the control's child controls.
See Also
|