[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TCustomShellTreeView.UseBuiltinIcons

Indicates if OS-provided icons are used for entries in the Shell control.

Declaration

Source position: shellctrls.pas line 131

public property TCustomShellTreeView.UseBuiltinIcons : Boolean
  read FUseBuiltinIcons
  write SetUseBuiltinIcons
  default True;

Description

UseBuiltinIcons is a Boolean property which indicates if OS-provided icons are used for the file system entries in the Shell control.

The default value for the property is True. Setting a new value for the property causes the Invalidate method to be called to redraw the control.

UseBuiltinIcons is used in the DrawBuiltinIcon method, and controls whether the corresponding method is called in the widgetset class. When UseBuiltinIcons is set to False, an icon is not drawn in the DrawBuiltinIcon method.

See also

TCustomShellTreeView.DrawBuiltinIcon

  

Draws the Shell Icon for the specified tree node.


Version 3.2 Generated 2024-02-25 Home