DragEvent.FileCount Property | |
A numeric value representing the number of files in the drag-and-drop load that generated this drag event.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FileCount AS USUAL GET
public virtual Usual FileCount { get; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value representing the number of files in the drag-and-drop load that generated this drag event.
See Also