Show / Hide Table of Contents

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 Source

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

ItemAreaBounds

Gets or sets the rectangle bounding the item area.

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