FlexPivot for WinForms
C1EditorGetStyle メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > IC1EmbeddedEditor インターフェース : C1EditorGetStyle メソッド
Gets the editor style, which determines the type of button that is displayed in the cell before and during editing (DropDown, Modal, or None).
シンタックス
'宣言
 
Function C1EditorGetStyle() As System.Drawing.Design.UITypeEditorEditStyle
System.Drawing.Design.UITypeEditorEditStyle C1EditorGetStyle()
解説

The default handler returns DropDown for ComboBoxes, DateTimePickers, and UpDown controls. It returns None for other control types.

The UITypeEditorEditStyle enumeration is defined in the System.Drawing.Design namespace. The available settings are DropDown, Modal, and None.

参照

IC1EmbeddedEditor インターフェース
IC1EmbeddedEditor メンバ