Skip to main content
A newer version of this page is available. .

RibbonPageCategory Constructors

Represents a Ribbon page category.
Name Parameters Description
RibbonPageCategory() none Initializes a new instance of the RibbonPageCategory class with default settings.
RibbonPageCategory(String, Color, Boolean) text, color, visible Initializes a new instance of the RibbonPageCategory class with the specified settings.
RibbonPageCategory(String, Color) text, color Initializes a new instance of the RibbonPageCategory class with the specified text and color.
See Also