_CustomTaskPaneEvents_SinkHelper.DockPositionStateChange Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Sub DockPositionStateChange ( _
param0 As CustomTaskPane _
)
'Usage
Dim instance As _CustomTaskPaneEvents_SinkHelper
Dim param0 As CustomTaskPane
instance.DockPositionStateChange(param0)
public virtual void DockPositionStateChange(
CustomTaskPane param0
)
Parameters
- param0
Type: Microsoft.Office.Core.CustomTaskPane
Implements
_CustomTaskPaneEvents.DockPositionStateChange(CustomTaskPane)
See Also
Reference
_CustomTaskPaneEvents_SinkHelper Class