バージョン

IsSingleSelectStrategy メソッド

指定された Infragistics.Windows.Controls.SelectionType のデフォルトの SelectionStrategyBase が、単一項目の選択の処理に使用されるかどうかを示すブール値を返します。
シンタックス
'宣言
 
Public Shared Function IsSingleSelectStrategy( _
   ByVal selectionType As SelectionType _
) As Boolean
public static bool IsSingleSelectStrategy( 
   SelectionType selectionType
)

パラメータ

selectionType
評価する選択の型。

戻り値の型

Single などの選択の型は、True。ExtendedNone などの型は False。
参照