ShellFilePreviewOnPaint Method |
Paints the error message text on the ShellFilePreview control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override void OnPaint(
PaintEventArgs e
)
Protected Overrides Sub OnPaint (
e As PaintEventArgs
)
protected:
virtual void OnPaint(
PaintEventArgs^ e
) override
abstract OnPaint :
e : PaintEventArgs -> unit
override OnPaint :
e : PaintEventArgs -> unit
Parameters
- e
- Type: System.Windows.FormsPaintEventArgs
Contains event information.
See Also