The following tables list the members exposed by OutlookBarCommands.
Name | Description | |
---|---|---|
GroupMoveDownCommand | Moves an OutlookBarGroup down if it is in the navigation area or moves the group right if it is in the overflow area. Supply the OutlookBarGroup to be moved via a CommandParameter (e.g., myButton.CommandParameter = aGroup). | |
GroupMoveUpCommand | Moves an OutlookBarGroup up if it is in the navigation area or moves the group left if it is in the overflow area. Supply the OutlookBarGroup to be moved via a CommandParameter (e.g., myButton.CommandParameter = aGroup). | |
SelectGroupCommand | Selects an OutlookBarGroup. Supply the OutlookBarGroup to be selected via a CommandParameter (e.g., myButton.CommandParameter = aGroup). | |
ShowFewerButtonsCommand | Shows fewer OutlookBarGroups in the Navigation Area of the XamOutlookBar. | |
ShowMoreButtonsCommand | Shows more OutlookBarGroups in the Navigation Area of the XamOutlookBar. | |
ShowOptionsCommand | Displays the NavigationPaneOptionsControl which let's the user set the visibility and position of the OutlookBarGroups. | |
ShowPopupCommand | Shows content of the selected group as popup when XamOutlookBar.IsMinimized is true. |