BaseListBox.SetTop Method (Typed) | |
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
public virtual void SetTop(
[DefaultParameterValueAttribute(0, 0)] int nItemNumber
)
Request Example
View SourceParameters
- nItemNumber
- Type: Long
The number of the item to be moved. Specify one of the following values:
See Also