ShellHistoryToolBarOnCustomDrawButton Method |
Provides support for button custom drawing.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override void OnCustomDrawButton(
DrawToolBarButtonEventArgs e
)
Protected Overrides Sub OnCustomDrawButton (
e As DrawToolBarButtonEventArgs
)
protected:
virtual void OnCustomDrawButton(
DrawToolBarButtonEventArgs^ e
) override
abstract OnCustomDrawButton :
e : DrawToolBarButtonEventArgs -> unit
override OnCustomDrawButton :
e : DrawToolBarButtonEventArgs -> unit
Parameters
- e
- Type: Jam.ShellDrawToolBarButtonEventArgs
The event arguments.
See Also