FlexGrid for WinForms
IC1EmbeddedEditor Interface
Members 



Interface implemented by editors and used by the grid to host edit controls on cells.
Syntax
'Declaration
 
Public Interface IC1EmbeddedEditor 
'Usage
 
Dim instance As IC1EmbeddedEditor
public interface IC1EmbeddedEditor 
public interface class IC1EmbeddedEditor 
Remarks

All built-in grid editors implement this interface, as do the controls in the ComponentOne C1Input library.

If you want to use a third-party editor with the C1FlexGrid, consider creating a derived class and implementing this interface.

Note that the methods in IC1EmbeddedEditor are called using reflection. Controls do not need to implement the entire interface. Any public methods with matching signatures (names, parameters, and return values) will be invoked by the grid. The grid supplies default handlers for any methods not implemented by the control.

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 Members
C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback