Click or drag to resize

RibbonTab Constructor (String, Boolean)

Initializes a new RibbonTab instance.

Namespace:  Colygon.MatchPoint.Common.Ribbon
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public RibbonTab(
	string title,
	bool isInitialTab
)

Parameters

title
Type: SystemString
Specifies the title of the tab control.
isInitialTab
Type: SystemBoolean
Specifies whether the tab is displayed as selected when the Server ribbon is rendered.
See Also