Version

ContentPaneCommands Class Members

The following tables list the members exposed by ContentPaneCommands.

Public Constructors
 NameDescription
Public ConstructorContentPaneCommands Constructor  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ActivatePaneActivates the specified ContentPane  
Public Fieldstatic (Shared in Visual Basic)ChangeToDockableReposition the pane such that it is docked or floating and can be docked with other panes.  
Public Fieldstatic (Shared in Visual Basic)ChangeToDocumentRepositions the pane to be within the DocumentContentHost of the XamDockManager  
Public Fieldstatic (Shared in Visual Basic)ChangeToFloatingOnlyReposition the pane such that it is displayed within a floating window that cannot be docked with other panes.  
Public Fieldstatic (Shared in Visual Basic)CloseCloses the pane.  
Public Fieldstatic (Shared in Visual Basic)CloseAllButThisCloses all the sibling panes.  
Public Fieldstatic (Shared in Visual Basic)FlyInHides the UnpinnedTabFlyout if the pane is unpinned and currently displayed within the flyout.  
Public Fieldstatic (Shared in Visual Basic)FlyoutDisplays the ContentPane within the UnpinnedTabFlyout if the pane is unpinned.  
Public Fieldstatic (Shared in Visual Basic)MoveToNewHorizontalGroupMoves the pane to a new horizontal group  
Public Fieldstatic (Shared in Visual Basic)MoveToNewVerticalGroupMoves the pane to a new vertical group  
Public Fieldstatic (Shared in Visual Basic)MoveToNextGroupMoves the pane to the next document group  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousGroupMoves the pane to the previous document group  
Public Fieldstatic (Shared in Visual Basic)ToggleDockedStateChanges the state of a Dockable ContentPane from docked to floating or vice-versa.  
Public Fieldstatic (Shared in Visual Basic)TogglePinnedStateChanges the IsPinned state of the pane from false to true or vice-versa.  
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.  
Public MethodProcessKeyboardInput (Inherited from Infragistics.Windows.Commands.Commands<ContentPane>)
Protected Methods
 NameDescription
Protected MethodGetKeyboardParameter (Inherited from Infragistics.Windows.Commands.Commands<ContentPane>)
See Also