Version

TabControlCommands Class Members

The following tables list the members exposed by TabControlCommands.

Public Constructors
 NameDescription
Public ConstructorTabControlCommands Constructor  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CloseAllCloses all tab items.  
Public Fieldstatic (Shared in Visual Basic)CloseSelectedClose the selected tab.  
Public Fieldstatic (Shared in Visual Basic)ExpandExpands the XamTabControl if it is minimized.  
Public Fieldstatic (Shared in Visual Basic)MinimizeMinimizes the XamTabControl.  
Public Fieldstatic (Shared in Visual Basic)SelectFirstTabSelects the first tab in the XamTabControl that is not closed.  
Public Fieldstatic (Shared in Visual Basic)SelectLastTabSelects the last tab in the XamTabControl that is not closed.  
Public Fieldstatic (Shared in Visual Basic)SelectNextTabSelects the last tab in the XamTabControl that is not closed.  
Public Fieldstatic (Shared in Visual Basic)SelectPreviousTabSelects the last tab in the XamTabControl that is not closed.  
Public Fieldstatic (Shared in Visual Basic)ToggleMinimizedToggles the XamTabControl's minimized state.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)LoadCommandsThis method is provided as a convenience for initializing the statics in this class which kicks off the process of setting up and registering the commands.  
See Also