Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / PaintSeparator Method
Label
Paint event arguments


In This Topic
    PaintSeparator Method (SearchDialog)
    In This Topic
    Paints a highlighted line from the end of a label control text to the width of the control to make the label look more like a separator.
    Syntax
    'Declaration
     
    
    Protected Sub PaintSeparator( _
       ByVal sender As Label, _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SearchDialog
    Dim sender As Label
    Dim e As PaintEventArgs
     
    instance.PaintSeparator(sender, e)
    protected void PaintSeparator( 
       Label sender,
       PaintEventArgs e
    )

    Parameters

    sender
    Label
    e
    Paint event arguments
    See Also