ListBox.ChangeSelected Method | |
Change a range of items in a multiple selection list box to a specified selection.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ChangeSelected(
oRange,
lEnabled
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ChangeSelected(
Usual oRange = default,
Usual lEnabled = default
)
Request Example
View SourceParameters
- oRange (Optional)
- Type: Usual
The Range object representing the selected items. - lEnabled (Optional)
- Type: Usual
The state of the selected items. If not specified, the default is TRUE.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method is intended for use with a multiple selection list box (i.e., a list box created using the LBOXMULTIPLESEL style).
See Also