Show / Hide Table of Contents

Class MeasureTabEventArgs

Contains event data for tab measurement related events.

Inheritance
System.Object
System.EventArgs
TabEventArgs
MeasureTabEventArgs
Inherited Members
TabEventArgs.Tab
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class MeasureTabEventArgs : TabEventArgs

Constructors

| Improve this Doc View Source

MeasureTabEventArgs(Tab, Size)

Declaration
public MeasureTabEventArgs(Tab tab, Size size)
Parameters
Type Name Description
Tab tab
System.Drawing.Size size

Properties

| Improve this Doc View Source

Size

The size of the item to be measured.

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