DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / SetBounds Method
ItemContainer for setting bounds (resizing/moving).
System.Drawing.Rectangle bounds for the ItemContainer.
Current DragType that initiated resizing/moving.

In This Topic
    SetBounds Method (ILayout)
    In This Topic
    Sets bounds for the ItemContainer instance.
    Syntax
    'Declaration
     
    
    Function SetBounds( _
       ByVal itemContainer As Object, _
       ByVal bounds As Rectangle, _
       ByVal dragType As DragType _
    ) As Boolean

    Parameters

    itemContainer
    ItemContainer for setting bounds (resizing/moving).
    bounds
    System.Drawing.Rectangle bounds for the ItemContainer.
    dragType
    Current DragType that initiated resizing/moving.
    See Also