SpreadsheetGear 2017
OnPaint Method (FormulaBar)






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

Parameters

e
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