Spread Windows Forms 12.0 Product Documentation
OnPaintGroupBarBackground Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnPaintGroupBarBackground Method
PaintGroupBarBackgroundEventArgs object that contains the event data
Raises the PaintGroupBarBackground event.
Syntax
'Declaration
 
Protected Overridable Sub OnPaintGroupBarBackground( _
   ByVal e As PaintGroupBarBackgroundEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As PaintGroupBarBackgroundEventArgs
 
instance.OnPaintGroupBarBackground(e)
protected virtual void OnPaintGroupBarBackground( 
   PaintGroupBarBackgroundEventArgs e
)

Parameters

e
PaintGroupBarBackgroundEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members