Click or drag to resize
RibbonDropDown Constructor (String)
Initializes a new RibbonDropDown instance.

Namespace: Colygon.MatchPoint.Common.Ribbon
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public RibbonDropDown(
	string label
)

Parameters

label
Type: SystemString
The label of the drop down list.
See Also