Class RibbonTabGroup
Control representing one tab group.
Inheritance
System.Object
RibbonTabGroup
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonTabGroup : ToolStrip
Constructors
RibbonTabGroup()
Initializes a new instance of the RibbonTabGroup class.
Declaration
public RibbonTabGroup()
Fields
Active
Indicates whether group is active and should highlight clicked item in design time. For designer internal usage only.
Declaration
protected bool Active
Field Value
Type |
---|
System.Boolean |
Properties
AutoSize
Gets or sets a value indicating whether default value to AutoSize property.
Declaration
public bool AutoSize { get; set; }
Property Value
Type |
---|
System.Boolean |
CanOverflow
Gets or sets a value indicating whether CanOverflow property is set or not.
Declaration
public bool CanOverflow { get; set; }
Property Value
Type |
---|
System.Boolean |
CaptionColor1
Gets or sets the first color of caption gradiend.
Declaration
public Color CaptionColor1 { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionColor2
Gets or sets the second color of caption gradiend.
Declaration
public Color CaptionColor2 { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionFontColor
Gets or sets color of caption font.
Declaration
public Color CaptionFontColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionHeight
Gets height of the caption.
Declaration
public static int CaptionHeight { get; }
Property Value
Type |
---|
System.Int32 |
GripStyle
Gets or sets new default value to GripSize property.
Declaration
public ToolStripGripStyle GripStyle { get; set; }
Property Value
Type |
---|
System.Windows.Forms.ToolStripGripStyle |
LayoutStyle
Gets or sets new default value to LayoutStyle property.
Declaration
public ToolStripLayoutStyle LayoutStyle { get; set; }
Property Value
Type |
---|
System.Windows.Forms.ToolStripLayoutStyle |
SingleItem
Gets or sets a value indicating whether group stores single item.
Declaration
public bool SingleItem { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
InvalidateWithInnerControl()
Forces inner controls of hosting items to invalidate.
Declaration
public void InvalidateWithInnerControl()
OnPaintBackground(PaintEventArgs)
Declaration
protected override void OnPaintBackground(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |