Click or drag to resize
RibbonContextualGroup Constructor
Initializes a new RibbonContextualGroup instance.

Namespace: Colygon.MatchPoint.Common.Ribbon
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public RibbonContextualGroup(
	WebPart webPart,
	RibbonCommandProvider commandProvider
)

Parameters

webPart
Type: WebPart
The associated WebPart providing the context.
commandProvider
Type: Colygon.MatchPoint.Common.RibbonRibbonCommandProvider
The command provider for this ribbon group.
See Also