Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / SetElementBounds Method


In This Topic
    SetElementBounds Method (ElementWithButtons)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetElementBounds( _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim r As Rectangle
     
    instance.SetElementBounds(r)
    protected virtual void SetElementBounds( 
       Rectangle r
    )

    Parameters

    r
    See Also