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