menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabBarSelectionArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabBarSelectionArgs

    TabBarMouseEventArgs class

    Inheritance
    System.Object
    System.EventArgs
    TabBarSelectionArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TabBarSelectionArgs : EventArgs

    Properties

    Bounds

    Gets the TabBounds bounds.

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Button

    Gets the Mouse Button

    Declaration
    public MouseButtons Button { get; }
    Property Value
    Type
    System.Windows.Forms.MouseButtons
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved