Share via


DesktopSiteBridge.IsVisible Property

Definition

Gets whether the associated Win32 HWND is visible.

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

Property Value

Boolean

bool

True, if the associated Win32 HWND is visible; otherwise, false. The default is true.

Applies to