Partager via


DesktopSiteBridge.IsVisible Propriété

Définition

Obtient si le HWND Win32 associé est visible.

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

Valeur de propriété

Boolean

bool

True, si le HWND Win32 associé est visible ; sinon, false. La valeur par défaut est true.

S’applique à