[]
Initializes a new instance of the LayoutLinkEventArgs class
public LayoutLinkEventArgs(C1CommandLink link, Rectangle bounds, Rectangle textrect, Rectangle imagerect, Point controllocation)
Public Sub New(link As C1CommandLink, bounds As Rectangle, textrect As Rectangle, imagerect As Rectangle, controllocation As Point)
| Type | Name | Description |
|---|---|---|
| C1CommandLink | link | Specifies the command link for the layout. |
| Rectangle | bounds | The bounding rectangle of the command link. |
| Rectangle | textrect | Text rectangle layout. |
| Rectangle | imagerect | Image rectangle layout. |
| Point | controllocation | The location of the nested control |