Share via


_CustomTaskPane.DockPosition Property

Gets or sets an enumerated value specifying the docked position of a _CustomTaskPane object. Read/write.

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

Syntax

'Declaration
Property DockPosition As MsoCTPDockPosition
    Get
    Set
'Usage
Dim instance As _CustomTaskPane
Dim value As MsoCTPDockPosition

value = instance.DockPosition

instance.DockPosition = value
MsoCTPDockPosition DockPosition { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoCTPDockPosition
MsoCTPDockPosition

Remarks

Defaults to msoCTPDockPositionRight for Right-to-Left languages and msoCTPDockPositionLeft for Left-toRight languages.

See Also

Reference

_CustomTaskPane Interface

_CustomTaskPane Members

Microsoft.Office.Core Namespace