SPRibbonCommand Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPRibbonCommand class.
Overload List
Name | Description | |
---|---|---|
SPRibbonCommand(String) | Initializes a new instance of the SPRibbonCommand class that has the specified command identifier. | |
SPRibbonCommand(String, String) | Initializes a new instance of the SPRibbonCommand class that has the specified command identifier and the code to run when the command is invoked. | |
SPRibbonCommand(String, String, String) | Initializes a new instance of the SPRibbonCommand class that has the specified command identifier, the code to run when the command is invoked, and the code that determines whether to enable the command. |
Top