'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