The System.Windows.Forms.Control that will be used to edit the content of the cell. Can be a null reference (Nothing in Visual Basic) if the editor is not displayed.
'Usage
Dim instance As TextEditor
Dim control As Control
Dim cell As Cell
Dim mode As AutoHeightMode
Dim cellDisplayWidth As Integer
Dim graphics As Graphics
Dim printing As Boolean
Dim value As Integer
value = instance.GetFittedHeightCore(control, cell, mode, cellDisplayWidth, graphics, printing)
Parameters
control
The System.Windows.Forms.Control that will be used to edit the content of the cell. Can be a null reference (Nothing in Visual Basic) if the editor is not displayed.
true if the editor is being printed; false otherwise.
Return Value
A value representing the fitted height of the editor in pixels. If -1, then no fitted height is required or desired.
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