BaseListBox.SetTop Method | |
Move a specified item to the top of the list box.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetTop(
nItemNumber
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetTop(
Usual nItemNumber = default
)
Request Example
View SourceParameters
- nItemNumber (Optional)
- Type: Usual
The number of the item to be moved. Specify one of the following values:
Return Value
Type:
UsualSee Also