ComponentOne Menus and Toolbars for WinForms
TopicBarStyle Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > TopicBarStyle Class : TopicBarStyle Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal normalFont As System.Drawing.Font, _
   ByVal normalForeColor As System.Drawing.Color, _
   ByVal mouseOverFont As System.Drawing.Font, _
   ByVal mouseOverForeColor As System.Drawing.Color, _
   ByVal disabledFont As System.Drawing.Font, _
   ByVal disabledForeColor As System.Drawing.Color, _
   ByVal pressedFont As System.Drawing.Font, _
   ByVal pressedForeColor As System.Drawing.Color _
)
public TopicBarStyle( 
   System.Drawing.Font normalFont,
   System.Drawing.Color normalForeColor,
   System.Drawing.Font mouseOverFont,
   System.Drawing.Color mouseOverForeColor,
   System.Drawing.Font disabledFont,
   System.Drawing.Color disabledForeColor,
   System.Drawing.Font pressedFont,
   System.Drawing.Color pressedForeColor
)

Parameters

normalFont
normalForeColor
mouseOverFont
mouseOverForeColor
disabledFont
disabledForeColor
pressedFont
pressedForeColor
See Also

Reference

TopicBarStyle Class
TopicBarStyle Members