MenuSeparatorTemplate.Controls property

Gets an empty ControlCollection object that would normally represent the child controls for a specified server control in the UI hierarchy but is empty for this type of control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Controls As ControlCollection
    Get
'Usage
Dim instance As MenuSeparatorTemplate
Dim value As ControlCollection

value = instance.Controls
public override ControlCollection Controls { get; }

Property value

Type: System.Web.UI.ControlCollection

See also

Reference

MenuSeparatorTemplate class

MenuSeparatorTemplate members

Microsoft.SharePoint.WebControls namespace