バージョン

PerformKeyAction メソッド (NavigationPaneFlyoutContainerControlUIElement)

指定されたアクションを実行します
シンタックス
'宣言
 
Protected Overrides Function PerformKeyAction( _
   ByVal actionCode As Enum, _
   ByVal shift As Boolean, _
   ByVal control As Boolean _
) As Boolean
protected override bool PerformKeyAction( 
   Enum actionCode,
   bool shift,
   bool control
)

パラメータ

actionCode
実行するアクション
shift
Shiftキーを押したように動作する場合はTrue
control
Ctrlキーを押したように動作する場合はTrue

戻り値の型

アクションの実行が成功した場合はTrue
参照