Infragistics3.Wpf.DockManager.v8.1
ContentPaneCommands Class Members
See Also  Fields  Methods 
Infragistics.Windows.DockManager Namespace : ContentPaneCommands Class


The following tables list the members exposed by ContentPaneCommands.

Public Constructors

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)ActivatePane Activates the specified ContentPane  
Public Fieldstatic (Shared in Visual Basic)ChangeToDockable Reposition the pane such that it is docked or floating and can be docked with other panes.  
Public Fieldstatic (Shared in Visual Basic)ChangeToDocument Repositions the pane to be within the DocumentContentHost of the XamDockManager  
Public Fieldstatic (Shared in Visual Basic)ChangeToFloatingOnly Reposition the pane such that it is displayed within a floating window that cannot be docked with other panes.  
Public Fieldstatic (Shared in Visual Basic)Close Closes the pane.  
Public Fieldstatic (Shared in Visual Basic)CloseAllButThis Closes all the sibling panes.  
Public Fieldstatic (Shared in Visual Basic)FlyIn Hides the UnpinnedTabFlyout if the pane is unpinned and currently displayed within the flyout.  
Public Fieldstatic (Shared in Visual Basic)Flyout Displays the ContentPane within the UnpinnedTabFlyout if the pane is unpinned.  
Public Fieldstatic (Shared in Visual Basic)MoveToNewHorizontalGroup Moves the pane to a new horizontal group  
Public Fieldstatic (Shared in Visual Basic)MoveToNewVerticalGroup Moves the pane to a new vertical group  
Public Fieldstatic (Shared in Visual Basic)MoveToNextGroup Moves the pane to the next document group  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousGroup Moves the pane to the previous document group  
Public Fieldstatic (Shared in Visual Basic)ToggleDockedState Changes the state of a Dockable ContentPane from docked to floating or vice-versa.  
Public Fieldstatic (Shared in Visual Basic)TogglePinnedState Changes the IsPinned state of the pane from false to true or vice-versa.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)LoadCommands This 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 Processes the keyboard input represented by e against the state of the commandHost to determine if a command should be executed. If so, the command is executed. (Inherited from Infragistics.Windows.Commands.Commands<ContentPane>)
Top

See Also