MsoCTPDockPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the docking behavior of the custom task pane.
public enum class MsoCTPDockPosition
public enum MsoCTPDockPosition
type MsoCTPDockPosition =
Public Enum MsoCTPDockPosition
- Inheritance
-
MsoCTPDockPosition
Fields
Name | Value | Description |
---|---|---|
msoCTPDockPositionLeft | 0 | Dock the task pane on the left side of the document window. |
msoCTPDockPositionTop | 1 | Dock the task pane at the top of the document window. |
msoCTPDockPositionRight | 2 | Dock the task pane on the right side of the document window. |
msoCTPDockPositionBottom | 3 | Dock the task pane at the bottom of the document window. |
msoCTPDockPositionFloating | 4 | Don't dock the task pane. |