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: 2013.11.0.0
Syntax
C#
public RibbonTab(
	string title
)

Parameters

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