MsoCTPDockPosition Enumeration

Specifies the docking behavior of the custom task pane.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoCTPDockPosition
'Usage
Dim instance As MsoCTPDockPosition
public enum MsoCTPDockPosition

Members

Member name Description
msoCTPDockPositionLeft Dock the task pane on the left side of the document window.
msoCTPDockPositionTop Dock the task pane at the top of the document window.
msoCTPDockPositionRight Dock the task pane on the right side of the document window.
msoCTPDockPositionBottom Dock the task pane at the bottom of the document window.
msoCTPDockPositionFloating Don't dock the task pane.

See Also

Reference

Microsoft.Office.Core Namespace