TRibbonTabGroupRestriction Enumeration

Represents type TRibbonTabGroupRestriction.

Namespace: System.UI.Ribbon
type
 TRibbonTabGroupRestriction = (rtgrNone, rtgrNoExpand, rtgrNoCollapse);

The TRibbonTabGroupRestriction type exposes the following members.

Show:
 NameDescription
rtgrNoCollapse

Represents constant rtgrNoCollapse.

rtgrNoExpand

Represents constant rtgrNoExpand.

rtgrNone

Represents constant rtgrNone.

Top