Class LayoutEventArgs
Represents the event arguments related to control layout.
Inheritance
System.Object
System.EventArgs
LayoutEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[Serializable]
[ComVisible(true)]
public class LayoutEventArgs : EventArgs
Constructors
| Improve this Doc View SourceLayoutEventArgs(Rectangle)
Initializes a new instance of the LayoutEventArgs class.
Declaration
public LayoutEventArgs(Rectangle itemAreaBounds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Rectangle | itemAreaBounds | The rectangle bounding the item area. |
Properties
| Improve this Doc View SourceItemAreaBounds
Gets or sets the rectangle bounding the item area.
Declaration
public Rectangle ItemAreaBounds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Rectangle |