Поделиться через


WebViewControlSettings.IsScriptNotifyAllowed Свойство

Определение

Возвращает или задает значение, указывающее, разрешено ли ScriptNotify .

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

Значение свойства

Boolean

bool

Разрешено ли scriptNotify .

Применяется к