WinForms

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

    Show / Hide Table of Contents

    Class RibbonDropDownContainer

    RibbonDropDownContainer Class

    Inheritance
    System.Object
    RibbonDropDownContainer
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RibbonDropDownContainer : Control

    Constructors

    RibbonDropDownContainer()

    Constructor of the RibbonDropDownContainer.

    Declaration
    public RibbonDropDownContainer()

    Properties

    ColorScheme

    Gets/Sets the value for OfficeColorScheme

    Declaration
    public Office2013ColorScheme ColorScheme { get; set; }
    Property Value
    Type Description
    Office2013ColorScheme

    MenuColor

    Gets/Sets the value for MenuColor

    Declaration
    public Color MenuColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    RibbonOptionDropDownItems

    Gets the RibbonOptionDropDownCollection

    Declaration
    public RibbonOptionDropDownCollection RibbonOptionDropDownItems { get; }
    Property Value
    Type Description
    RibbonOptionDropDownCollection

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnCreateControl()

    Declaration
    protected override void OnCreateControl()

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved