CustomTaskPaneEvents.DockPositionStateChange Method
Occurs when the user changes the docking position of the active custom task pane.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub DockPositionStateChange ( _
CustomTaskPaneInst As CustomTaskPane _
)
'Usage
Dim instance As CustomTaskPaneEvents
Dim CustomTaskPaneInst As CustomTaskPane
instance.DockPositionStateChange(CustomTaskPaneInst)
void DockPositionStateChange(
CustomTaskPane CustomTaskPaneInst
)
Parameters
CustomTaskPaneInst
Type: Microsoft.Office.Core.CustomTaskPaneThe active custom task pane.