ComponentOne Menus and Toolbars for WinForms
TopicPageStyle Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > TopicPageStyle Class : TopicPageStyle Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal normalTitle As TopicPageCaptionStyle, _
   ByVal mouseOverTitle As TopicPageCaptionStyle, _
   ByVal pressedTitle As TopicPageCaptionStyle, _
   ByVal backgroundColor As System.Drawing.Color, _
   ByVal borderColor As System.Drawing.Color _
)
public TopicPageStyle( 
   TopicPageCaptionStyle normalTitle,
   TopicPageCaptionStyle mouseOverTitle,
   TopicPageCaptionStyle pressedTitle,
   System.Drawing.Color backgroundColor,
   System.Drawing.Color borderColor
)

Parameters

normalTitle
mouseOverTitle
pressedTitle
backgroundColor
borderColor
See Also

Reference

TopicPageStyle Class
TopicPageStyle Members