Click or drag to resize
RibbonGroupElementTAddT2 Method
Adds a child element.

Namespace: Colygon.MatchPoint.Common.Ribbon
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public T2 Add<T2>(
	T2 child
)
where T2 : 

Parameters

child
Type: T2

Type Parameters

T2

Return Value

Type: T2
See Also