Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Border Class / FrameIt Method
If True, sets all borders, otherwise removes them

In This Topic
    FrameIt Method
    In This Topic
    Sets full border around toolbar or removes border.
    Syntax
    'Declaration
     
    
    Public Sub FrameIt( _
       ByVal framed As Boolean _
    ) 
    public void FrameIt( 
       bool framed
    )

    Parameters

    framed
    If True, sets all borders, otherwise removes them
    See Also