TRibbonButtonStyle Enumeration

Represents type TRibbonButtonStyle.

Namespace: System.UI.Ribbon
type
 TRibbonButtonStyle = (rbsNormal, rbsChecked, rbsDropDown, rbsCheckedDropDown);

The TRibbonButtonStyle type exposes the following members.

Show:
 NameDescription
rbsChecked

Represents constant rbsChecked.

rbsCheckedDropDown

Represents constant rbsCheckedDropDown.

rbsDropDown

Represents constant rbsDropDown.

rbsNormal

Represents constant rbsNormal.

Top