Version

OutlookBarCommands Class Members

The following tables list the members exposed by OutlookBarCommands.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)GroupMoveDownCommandMoves 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).  
Public Fieldstatic (Shared in Visual Basic)GroupMoveUpCommandMoves 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).  
Public Fieldstatic (Shared in Visual Basic)SelectGroupCommandSelects an OutlookBarGroup. Supply the OutlookBarGroup to be selected via a CommandParameter (e.g., myButton.CommandParameter = aGroup).  
Public Fieldstatic (Shared in Visual Basic)ShowFewerButtonsCommandShows fewer OutlookBarGroups in the Navigation Area of the XamOutlookBar.  
Public Fieldstatic (Shared in Visual Basic)ShowMoreButtonsCommandShows more OutlookBarGroups in the Navigation Area of the XamOutlookBar.  
Public Fieldstatic (Shared in Visual Basic)ShowOptionsCommandDisplays the NavigationPaneOptionsControl which let's the user set the visibility and position of the OutlookBarGroups.  
Public Fieldstatic (Shared in Visual Basic)ShowPopupCommandShows content of the selected group as popup when XamOutlookBar.IsMinimized is true.  
See Also