ComponentOne Menus and Toolbars for WinForms
LayoutLinkEventArgs Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > LayoutLinkEventArgs Class : LayoutLinkEventArgs Constructor
Specifies the command link for the layout.
The bounding rectangle of the command link.
Text rectangle layout.
Image rectangle layout.
The location of the nested control
Initializes a new instance of the LayoutLinkEventArgs class
Syntax
'Declaration
 
Public Function New( _
   ByVal link As C1CommandLink, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal textrect As System.Drawing.Rectangle, _
   ByVal imagerect As System.Drawing.Rectangle, _
   ByVal controllocation As System.Drawing.Point _
)
public LayoutLinkEventArgs( 
   C1CommandLink link,
   System.Drawing.Rectangle bounds,
   System.Drawing.Rectangle textrect,
   System.Drawing.Rectangle imagerect,
   System.Drawing.Point controllocation
)

Parameters

link
Specifies the command link for the layout.
bounds
The bounding rectangle of the command link.
textrect
Text rectangle layout.
imagerect
Image rectangle layout.
controllocation
The location of the nested control
See Also

Reference

LayoutLinkEventArgs Class
LayoutLinkEventArgs Members