C1.Win.C1Command.4.8 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

LayoutLinkEventArgs Constructor
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 _
)
 

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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also