TemplatePicker.ShowLanguageDropDown Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ShowLanguageDropDown As Boolean
Get
Set
'Usage
Dim instance As TemplatePicker
Dim value As Boolean
value = instance.ShowLanguageDropDown
instance.ShowLanguageDropDown = value
public bool ShowLanguageDropDown { get; set; }
Property Value
Type: System.Boolean