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