Share via


Command Bar

 

Applies To: Windows Azure Pack

Command Bar extensions can add one or more buttons to the Command Bar, to allow users to perform actions on selected or "current" items.

Windows Azure Pack Shell Command Bar

Why Should the Command Bar be Used?

Use Commands when the user has a set of actions they can perform (for example, on a selected item in a grid or throughout your extension).

When Should the Command Bar be Used?

Whenever there is an unambiguous "active" item to act upon (e.g. the UI consists or a single grid, and the command only appears after an item is selected).

How is The Command Bar used?

See the Sample Extension and Windows Azure Pack Management Portal User Interface Extensions.