Selection.Active Property

Definition

Determines if the selection in the specified window or pane is active.

public:
 property bool Active { bool get(); };
public bool Active { get; }
member this.Active : bool
Public ReadOnly Property Active As Boolean

Property Value

Remarks

This property returns True if the selection in the specified window or pane is active, and False if not.

Applies to