Show / Hide Table of Contents

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 Source

LayoutTabsEventArgs(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 Source

DisplayAreaBounds

The bounding rectangle where pages are located.

Declaration
public Rectangle DisplayAreaBounds { get; set; }
Property Value
Type Description
System.Drawing.Rectangle
| Improve this Doc View Source

FarScrollButtonBounds

The bounding rectangle of the far scroll button.

Declaration
public Rectangle FarScrollButtonBounds { get; set; }
Property Value
Type Description
System.Drawing.Rectangle
| Improve this Doc View Source

NearScrollButtonBounds

The bounding rectangle of the near scroll button.

Declaration
public Rectangle NearScrollButtonBounds { get; set; }
Property Value
Type Description
System.Drawing.Rectangle
| Improve this Doc View Source

TabAreaBounds

The bounding rectangle where tabs are located.

Declaration
public Rectangle TabAreaBounds { get; set; }
Property Value
Type Description
System.Drawing.Rectangle
Back to top Copyright © 2018 Özgür Özçıtak