| C1.Xaml アセンブリ > C1.Xaml 名前空間 > C1DragHelper クラス : C1DragHelper コンストラクタ |
true に設定すると、左マウスボタンイベントではなく、右マウスボタンダウン/アップイベントを監視します(WinRT では、useManipulationEvents が false に設定されている場合にのみこれが適用されます)。
'宣言 Public Function New( _ ByVal element As Windows.UI.Xaml.UIElement, _ Optional ByVal mode As C1DragHelperMode, _ Optional ByVal initialThreshold As System.Double, _ Optional ByVal captureElementOnPointerPressed As System.Boolean, _ Optional ByVal handledEventsToo As System.Boolean, _ Optional ByVal useManipulationEvents As System.Boolean, _ Optional ByVal useRightButton As System.Boolean _ )
public C1DragHelper( Windows.UI.Xaml.UIElement element, C1DragHelperMode mode, System.double initialThreshold, System.bool captureElementOnPointerPressed, System.bool handledEventsToo, System.bool useManipulationEvents, System.bool useRightButton )
true に設定すると、左マウスボタンイベントではなく、右マウスボタンダウン/アップイベントを監視します(WinRT では、useManipulationEvents が false に設定されている場合にのみこれが適用されます)。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