ComponentOne FlexGrid for WinForms
C1EditorInitialize Method

C1.Win.C1FlexGrid Namespace > IC1EmbeddedEditor Interface : C1EditorInitialize Method
Contains the grid data that should be displayed in the editor.
Contains a dictionary with keys that correspond to style element names and values for the cell being edited.
Called to initialize the editor content and styles.
Syntax
'Declaration
 
Sub C1EditorInitialize( _
   ByVal value As Object, _
   ByVal editorAttributes As IDictionary _
) 
void C1EditorInitialize( 
   object value,
   IDictionary editorAttributes
)

Parameters

value
Contains the grid data that should be displayed in the editor.
editorAttributes
Contains a dictionary with keys that correspond to style element names and values for the cell being edited.
Remarks

The editorAttributes dictionary contains the following keys:

BackColor: Cell background color.

ForeColor: Cell foreground color.

Font: Cell font.

Format: Cell format string (e.g. "#,##0.##").

ContentAlignment: Cell text alignment.

Margins: Extra margins around the cell content (in pixels).

Wrap: Whether word wrapping is enabled.

See Also

Reference

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members