Class BackStageButton
Inheritance
System.Object
BackStageButton
Implements
System.Windows.Forms.IMessageFilter
Assembly: Syncfusion.Tools.Windows.dll
public class BackStageButton : ButtonAdv, IThemeProvider, IVisualStyle, ISupportOffice2007Theme, ISupportThemeChanged, IMessageFilter, IBackStageItem
Constructors
Declaration
Properties
Declaration
public string Accelerator { get; set; }
Property Value
Declaration
public BackStage2013Renderer BackStage2013Renderer { get; }
Property Value
Declaration
public BackStage2016Renderer BackStage2016Renderer { get; }
Property Value
Declaration
public BackStageThemeRenderer BackStageThemeRenderer { get; }
Property Value
Sets the TouchStyle renderer for BackStageView.
Declaration
public BackStageTouchStyleRenderer BackStageTouchStyleRenderer { get; }
Property Value
Gets or Sets the height for the BackStage button, 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 BackStageRenderer Renderer { get; }
Property Value
Gets or sets a value indicating whether the Backstage button image should be shown in backstage.
Declaration
public bool ShowImage { get; set; }
Property Value
Text
Declaration
public override string Text { get; set; }
Property Value
Overrides
Methods
Declaration
protected override void OnLocationChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Overrides
Declaration
protected override void OnSizeChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
public void ResetItemHeight()
Declaration
protected bool ShouldSerializeItemHeight()
Returns
Implements
System.Windows.Forms.IMessageFilter