alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RibbonItemDisplayMode

    Specifies the different ribbon item display modes that can be set for the normal and simplified LayoutMode values.

    Inheritance
    System.Object
    RibbonItemDisplayMode
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class RibbonItemDisplayMode : Enum

    Fields

    Normal

    Appears the ribbon items in normal state alone.

    Declaration
    public const RibbonItemDisplayMode Normal
    Field Value
    Type
    RibbonItemDisplayMode

    OverflowMenu

    Appears the ribbon items inside overflow button during simplified state.

    Declaration
    public const RibbonItemDisplayMode OverflowMenu
    Field Value
    Type
    RibbonItemDisplayMode

    Simplified

    Appears the ribbon items in simplified state alone.

    Declaration
    public const RibbonItemDisplayMode Simplified
    Field Value
    Type
    RibbonItemDisplayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved