Selection.Active プロパティ

定義

指定したウィンドウまたはウィンドウの選択がアクティブかどうかを判断します。

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

プロパティ値

注釈

このプロパティは、指定したウィンドウまたはウィンドウの選択がアクティブな場合は True を返し、そうでない場合は False を 返します。

適用対象