MenuSection Element
Applies to: SharePoint Foundation 2010
Defines a section of a menu.
<MenuSection
Id="Text"
Title="Text"
Scrollable="TRUE | FALSE"
Sequence="Integer"
MaxHeight="Integer"
DisplayMode="Menu | Menu16 | Menu32"
/>
Attributes
Attribute |
Description |
---|---|
Id |
Required. A string that identifies the element. |
Title |
Optional. A string to be displayed as the title of the menu section. |
Scrollable |
Optional. TRUE to make this section of the menu scrollable. |
Sequence |
Optional. An integer that specifies the order of placement among sibling XML nodes. |
MaxHeight |
Optional. Specifies the maximum height of the section in pixels. |
DisplayMode |
Optional. An enumeration value that determines how controls in this section of the menu are rendered.
|
Child Elements
Note
A MenuSection element must contain either a Controls element or a Gallery element.
Parent Elements
Occurrences
Minimum: 1 Maximum: unbounded |