Basic Library for UWP/WinRT XAML
C1TapHelper コンストラクタ

タップジェスチャを監視する対象の Windows.UI.Xaml.UIElement
マウスイベントが既に処理された後もタップジェスチャを監視するかどうかを示します。(これは、マウスジェスチャにのみ適用されます)
C1TapHelper クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal element As Windows.UI.Xaml.UIElement, _
   Optional ByVal handledEventsToo As System.Boolean _
)
public C1TapHelper( 
   Windows.UI.Xaml.UIElement element,
   System.bool handledEventsToo
)

パラメータ

element
タップジェスチャを監視する対象の Windows.UI.Xaml.UIElement
handledEventsToo
マウスイベントが既に処理された後もタップジェスチャを監視するかどうかを示します。(これは、マウスジェスチャにのみ適用されます)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1TapHelper クラス
C1TapHelper メンバ

Send Feedback