Class RibbonPanelMergeContainer
RibbonPanelMerge Container
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonPanelMergeContainer : RibbonPanel, IOffice12Settings, IVisualStyle
Constructors
RibbonPanelMergeContainer()
Constructor of the RibbonPanelMergeContainer
Declaration
public RibbonPanelMergeContainer()
Properties
DefaultBorderStyle
Gets default border style of toolstrips
Declaration
protected override ToolStripBorderStyle DefaultBorderStyle { get; }
Property Value
Type |
---|
ToolStripBorderStyle |
Overrides
DefaultCaptionStyle
Gets default caption style.
Declaration
protected override CaptionStyle DefaultCaptionStyle { get; }
Property Value
Type |
---|
CaptionStyle |
Overrides
DefaultOfficeColorScheme
Gets default color scheme
Declaration
protected override ToolStripEx.ColorScheme DefaultOfficeColorScheme { get; }
Property Value
Type |
---|
ToolStripEx.ColorScheme |
Overrides
Location
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
Declaration
public Point Location { get; set; }
Property Value
Type |
---|
System.Drawing.Point |
Size
Gets or sets the height and width of the control.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |