ListBox.MultiSelection Property (Typed) | |
Used to identify if the ListBox supports multiple selections.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MultiSelection AS LOGIC GET
public virtual bool MultiSelection { get; }
Request Example
View SourceProperty Value
Type:
LogicUsed to identify if the ListBox supports multiple selections.
See Also