GetPreferredSize Method (IEditor)
In This Topic
Gets the preferred (maximum needed) size of the cell for the editor control.
Syntax
'Declaration
Function GetPreferredSize( _
ByVal As Control _
) As Size
'Usage
Dim instance As IEditor
Dim editor As Control
Dim value As Size
value = instance.GetPreferredSize(editor)
Size GetPreferredSize(
Control
)
Parameters
- editor
- Name of the editor control
See Also