ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.SearchEdit.TOnPaintButtonEvent

Event that can be used to control the different icons to be used.

Syntax
Pascal
TOnPaintButtonEvent = procedure (sender: TObject; const pButton: TJamSearchEditButtonType; var pEventArgs: TJamSearchEditIconEventArgs) of object;
Parameters 
Description 
sender 
The sender of the event. 
pButton 
The TJamSearchEditButtonType of the button icon that is currently retrieved. 
pEventArgs 
A TJamSearchEditIconEventArgs that can be used to set preferences for the asked icon. 

None