Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
SDK Documentation
 DropDownModes Enumeration

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
DropDownModes Enumeration (Microsoft.SharePoint.Portal.WebControls)
This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Visual Basic (Declaration)
Public Enumeration DropDownModes
Visual Basic (Usage)
Dim instance As DropDownModes
C#
public enum DropDownModes
 Member nameDescription
DisplayContextualScopeDD 
DisplayScopeDD 
HideDD_NoScope 
HideDD_useDefaultScope 
HideScopeDD 
ShowDD 
ShowDD_DefaultContextual 
ShowDD_DefaultURL 
ShowDD_NoContextual 
ShowDD_NoContextual_DefaultURL 
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Descriptions      Mark Zak   |   Edit   |   Show History

I was looking for a description of the DropDown modes provided by the Search Box Scope dropdown. Finally found them in a whitepaper, and thought I would post them here as well to propogate that knowledge.

The DropDownModeEx property supports the following values:
• HideScopeDD: Do not show the search scopes drop-down list.
• ShowDD: Show the drop-down menu, and include the search scopes defined both for the SSP and the site collection.
• ShowDD_DefaultURL: This option has the same behavior as the ShowDD option, but provides the default selection on what is provided in a query string.
• ShowDD_DefaultContextual: This option has the same behavior as the ShowDD option, but provides the default selection on the first scope in the list that is identified as the most relevant contextual scope.
• ShowDD_NoContextual: Shows the search drop-down list with only the SSP-defined scopes.
• ShowDD_NoContextual_DefaultURL: This option has the same behavior as the ShowDD_NoContextual option, but provides the default selection for the query string.

Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker