バージョン

StartDragSelectionHelper メソッド

シンタックス
'宣言
 
Protected Overridable Function StartDragSelectionHelper( _
   ByVal containerElement As Infragistics.Win.UIElement, _
   ByVal modifierKeys As Keys, _
   ByRef initialSelection As IEnumerable(Of ISelectableItem), _
   ByRef selectableItemType As Type _
) As Boolean
protected virtual bool StartDragSelectionHelper( 
   Infragistics.Win.UIElement containerElement,
   Keys modifierKeys,
   out IEnumerable<ISelectableItem> initialSelection,
   out Type selectableItemType
)

パラメータ

containerElement
コンテナー UIElement。
modifierKeys
押下した修飾キー。
initialSelection
初期の選択。
selectableItemType
選択可能な項目タイプ。

戻り値の型

操作がサポートされるがかどうか。
参照

参照

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