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