CustomToolBarDrawButton Event |
Occurs if a button is drawn and
OwnerDraw is set to
true.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public event EventHandler<DrawToolBarButtonEventArgs> DrawButton
Public Event DrawButton As EventHandler(Of DrawToolBarButtonEventArgs)
public:
event EventHandler<DrawToolBarButtonEventArgs^>^ DrawButton {
void add (EventHandler<DrawToolBarButtonEventArgs^>^ value);
void remove (EventHandler<DrawToolBarButtonEventArgs^>^ value);
}
member DrawButton : IEvent<EventHandler<DrawToolBarButtonEventArgs>,
DrawToolBarButtonEventArgs>
Value
Type:
SystemEventHandlerDrawToolBarButtonEventArgsSee Also