Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyleInfo Class / CalculatorButtonStyleInfo Constructor / CalculatorButtonStyleInfo Constructor(Color,Color,TextEffect)
The initialization of the forecolor.
The initialization of the backcolor.
The initialization of the text effect.


In This Topic
    CalculatorButtonStyleInfo Constructor(Color,Color,TextEffect)
    In This Topic
    Initializes a new instance of the CalculatorButtonStyleInfo.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal foreColor As Color, _
       ByVal backColor As Color, _
       ByVal textEffect As TextEffect _
    )
    'Usage
     
    
    Dim foreColor As Color
    Dim backColor As Color
    Dim textEffect As TextEffect
     
    Dim instance As New CalculatorButtonStyleInfo(foreColor, backColor, textEffect)
    public CalculatorButtonStyleInfo( 
       Color foreColor,
       Color backColor,
       TextEffect textEffect
    )

    Parameters

    foreColor
    The initialization of the forecolor.
    backColor
    The initialization of the backcolor.
    textEffect
    The initialization of the text effect.
    See Also