共用方式為


DesktopSiteBridge.IsVisible 屬性

定義

取得關聯的 Win32 HWND 是否可見。

public:
 property bool IsVisible { bool get(); };
bool IsVisible();
public bool IsVisible { get; }
var boolean = desktopSiteBridge.isVisible;
Public ReadOnly Property IsVisible As Boolean

屬性值

Boolean

bool

如果可見相關聯的 Win32 HWND,則為 True;否則為 false。 默認值為 true。

適用於