DesktopSiteBridge.IsEnabled 属性

定义

获取是否启用关联的 Win32 HWND。

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

属性值

Boolean

bool

如果启用了关联的 Win32 HWND,则为 True;否则为 false。 默认值为 true。

适用于

另请参阅