WinForms

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

    Show / Hide Table of Contents

    Class TabSplitterPage

    Inheritance
    System.Object
    TabSplitterPage
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabSplitterPage : Panel

    Constructors

    TabSplitterPage()

    Declaration
    public TabSplitterPage()

    Properties

    Dock

    Declaration
    public override DockStyle Dock { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.DockStyle

    Hide

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

    Image

    Gets or sets the image to be shown in the page's tab.

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

    ImageTransparentColor

    Gets or sets the transparency color for the tab image.

    Declaration
    public Color ImageTransparentColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Owner

    Declaration
    public TabSplitterPagesCollection Owner { get; set; }
    Property Value
    Type Description
    TabSplitterPagesCollection

    Text

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

    ToolTip

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

    Methods

    CreateAccessibilityInstance()

    Creates a new accessibility object for TabSplitterPage.

    Declaration
    protected override AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Returns a new System.Windows.Forms.AccessibleObject of the TabSplitterPage

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    ResetImage()

    Declaration
    public void ResetImage()

    ResetImageTransparentColor()

    Declaration
    public void ResetImageTransparentColor()

    ResetToolTipText()

    Declaration
    public void ResetToolTipText()

    ShouldSerializeImage()

    Declaration
    public bool ShouldSerializeImage()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeImageTransparentColor()

    Declaration
    public bool ShouldSerializeImageTransparentColor()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeToolTip()

    Declaration
    public bool ShouldSerializeToolTip()
    Returns
    Type Description
    System.Boolean

    Events

    ImageChanged

    Declaration
    public event EventHandler ImageChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved