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 |
|---|
| Office2013ColorScheme |
MenuColor
Gets/Sets the value for MenuColor
Declaration
public Color MenuColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
RibbonOptionDropDownItems
Gets the RibbonOptionDropDownCollection
Declaration
public RibbonOptionDropDownCollection RibbonOptionDropDownItems { get; }
Property Value
| Type |
|---|
| 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 |