Spread WinForms 15
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)

Parameters

e
See Also