次の方法で共有


WebViewControlNavigationStartingEventArgs.Cancel プロパティ

定義

IWebViewControl ナビゲーションを取り消すかどうかを示す値を取得または設定します。

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

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = webViewControlNavigationStartingEventArgs.cancel;
webViewControlNavigationStartingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

プロパティ値

Boolean

bool

ナビゲーション を取り消す場合は true。それ以外の場合は false

適用対象