次の方法で共有


WebViewControlAcceleratorKeyPressedEventArgs クラス

定義

このクラスは、 Windows.Web.UI.Interop.WebViewControl.AcceleratorKeyPressed イベントの情報を提供します。

public ref class WebViewControlAcceleratorKeyPressedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlAcceleratorKeyPressedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlAcceleratorKeyPressedEventArgs
Public NotInheritable Class WebViewControlAcceleratorKeyPressedEventArgs
継承
Object Platform::Object IInspectable WebViewControlAcceleratorKeyPressedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

プロパティ

EventType

イベントの種類を取得します。

Handled

ルーティング イベントを処理済みとしてマークする値を取得または設定します。 Handled の true 値を指定すると、イベント ルートに沿った他のハンドラーが同じイベントを再び処理できなくなります。

KeyStatus

キーの状態を取得します。

RoutingStage

ルーティング ステージを取得します。

VirtualKey

仮想キーを取得します。

適用対象