MsoCTPDockPosition Enum

Definition

Specifies the docking behavior of the custom task pane.

public enum class MsoCTPDockPosition
public enum MsoCTPDockPosition
type MsoCTPDockPosition = 
Public Enum MsoCTPDockPosition
Inheritance
MsoCTPDockPosition

Fields

msoCTPDockPositionBottom 3

Dock the task pane at the bottom of the document window.

msoCTPDockPositionFloating 4

Don't dock the task pane.

msoCTPDockPositionLeft 0

Dock the task pane on the left side of the document window.

msoCTPDockPositionRight 2

Dock the task pane on the right side of the document window.

msoCTPDockPositionTop 1

Dock the task pane at the top of the document window.

Applies to