Class BackStageTab
Inheritance
System.Object
BackStageTab
Assembly: Syncfusion.Tools.Windows.dll
public class BackStageTab : TabPageAdv, IBackStageItem
Constructors
Declaration
Declaration
public BackStageTab(string label)
Parameters
Type |
Name |
Description |
System.String |
label |
|
Properties
Declaration
public string Accelerator { get; set; }
Property Value
Gets or Sets the height for the BackStageTab, when UseDefaultBackStageItemHeight property is disabled.
This property applicable for Ribbon Style Office2013 and TouchStyle
Declaration
public int ItemHeight { get; set; }
Property Value
Declaration
public BackStageItemPlacement Placement { get; set; }
Property Value
Declaration
public Point Position { get; set; }
Property Value
Type |
System.Drawing.Point |
Gets or sets a value indicating whether the Backstage button image should be shown in backstage.
Declaration
public bool ShowImage { get; set; }
Property Value
Methods
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
public void ResetItemHeight()
Indicate whether to Serailize BackStageTabHeight
Declaration
protected bool ShouldSerializeItemHeight()
Returns