バージョン

GetSupportedPanningActionsHelper メソッド (UltraZoomPanel)

Infragistics.Win.Touch.IGestureConsumer.GetSupportedPanningActions(Infragistics.Win.UIElement,System.Drawing.Point) メソッドが呼び出されるときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Function GetSupportedPanningActionsHelper( _
   ByVal containerElement As Infragistics.Win.UIElement, _
   ByVal clientPos As Point _
) As Infragistics.Win.Touch.SupportedPanningActions
protected override Infragistics.Win.Touch.SupportedPanningActions GetSupportedPanningActionsHelper( 
   Infragistics.Win.UIElement containerElement,
   Point clientPos
)

パラメータ

containerElement
コンテナー UIElement。
clientPos
クライアント座標で表される押下されたポイント。

戻り値の型

サポートされるパン操作。
参照

参照

UltraZoomPanel クラス
UltraZoomPanel メンバ
Infragistics.Win.Touch.IGestureConsumer