Share via


ResultScriptWebPart.RepositionLanguageDropDown property

Whether to reposition the language dropdown

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property RepositionLanguageDropDown As Boolean
    Get
    Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As Boolean

value = instance.RepositionLanguageDropDown

instance.RepositionLanguageDropDown = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool RepositionLanguageDropDown { get; set; }

Property value

Type: System.Boolean

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace