|
|
|
|
HighlightItemImage Property, SftTree Class |
Defines whether the selection outline includes the item image.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HighlightItemImage As Boolean |
C# |
public bool HighlightItemImage { get; set; } |
C++ |
public: property bool HighlightItemImage { |
Property Value
True if the selection outline includes the item image, otherwise False.
The default value is True.
Comments
The HighlightItemImage property defines whether the selection outline includes the item image.
Items or cells that are selected (ItemClass.Selected or CellClass.Selected) are highlighted using the defined selection highlight.
Depending on this property, the item image is included in the selection outline.