public class DashboardDomainCommand : DashboardCommand| Attributes |
Simple access to the command element attributes that will be used when generating the xml.
(Inherited from DashboardCommand) |
| DomainCommandID | The domain command id to trigger when the command is activated. |
| Style |
The style indicating how the command should be shown.
(Inherited from DashboardCommand) |
| Title |
The title of the command.
(Inherited from DashboardCommand) |
| ToolTip |
The tooltip (mouse hover text) of the command.
(Inherited from DashboardCommand) |
| Generate |
Renders the command.
(Inherited from DashboardCommand) |
| GetAttributeSafe |
Helper method to access attributes safely, even if they aren't defined.
(Inherited from DashboardCommand) |