Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / GetEditorControl Method
Appearance settings of the editor control
Numeric value for scaling the display of the editor control


In This Topic
    GetEditorControl Method (IEditor)
    In This Topic
    Gets the control associated with the editor.
    Syntax
    'Declaration
     
    
    Function GetEditorControl( _
       ByVal appearance As Appearance, _
       ByVal zoomFactor As Single _
    ) As Control
    'Usage
     
    
    Dim instance As IEditor
    Dim appearance As Appearance
    Dim zoomFactor As Single
    Dim value As Control
     
    value = instance.GetEditorControl(appearance, zoomFactor)

    Parameters

    appearance
    Appearance settings of the editor control
    zoomFactor
    Numeric value for scaling the display of the editor control
    See Also