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。

适用于