SPRibbonMenu members
Represents a menu on the ribbon.
The SPRibbonMenu type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRibbonMenu | Initializes a new instance of the SPRibbonMenu object. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier of the menu. | |
Sections | Gets a list of sections in the menu. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IRibbonMenu.Render | Renders the menu XML by using the specified [T:System.Xml::XmlWriter] object. |
Top