WinForms

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

    Show / Hide Table of Contents

    Class RibbonPanelMergeContainer

    RibbonPanelMerge Container

    Inheritance
    System.Object
    RibbonPanel
    RibbonPanelMergeContainer
    Implements
    IOffice12Settings
    IVisualStyle
    Inherited Members
    RibbonPanel.m_RightToLeft
    RibbonPanel.CreateAccessibilityInstance()
    RibbonPanel.AddToolStrip(ToolStripEx)
    RibbonPanel.UpdateCaptions()
    RibbonPanel.UpdateRenderers()
    RibbonPanel.UpdateRenderers(Boolean)
    RibbonPanel.GetPreferredSize(Size)
    RibbonPanel.OnParentChanged(EventArgs)
    RibbonPanel.OnPaintBackground(PaintEventArgs)
    RibbonPanel.OnHandleCreated(EventArgs)
    RibbonPanel.OnControlAdded(ControlEventArgs)
    RibbonPanel.OnControlRemoved(ControlEventArgs)
    RibbonPanel.OnSizeChanged(EventArgs)
    RibbonPanel.OnToolStripAdded(ToolStripEx)
    RibbonPanel.OnToolStripRemoved(ToolStripEx)
    RibbonPanel.WndProc(Message)
    RibbonPanel.OnMouseMove(MouseEventArgs)
    RibbonPanel.OnMouseLeave(EventArgs)
    RibbonPanel.OnMouseDown(MouseEventArgs)
    RibbonPanel.OnMouseUp(MouseEventArgs)
    RibbonPanel.OnMouseCaptureChanged(EventArgs)
    RibbonPanel.OnVisibleChanged(EventArgs)
    RibbonPanel.Dispose(Boolean)
    RibbonPanel.OnPaint(PaintEventArgs)
    RibbonPanel.OnNcPaint(Message)
    RibbonPanel.OnNcHitTest(Message)
    RibbonPanel.OnTabCheckStateChanged(Object, EventArgs)
    RibbonPanel.OnToolStripItemClicked(Object, ToolStripItemClickedEventArgs)
    RibbonPanel.ShouldSerializeLauncherStyle()
    RibbonPanel.ResetLauncherStyle()
    RibbonPanel.ShouldSerializeShowCaption()
    RibbonPanel.ResetShowCaption()
    RibbonPanel.ShouldSerializeShowLauncher()
    RibbonPanel.ResetShowLauncher()
    RibbonPanel.ShouldSerializeCaptionStyle()
    RibbonPanel.ResetCaptionStyle()
    RibbonPanel.ShouldSerializeCaptionTextStyle()
    RibbonPanel.ResetCaptionTextStyle()
    RibbonPanel.ShouldSerializeCaptionAlignment()
    RibbonPanel.ResetCaptionAlignment()
    RibbonPanel.ShouldSerializeCaptionFont()
    RibbonPanel.ResetCaptionFont()
    RibbonPanel.ShouldSerializeCaptionMinHeight()
    RibbonPanel.ResetCaptionMinHeight()
    RibbonPanel.ShouldSerializeBorderStyle()
    RibbonPanel.ResetBorderStyle()
    RibbonPanel.ShouldSerializeOfficeColorScheme()
    RibbonPanel.ResetOfficeColorScheme()
    RibbonPanel.ShouldSerializeMargin()
    RibbonPanel.ResetMargin()
    RibbonPanel.TabItem
    RibbonPanel.AutoSize
    RibbonPanel.RightToLeft
    RibbonPanel.ScrollPosition
    RibbonPanel.Margin
    RibbonPanel.Renderer
    RibbonPanel.PushedButton
    RibbonPanel.RightScrollBounds
    RibbonPanel.LeftScrollBounds
    RibbonPanel.DefaultPadding
    RibbonPanel.Visible
    RibbonPanel.LayoutEngine
    RibbonPanel.LauncherStyle
    RibbonPanel.ShowCaption
    RibbonPanel.ShowLauncher
    RibbonPanel.CaptionStyle
    RibbonPanel.CaptionTextStyle
    RibbonPanel.CaptionAlignment
    RibbonPanel.CaptionFont
    RibbonPanel.CaptionMinHeight
    RibbonPanel.BorderStyle
    RibbonPanel.Office2013ColorScheme
    RibbonPanel.Office2016ColorScheme
    RibbonPanel.RibbonStyle
    RibbonPanel.IVisualStyle.VisualTheme
    RibbonPanel.OfficeColorScheme
    RibbonPanel.DefaultLauncherStyle
    RibbonPanel.ToolStripAdded
    RibbonPanel.ToolStripRemoved
    RibbonPanel.ToolStripItemClicked
    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 Description
    ToolStripBorderStyle
    Overrides
    RibbonPanel.DefaultBorderStyle

    DefaultCaptionStyle

    Gets default caption style.

    Declaration
    protected override CaptionStyle DefaultCaptionStyle { get; }
    Property Value
    Type Description
    CaptionStyle
    Overrides
    RibbonPanel.DefaultCaptionStyle

    DefaultOfficeColorScheme

    Gets default color scheme

    Declaration
    protected override ToolStripEx.ColorScheme DefaultOfficeColorScheme { get; }
    Property Value
    Type Description
    ToolStripEx.ColorScheme
    Overrides
    RibbonPanel.DefaultOfficeColorScheme

    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 Description
    System.Drawing.Point

    Size

    Gets or sets the height and width of the control.

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

    Implements

    IOffice12Settings
    IVisualStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved