A reference to a System.Windows.Forms.Control representing the control that will be used as a template to create the controls that will edit the content of cells.
Indicates if the control should handle the mouse click once it is activated. Only in the case where inPlace is set to true does it make sense for handleActivationClick to also be set to true.
Initializes a new instance of the CellEditorManager class specifying the control that will be used as a
template to edit the content of cells, as well as other characteristics that will apply to the editor.
'Usage
Dim templateControl As Control
Dim inPlace As Boolean
Dim handleActivationClick As Boolean
Dim instance As New CellEditorManager(templateControl, inPlace, handleActivationClick)
A reference to a System.Windows.Forms.Control representing the control that will be used as a template to create the controls that will edit the content of cells.
Indicates if the control should handle the mouse click once it is activated. Only in the case where inPlace is set to true does it make sense for handleActivationClick to also be set to true.
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