SharePoint Ribbon Controls
Button: A simple button that can be pushed.
Checkbox: A checkbox that either can have a label or not.
ColorPicker: A grid of colors/styles that can be used to choose a color.
ComboBox: A menu of selections that can be typed or selected.
DropDown: A menu of selections that can be selected by clicking.
FlyoutAnchor: An anchor button that includes a button that triggers a fl y-out menu.
InsertTable: A 10x10 grid of boxes used to specify dimensions for a table.
Label: A line of text.
Menu: A container for showing popups. It can be put inside of other controls that show menus, such as the FlyoutAnchor.
MenuSection: A section of a menu. It can have a title and controls.
MRUSplitButton: A split button control that remembers the last item that was chosen out of its submenu and bubbles it up into its “button” part.
Spinner: Allows the entering of values and “spinning” through them using the up and down arrows.
SplitButton: A control with a button and a menu.
Textbox: A box where text can be entered.
ToggleButton: A button with an on/off state.