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: 2016.10.0.0
Syntax
C#
public RibbonDropDown(
	string label
)

Parameters

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