WinForms

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

    Show / Hide Table of Contents

    Class TabPageInfo

    Provides the information of the TabPageAdv

    Inheritance
    System.Object
    TabPageInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabPageInfo

    Constructors

    TabPageInfo()

    Constructor of the TabPageInfo.

    Declaration
    public TabPageInfo()

    TabPageInfo(String, Int32, Boolean)

    Constructor of the TabPageInfo.

    Declaration
    public TabPageInfo(string text, int order, bool selected)
    Parameters
    Type Name Description
    System.String text

    Indicates the text value.

    System.Int32 order

    Indicates the order.

    System.Boolean selected

    Indicates whether the control is selected or not.

    Properties

    IsSelected

    Gets or sets the IsSelected. It indicates whether the TabPageAdv is selected or not.

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

    Order

    Gets or Sets the Order of the TabPageAdv.

    Declaration
    public int Order { get; set; }
    Property Value
    Type Description
    System.Int32

    Text

    Gets or Sets the Text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved