Freigeben über


WebViewControlSettings.IsScriptNotifyAllowed Eigenschaft

Definition

Ruft ab oder legt fest , ob ScriptNotify zulässig ist.

public:
 property bool IsScriptNotifyAllowed { bool get(); void set(bool value); };
bool IsScriptNotifyAllowed();

void IsScriptNotifyAllowed(bool value);
public bool IsScriptNotifyAllowed { get; set; }
var boolean = webViewControlSettings.isScriptNotifyAllowed;
webViewControlSettings.isScriptNotifyAllowed = boolean;
Public Property IsScriptNotifyAllowed As Boolean

Eigenschaftswert

Boolean

bool

Gibt an , ob ScriptNotify zulässig ist.

Gilt für: