Click or drag to resize

ShellHistoryToolBarOnCustomDrawButton Method

Provides support for button custom drawing.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnCustomDrawButton(
	DrawToolBarButtonEventArgs e
)

Parameters

e
Type: Jam.ShellDrawToolBarButtonEventArgs
The event arguments.
See Also