Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / SetBound Method


In This Topic
    SetBound Method (IFpStatusBarElement)
    In This Topic
    Sets the element boundary.
    Syntax
    'Declaration
     
    
    Sub SetBound( _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As IFpStatusBarElement
    Dim r As Rectangle
     
    instance.SetBound(r)
    void SetBound( 
       Rectangle r
    )

    Parameters

    r
    See Also