DesktopWindowXamlSource.HasFocus 属性

定义

获取一个值,该值指示 DesktopWindowXamlSource 当前是否在桌面应用程序中具有焦点。

public:
 property bool HasFocus { bool get(); };
bool HasFocus();
public bool HasFocus { get; }
var boolean = desktopWindowXamlSource.hasFocus;
Public ReadOnly Property HasFocus As Boolean

属性值

Boolean

bool

如果 DesktopWindowXamlSource 当前在桌面应用程序中具有焦点,则为 True;否则为 false。

适用于