Click or drag to resize

BaseListBox.SetTop Method (Typed)

X#
Move a specified item to the top of the list box.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetTop(
	 nItemNumber AS LONG
) AS VOID
Request Example View Source

Parameters

nItemNumber
Type: Long
The number of the item to be moved. Specify one of the following values:
See Also