Partager via


DesktopSiteBridge.IsEnabled Propriété

Définition

Obtient si le HWND Win32 associé est activé.

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

Valeur de propriété

Boolean

bool

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

S’applique à

Voir aussi