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

Event arguments that are used in the TOnPaintButtonEvent type.

Syntax
Pascal
TJamSearchEditIconEventArgs = record
  ImageListIndex: integer;
  FontGlyph: WideChar;
  Empty: boolean;
end;
Members 
Description 
ImageListIndex: integer; 
The index of the icon in the custom image list - i.e. one, that has been assigned to TJamSearchEdit.Images. 
FontGlyph: WideChar; 
A glyph taken from the Segoe MDL2 Assets font. 
Empty: boolean; 
Set to true, if the icon should be left empty.