ShowEditImage: Boolean;
The ShowEditImage property determines whether the element icon is displayed in the component editor.
Available values:
True. Display icon of the first selected element.
False. Do not display icon of the first selected element.
The property is relevant if the Images or StateImages property is set.
By default, the component editor displays name of the selected element or total number of selected elements on multiple selection. The ITreeCombo.CustomMultiselectTextTemplate property can also determine its own template for the text displayed in the component editor.
NOTE. For the MetabaseTreeCombo component, which inherits form the TreeCombo component, this property is not supported. In the editor of the MetabaseTreeCombo component the icon of selected element (the first selected element during multiple selection) is always displayed.
See also: