IMonitorSelectionService.CurrentWindow Property

Definition

Retrieves the window pane object associated with the currently focused window. This could be a document or a tool window. Usually, this object will implement at least the IVsWindowPane interface.

public:
 property System::Object ^ CurrentWindow { System::Object ^ get(); };
public object CurrentWindow { get; }
member this.CurrentWindow : obj
Public ReadOnly Property CurrentWindow As Object

Property Value

Applies to