Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / SetButtonStyle Method / SetButtonStyle(KeyGroups,CalculatorButtonStyle) Method
One of the KeyGroups values.
A CalculatorButtonStyle used to draw the given group.


In This Topic
    SetButtonStyle(KeyGroups,CalculatorButtonStyle) Method
    In This Topic
    Drawn the defined group with the style.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetButtonStyle( _
       ByVal groups As KeyGroups, _
       ByVal style As CalculatorButtonStyle _
    ) 
    'Usage
     
    
    Dim instance As DropDownCalculator
    Dim groups As KeyGroups
    Dim style As CalculatorButtonStyle
     
    instance.SetButtonStyle(groups, style)
    public void SetButtonStyle( 
       KeyGroups groups,
       CalculatorButtonStyle style
    )

    Parameters

    groups
    One of the KeyGroups values.
    style
    A CalculatorButtonStyle used to draw the given group.
    Remarks
    This method applies a special CalculatorButtonStyle settings to a KeyGroups for displaying.
    See Also