GrapeCity MultiRow Windows Forms Documentation
OnPaintBackground Method


A System.Windows.Forms.PaintEventArgs that contains painting information about the control.
Paints the background of the control.
Syntax
Protected Overrides Sub OnPaintBackground( _
   ByVal pevent As PaintEventArgs _
) 
Dim instance As GcMultiRow
Dim pevent As PaintEventArgs
 
instance.OnPaintBackground(pevent)
protected override void OnPaintBackground( 
   PaintEventArgs pevent
)

Parameters

pevent
A System.Windows.Forms.PaintEventArgs that contains painting information about the control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.