Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / common Class / PaintSeparator Method


In This Topic
    PaintSeparator Method (common)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub PaintSeparator( _
       ByVal sender As Object, _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim sender As Object
    Dim e As PaintEventArgs
     
    common.PaintSeparator(sender, e)
    public static void PaintSeparator( 
       object sender,
       PaintEventArgs e
    )

    Parameters

    sender
    e
    See Also