Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / GetSelectorEditingButtonSize Method
Scale factor


In This Topic
    GetSelectorEditingButtonSize Method
    In This Topic
    Gets the selection edit button size.
    Syntax
    'Declaration
     
    
    Public Shared Function GetSelectorEditingButtonSize( _
       ByVal scaleFactor As Single _
    ) As Integer
    'Usage
     
    
    Dim scaleFactor As Single
    Dim value As Integer
     
    value = ColumnHeaderRenderer.GetSelectorEditingButtonSize(scaleFactor)
    public static int GetSelectorEditingButtonSize( 
       float scaleFactor
    )

    Parameters

    scaleFactor
    Scale factor

    Return Value

    A System.Int32 value that represents size of the button
    See Also