Version

TabItemExCommands Class Members

The following tables list the members exposed by TabItemExCommands.

Public Constructors
 NameDescription
Public ConstructorTabItemExCommands Constructor  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CloseCloses the tab item. This command will be disabled if the tab item does not allow being closed (i.e. it is not closable).  
Public Fieldstatic (Shared in Visual Basic)CloseAllButThisCloses all closable tab items within the containing XamTabControl except the current tab item. If this command is executed against the XamTabControl itself (i.e. with the XamTabControl as the target of the command), all closable tabs except the selected tab will be closed.  
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