MultipleSelection Property (Feed Control)
Windows - Visual C++
Description
The MultipleSelection property,
when set to TRUE, indicates that multiple selections are allowed in
the feed control list box. When set to FALSE, indicates that only a
single selection is allowed in the feed control list box.
Syntax
BOOL value = GetMultipleSelection();
void SetMultipleSelection(BOOL value);
The MultipleSelection syntax has these parts:
Part |
Description |
|
value |
A Boolean value that indicates whether multiple selection in the feed control list box should be permitted. |
Remarks
The default setting for the
MultipleSelection property is FALSE.
Back to: Feed Properties