Click or drag to resize

RibbonTab Constructor (String)

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
)

Parameters

title
Type: SystemString
Specifies the title of the tab control.
See Also