Basic Library for UWP/WinRT XAML
C1SelectionMode 列挙体

SelectionMode プロパティをサポートする C1treeView などのコントロールの選択動作を定義します。
構文
'宣言
 
Public Enum C1SelectionMode 
   Inherits System.Enum
public enum C1SelectionMode : System.Enum 
メンバ
メンバ解説
Extendedユーザーは、対応する修飾キーを押しながら複数の連続する項目を選択できます。
Multipleユーザーは、修飾キーを押し続けずに複数の項目を選択できます。
Noneユーザーはどの項目も選択できません。
Singleユーザーは、一度に1つの項目のみを選択できます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.C1SelectionMode

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

参照

関連項目

C1.Xaml 名前空間

Send Feedback