property ExFileView.IncludeParentIconKey as Long
Retrieves or sets a value that indicates the key of the icon used for 'Parent' button.

TypeDescription
Long A long expression that indicates the index of the icon being displayed for the Parent item.

By default, the IncludeParentIconKey property is -1. Use the LoadIcon property to load icons to the control. If the icon doesn't exist the control displays no icon for Parent item. Use the IncludeParent property to specify whether the browsed folder includes a link to the parent folder. If the IncludeParent property is True, the control adds a new item titled ".." that defines the parent folder for the browsed folder. If the user clicks on this item, the control browses the parent folder. The BrowseFolderPath property specifies the path to the browsed folder. The control fires the StateChange event when the user changes the browsed path.