RibbonTab Constructor (String, Boolean) |
Initializes a new RibbonTab instance.
Namespace: Colygon.MatchPoint.Common.RibbonAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax 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