SpreadsheetGear 2017
OnPaintBackground Method (FormulaBar)






SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : OnPaintBackground Method
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overrides Sub OnPaintBackground( _
   ByVal pe As System.Windows.Forms.PaintEventArgs _
) 
'Usage
 
Dim instance As FormulaBar
Dim pe As System.Windows.Forms.PaintEventArgs
 
instance.OnPaintBackground(pe)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected override void OnPaintBackground( 
   System.Windows.Forms.PaintEventArgs pe
)
protected procedure OnPaintBackground( 
    pe: System.Windows.Forms.PaintEventArgs
); override; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected override function OnPaintBackground( 
   pe : System.Windows.Forms.PaintEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: void OnPaintBackground( 
   System.Windows.Forms.PaintEventArgs* pe
) override 
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
void OnPaintBackground( 
   System.Windows.Forms.PaintEventArgs^ pe
) override 

Parameters

pe
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

FormulaBar Class
FormulaBar Members