HighlightStyle Property

Object List Next Object

Defined By:
Indented List

Description:

Determine how much of a line will be highlighted when an item is selected.

Settings:


Setting Description


TextOnly(0) (Default) Highlight from the left of the string's first character, to the right of the last chararacter.

FullLine(1) Highlight the entire line

Details:

FullLine highlighting is similar to the highlighting used in ListBoxes. The highlight bar will extend from the left side of the IndentedList, completely across the IndentedList to the right side. TextOnly highlighting will only highlight the text portion of the item, leaving white space after the item
s string.

Data Type: Enum - IndentedListHighlightStyle