Class BackStage
Inheritance
System.Object
BackStage
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize
Assembly: Syncfusion.Tools.Windows.dll
public class BackStage : TabControlAdv, IThemeProvider, IVisualStyle, IDisposable, ITabControl, ISupportInitialize, ISupportOffice2007Theme
Constructors
Declaration
Properties
Declaration
public TabAlignment Alignment { get; set; }
Property Value
Type |
System.Windows.Forms.TabAlignment |
Declaration
public Control.ControlCollection BackstageControlCollection { get; set; }
Property Value
Type |
System.Windows.Forms.Control.ControlCollection |
Gets/Sets the Width of the backstage.
Declaration
public int BackStagePanelWidth { get; set; }
Property Value
Gets/Set the value for child Item Size and this will applicable for TouchRibbonStyle.
Declaration
public Size ChildItemSize { get; set; }
Property Value
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Type |
System.Windows.Forms.CreateParams |
Declaration
public override Size ItemSize { get; set; }
Property Value
Overrides
Declaration
public ToolStripEx.ColorScheme OfficeColorScheme { get; set; }
Property Value
Gets/Sets RightToLeft for BackStage
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
Type |
System.Windows.Forms.RightToLeft |
RotateTextWhenVertical
Declaration
public bool RotateTextWhenVertical { get; }
Property Value
Gets or Sets super accelerator for backstage elements
Declaration
public SuperAccelerator SuperAccelerator { get; set; }
Property Value
Specifies whether the default height should be used in BackStageItem
This property should be disabled to set the BackStageItem height
This property is applicable for Ribbon Style Office2013 and TouchStyle
Declaration
public bool UseDefaultBackStageItemHeight { get; set; }
Property Value
Gets or sets value for UseGDIPlusDrawing.
Declaration
public bool UseGDIPlusDrawing { get; set; }
Property Value
VisibleFullText
Gets or sets visibility of BackStageButton text.
Declaration
public bool VisibleFullText { get; set; }
Property Value
Methods
Declaration
public Size ComputeTabSize()
Returns
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type |
System.Windows.Forms.AccessibleObject |
Overrides
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
Declaration
public static Office2010ColorScheme GetOffice2010ColorScheme(ToolStripEx.ColorScheme colorScheme)
Parameters
Returns
Declaration
protected override void OnControlAdded(ControlEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.ControlEventArgs |
e |
|
Declaration
protected override void OnControlRemoved(ControlEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.ControlEventArgs |
e |
|
To hide accelerators on keypress
Declaration
protected override void OnKeyUp(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.KeyEventArgs |
e |
|
Overrides
Declaration
protected override void OnLayout(LayoutEventArgs levent)
Parameters
Type |
Name |
Description |
System.Windows.Forms.LayoutEventArgs |
levent |
|
Overrides
Declaration
protected override void OnLocationChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Overrides
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Overrides
Declaration
public override void OnThemeNameChanged(string themeName)
Parameters
Type |
Name |
Description |
System.String |
themeName |
|
Overrides
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Reset the TouchStyleBackStage item size.
Declaration
public void ResetTouchStyleBackStageSize()
To resets the UseDefaultBackStageItemHeight
Declaration
public void ResetUseDefaultBackStageItemHeight()
Declaration
protected void ResetUseGDIPlusDrawing()
ResetVisibleFullText()
Declaration
protected void ResetVisibleFullText()
Indicates whether to serialize BackStageWidth
Declaration
protected bool ShouldSerializeBackStagePanelWidth()
Returns
Indicates whether to serialize UseDefaultBackStageItemHeight
Declaration
protected bool ShouldSerializeUseDefaultBackStageItemHeight()
Returns
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize