'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)
Parameters
- backColor
- Background color of text tips and cell notes (not scroll tips)
- foreColor
- Foreground (text) color for text tips, scroll tips, and cell notes
- font
Font of text for text tips, scroll tips, and cell notes