Visio.TaskPaneStateChangedEventArgs interface

Provides information about the TaskPaneStateChanged event.

Remarks

[ API set: 1.1 ]

Properties

isVisible

Current state of the task pane.

paneType

Type of the TaskPane.

Property Details

isVisible

Current state of the task pane.

isVisible: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

paneType

Type of the TaskPane.

paneType: Visio.TaskPaneType | "None" | "DataVisualizerProcessMappings" | "DataVisualizerOrgChartMappings";

Property Value

Visio.TaskPaneType | "None" | "DataVisualizerProcessMappings" | "DataVisualizerOrgChartMappings"

Remarks

[ API set: 1.1 ]