Window2.Active 属性

定义

获取一个值,该值指示与 WindowObject 对象关联的窗口是否为活动窗口。

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

属性值

实现

注解

若要将窗口指定为活动窗口,请使用 Activate() 方法。

适用于