Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the display format of a Menu control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration MenuFormat
'Usage
Dim instance As MenuFormat
public enum MenuFormat
Members
| Member name | Description | |
|---|---|---|
| None | Indicates that there is no menu format. | |
| ArrowOnHover | The menu only shows text or a link, depending on the value of the href property. When in focus or when the mouse pointer is resting on it, the menu is highlighted and displays the down arrow. | |
| ArrowAlwaysVisible | The menu always shows a down arrow and is highlighted when in focus or when the mouse pointer is resting on it. | |
| ArrowAlwaysVisibleDark | The menu always shows a down arrow and is highlighted when in focus or when the mouse pointer is resting on it. | |
| ArrowSplitButton | The menu always shows a down arrow and is highlighted and the button split when in focus or when the mouse pointer is resting on it.. | |
| ArrowAlwaysVisibleWithAlternateHover | The menu always shows a down arrow, but shows a different down arrow image when in focus or when the mouse pointer is resting on it. |