Table of Contents

LIST_EX property

Applies To

(Hierarchical) list box.

Description

Returns or sets what the list would be if fully expanded.

Usage

itemlist = Get_Property(objectname, "LIST_EX")

olditemlist = Set_Property(objectname, "LIST_EX", newitemlist)

Remarks

The offset (indent) is indicated by the number of tab characters (Char (9)).

Values passed in Set_Property:

ValueDescription
NewlistItems to appear in the specified control.

Returns

Values returned by both Set_Property and Get_Property:

ValueDescription
Itemlist@FM-delimited array of items.

See Also

SELPOS_EX property