MultiSelect for WinForms
ComboItemMode 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : ComboItemMode 列挙体
Specifies how the visual representation of combo box items is building.
シンタックス
'宣言
 
Public Enum ComboItemMode 
   Inherits System.Enum
public enum ComboItemMode : System.Enum 
メンバ
メンバ解説
DefaultC1ComboBox displays text of combo box item in the drop drown list.
HtmlEach combo box item is fragment of HTML. C1ComboBox parses the HTML fragment and displays it as the drop down items.
HtmlPatternEach combo box item is fragment of HTML defined by C1ComboBox.HtmlPattern property. C1ComboBox parses the HTML pattern and replaces any of "{FieldName}" entires with the combo box item field value.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.ComboItemMode

参照

C1.Win.C1Input 名前空間