ContextMenu Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ContextMenu() | Initializes a new instance of the ContextMenu class. | |
ContextMenu(String) | Initializes a new instance of the ContextMenu class from outer XML. | |
ContextMenu(array<OpenXmlElement[]) | Initializes a new instance of the ContextMenu class with the specified child elements. | |
ContextMenu(IEnumerable<OpenXmlElement>) | Initializes a new instance of the ContextMenu class with the specified child elements. |
Top