WinForms

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

    Show / Hide Table of Contents

    Class BackStageTab

    Inheritance
    System.Object
    TabPageAdv
    BackStageTab
    Inherited Members
    TabPageAdv.CreateDefaultTabData()
    TabPageAdv.SetSelectedAtDesignTime()
    TabPageAdv.Dispose(Boolean)
    TabPageAdv.CreateAccessibilityInstance()
    TabPageAdv.OnEnter(EventArgs)
    TabPageAdv.WndProc(Message)
    TabPageAdv.OnLeave(EventArgs)
    TabPageAdv.Hide()
    TabPageAdv.Show()
    TabPageAdv.Close()
    TabPageAdv.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    TabPageAdv.CreateControlsInstance()
    TabPageAdv.ToString()
    TabPageAdv.GetTabPageAdvOfComponent(Object)
    TabPageAdv.ShouldSerializeTabFont()
    TabPageAdv.ResetTabFont()
    TabPageAdv.ShouldSerializeTabForeColor()
    TabPageAdv.ResetTabForeColor()
    TabPageAdv.ShouldSerializeTabBackColor()
    TabPageAdv.ResetTabBackColor()
    TabPageAdv.OnPaintBackground(PaintEventArgs)
    TabPageAdv.ResetThemesEnabled()
    TabPageAdv.ShouldSerializerThemesEnabled()
    TabPageAdv.Site
    TabPageAdv.UseCustomScrollerFrame
    TabPageAdv.ScrollerFrame
    TabPageAdv.IsTransparent
    TabPageAdv.Anchor
    TabPageAdv.Dock
    TabPageAdv.Enabled
    TabPageAdv.TabEnabled
    TabPageAdv.TabIndex
    TabPageAdv.TabStop
    TabPageAdv.Visible
    TabPageAdv.UseActiveTabColor
    TabPageAdv.ToolTipText
    TabPageAdv.SuperTooltip
    TabPageAdv.ImageIndex
    TabPageAdv.Image
    TabPageAdv.ShowCloseButton
    TabPageAdv.ImageSize
    TabPageAdv.TabVisible
    TabPageAdv.Text
    TabPageAdv.TabFont
    TabPageAdv.TabBackColor
    TabPageAdv.TabForeColor
    TabPageAdv.ThemesEnabled
    TabPageAdv.Closing
    TabPageAdv.Closed
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BackStageTab : TabPageAdv, IBackStageItem

    Constructors

    BackStageTab()

    Declaration
    public BackStageTab()

    BackStageTab(String)

    Declaration
    public BackStageTab(string label)
    Parameters
    Type Name Description
    System.String label

    Properties

    Accelerator

    Declaration
    public string Accelerator { get; set; }
    Property Value
    Type Description
    System.String

    ItemHeight

    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
    Type Description
    System.Int32

    Placement

    Gets or sets the placement of the BackStageTab inside the BackStage.

    Declaration
    public BackStageItemPlacement Placement { get; set; }
    Property Value
    Type Description
    BackStageItemPlacement

    When Placement is set to Bottom, then it will be placed at bottom of the BackStage. Otherwise BackStageTab will placed at top of the BackStage. The default value is Top.

    Position

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

    ShowImage

    Gets or sets a value indicating whether the Backstage button image should be shown in backstage.

    Declaration
    public bool ShowImage { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    ResetItemHeight()

    To Reset ItemHeight

    Declaration
    public void ResetItemHeight()

    ShouldSerializeItemHeight()

    Indicate whether to Serailize BackStageTabHeight

    Declaration
    protected bool ShouldSerializeItemHeight()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved