FlexGrid for WinForms
C1EditorGetStyle Method



Gets the editor style, which determines the type of button that is displayed in the cell before and during editing (DropDown, Modal, or None).
Syntax
'Declaration
 
Function C1EditorGetStyle() As UITypeEditorEditStyle
'Usage
 
Dim instance As IC1EmbeddedEditor
Dim value As UITypeEditorEditStyle
 
value = instance.C1EditorGetStyle()
UITypeEditorEditStyle C1EditorGetStyle()
UITypeEditorEditStyle C1EditorGetStyle(); 
Remarks

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.

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

See Also

Reference

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback