SPRibbonCommand members
Represents a generic ribbon command.
The SPRibbonCommand type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
EnabledStatement | Gets or sets the code that is run to determine whether the command should be enabled. | |
HandlerStatement | Gets or sets the code that is run when the command is invoked. | |
Id | Gets the identifier of the command. |
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