Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SetElementBounds Method
Rectangular bounds


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

    Parameters

    r
    Rectangular bounds
    See Also