DocumentWindow.ActivePane Property
Returns a Pane object that represents the active pane in the document window. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property ActivePane As Pane
Get
'Usage
Dim instance As DocumentWindow
Dim value As Pane
value = instance.ActivePane
Pane ActivePane { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Pane