Share via


LanguageSpecificContent.Controls property

Gets the child controls of the LanguageSpecificContent 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 LanguageSpecificContent
Dim value As ControlCollection

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

Property value

Type: System.Web.UI.ControlCollection
ControlCollection
The child controls of the LanguageSpecificContent control.

See also

Reference

LanguageSpecificContent class

LanguageSpecificContent members

Microsoft.SharePoint.WebControls namespace