ListBox.ChangeSelected Method (Typed) | |
Change a range of items in a multiple selection list box to a specified selection.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ChangeSelected(
oRange AS Range,
lEnabled AS LOGIC
) AS LOGIC
public virtual bool ChangeSelected(
Range oRange,
[DefaultParameterValueAttribute(true, 0)] bool lEnabled
)
Request Example
View SourceParameters
- oRange
- Type: Range
The Range object representing the selected items. - lEnabled
- Type: Logic
The state of the selected items. If not specified, the default is TRUE.
Return Value
Type:
Logic
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