Class TabBarSelectionArgs
TabBarMouseEventArgs class
Inheritance
System.Object
TabBarSelectionArgs
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 |