Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonElement Class / SendToBack Method


In This Topic
    SendToBack Method (ButtonElement)
    In This Topic
    Internal use only. Move child to the bottom.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SendToBack( _
       ByVal child As Object _
    ) 
    'Usage
     
    
    Dim instance As ButtonElement
    Dim child As Object
     
    instance.SendToBack(child)
    public virtual void SendToBack( 
       object child
    )

    Parameters

    child
    See Also