Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::GetSelectedItems

Retrieves the selected items. (Multiple selection tree views.)

long GetSelectedItems (
    long *              selItems,
    long                maxCount
) const;

Parameters

selItems
On return: the selected tree view items. This parameter cannot be NULL.
maxCount
The maximal number of items that can be returned in the buffer.

Return Value

The number of the returned items. If the number of the selected items is greater than maxCount, only the first maxCount items are returned in selItems.