Class LayoutTabsEventArgs
Contains event data for layout events.
Inheritance
System.Object
System.EventArgs
LayoutTabsEventArgs
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class LayoutTabsEventArgs : EventArgs
Constructors
| Improve this Doc View SourceLayoutTabsEventArgs(Rectangle, Rectangle, Rectangle, Rectangle)
Declaration
public LayoutTabsEventArgs(Rectangle tabArea, Rectangle displayArea, Rectangle nearButton, Rectangle farButton)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Rectangle | tabArea | |
System.Drawing.Rectangle | displayArea | |
System.Drawing.Rectangle | nearButton | |
System.Drawing.Rectangle | farButton |
Properties
| Improve this Doc View SourceDisplayAreaBounds
The bounding rectangle where pages are located.
Declaration
public Rectangle DisplayAreaBounds { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle |
FarScrollButtonBounds
The bounding rectangle of the far scroll button.
Declaration
public Rectangle FarScrollButtonBounds { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle |
NearScrollButtonBounds
The bounding rectangle of the near scroll button.
Declaration
public Rectangle NearScrollButtonBounds { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle |
TabAreaBounds
The bounding rectangle where tabs are located.
Declaration
public Rectangle TabAreaBounds { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle |