DragEvent.FileName Method | |
Return the name of a specified file in the drag-and-drop load that generated this drag event.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FileName(
nfile
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FileName(
Usual nfile = default
)
Request Example
View SourceParameters
- nfile (Optional)
- Type: Usual
The position of the desired file in the drag-and-drop load array; file numbers in this array start at 1 (see DragEvent:FileCount).
Return Value
Type:
UsualSee Also