Class MeasureTabEventArgs
Contains event data for tab measurement related events.
Inherited Members
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class MeasureTabEventArgs : TabEventArgs
Constructors
| Improve this Doc View SourceMeasureTabEventArgs(Tab, Size)
Declaration
public MeasureTabEventArgs(Tab tab, Size size)
Parameters
Type | Name | Description |
---|---|---|
Tab | tab | |
System.Drawing.Size | size |
Properties
| Improve this Doc View SourceSize
The size of the item to be measured.
Declaration
public Size Size { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Size |