Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipAppearance Class / TipAppearance Constructor / TipAppearance Constructor(Color,Color,Font)


In This Topic
    TipAppearance Constructor(Color,Color,Font)
    In This Topic
    Creates a set of appearance settings, for various tips in the interface, with the specified values.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal backColor As Color, _
       ByVal foreColor As Color, _
       ByVal font As Font _
    )
    'Usage
     
    
    Dim backColor As Color
    Dim foreColor As Color
    Dim font As Font
     
    Dim instance As New TipAppearance(backColor, foreColor, font)
    public TipAppearance( 
       Color backColor,
       Color foreColor,
       Font font
    )

    Parameters

    backColor
    foreColor
    font
    See Also