WebBrowserExtended.OnPaint(Object, PaintEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when [paint].
protected:
void OnPaint(System::Object ^ sender, System::Windows::Forms::PaintEventArgs ^ e);
protected void OnPaint (object sender, System.Windows.Forms.PaintEventArgs e);
override this.OnPaint : obj * System.Windows.Forms.PaintEventArgs -> unit
Protected Sub OnPaint (sender As Object, e As PaintEventArgs)
Parameters
- sender
- Object
Specifeis the sender.
Specifies the PaintEventArgs instance containing the event data.