[]
        
(Showing Draft Content)

C1.Win.Layout.ILayout.SetBounds

SetBounds Method

SetBounds(object, Rectangle, DragType)

Sets bounds for the ItemContainer instance.

Declaration
bool SetBounds(object itemContainer, Rectangle bounds, DragType dragType)
Function SetBounds(itemContainer As Object, bounds As Rectangle, dragType As DragType) As Boolean
Parameters
Type Name Description
object itemContainer

ItemContainer for setting bounds (resizing/moving).

Rectangle bounds

Rectangle bounds for the ItemContainer.

DragType dragType

Current DragType that initiated resizing/moving.

Returns
Type Description
bool