BinaryRibbonControlSize
Lists the various supported Ribbon control sizes that are rendered when the control performs automatic sizing when its bounds size is changed.
public enum BinaryRibbonControlSize
Members at a glance
Large | Controls are sized large. In large size mode, the control displays any associated large image and text specified for them. |
Medium | Controls are sized medium. In medium size mode, the control displays any associated large image and text specified for them, in a medium sized state. |
Minimized | Controls are moved automatically into an overflow container. In this mode, the content is displayed as a drop-down button with a small image displayed on it, and the user will need to open the overflow window to work with the child controls in that group. |
Small | Controls are sized small. In small size mode, the control displays any associated small image and text specified for them. |
Members
Large
Controls are sized large. In large size mode, the control displays any associated large image and text specified for them.
Medium
Controls are sized medium. In medium size mode, the control displays any associated large image and text specified for them, in a medium sized state.
Minimized
Controls are moved automatically into an overflow container. In this mode, the content is displayed as a drop-down button with a small image displayed on it, and the user will need to open the overflow window to work with the child controls in that group.
Small
Controls are sized small. In small size mode, the control displays any associated small image and text specified for them.