![]() |
![]() ![]() ![]() |
dcShellIcon component.
|
type
|
TdcShellIconOptions = set of (ioDereferenceShellLinks, ioLinkOverlay, ioOpen, ioSelected);
|
|
property Options: TdcShellIconOptions;
|
The Options property specifies the type of the icon, associated with shell object, specified in the FileName property, to retrieve this icon from the Windows shell.
|
|
The Options for the icons are following:
|
Values | Meaning
|
ioDereferenceShellLinks | If True - removes the shortcut mark ![]() |
ioLinkOverlay | puts the shortcut mark to the retrieved icon (i.e: ![]() |
ioOpen | retrieves the icon "in open state". For example, opened folder icon is ![]() |
ioSelected | If True, the retrieved icon will be displayed as "selected" (i.e: ![]() |
FileName property.
|