Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / OnPaintBackground Method


In This Topic
    OnPaintBackground Method (FpHyperlink)
    In This Topic
    Paints the background of the hyperlink control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaintBackground( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpHyperlink
    Dim e As PaintEventArgs
     
    instance.OnPaintBackground(e)
    protected override void OnPaintBackground( 
       PaintEventArgs e
    )

    Parameters

    e
    See Also