DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / SetPlaceholderAt Method
ItemContainer (placeholder) to exchange by. Can be null.
System.Drawing.Point point to set ItemContainer/placeholder.

In This Topic
    SetPlaceholderAt Method (ILayout)
    In This Topic
    Replaces the ItemContainer instance by placeholder or replaces the placeholder by ItemContainer instance.
    Syntax
    'Declaration
     
    
    Sub SetPlaceholderAt( _
       ByVal itemContainer As Object, _
       ByVal pt As Point _
    ) 
    void SetPlaceholderAt( 
       object itemContainer,
       Point pt
    )

    Parameters

    itemContainer
    ItemContainer (placeholder) to exchange by. Can be null.
    pt
    System.Drawing.Point point to set ItemContainer/placeholder.
    See Also