Docking Tab for WinForms | ComponentOne
C1.Win.Command 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

In This Topic
    LayoutLinkEventArgs Constructor
    In This Topic
    Initializes a new instance of the LayoutLinkEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal link As C1CommandLink, _
       ByVal bounds As Rectangle, _
       ByVal textrect As Rectangle, _
       ByVal imagerect As Rectangle, _
       ByVal controllocation As 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
    See Also