|
|
|
|
OnPaintBackground Method, SftTree Class |
Raises the PaintBackground event.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Protected Overrides Sub OnPaintBackground( ByVal e As PaintEventArgs ) |
C# |
protected override void OnPaintBackground( PaintEventArgs e ); |
C++ |
protected: virtual void OnPaintBackground( PaintEventArgs^ e ); |
e
The PaintEventArgs instance containing the event data.
Comments
The OnPaintBackground method raises the PaintBackground event.