InjectedInputPenInfo.PenButtons プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ペン ボタンのオプションを取得または設定します。
public:
property InjectedInputPenButtons PenButtons { InjectedInputPenButtons get(); void set(InjectedInputPenButtons value); };
InjectedInputPenButtons PenButtons();
void PenButtons(InjectedInputPenButtons value);
public InjectedInputPenButtons PenButtons { get; set; }
var injectedInputPenButtons = injectedInputPenInfo.penButtons;
injectedInputPenInfo.penButtons = injectedInputPenButtons;
Public Property PenButtons As InjectedInputPenButtons
プロパティ値
ペン ボタンの状態。
例
基本的な入力と入力の挿入を示すダウンロード可能なサンプルを次に示します。
注釈
重要
この名前空間の API には、inputInjectionBrokered の制限付き機能が必要です。
入力挿入を使用するには、Package.appxmanifest に以下を追加する必要があります。
- 宛先
<Package>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- 宛先
<Capabilities>
<rescap:Capability Name="inputInjectionBrokered" />