ListView.DragImageList Property | |
An image list containing a single image displayed during a drag and drop operation for the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DragImageList AS USUAL GET SET
public virtual Usual DragImageList { get; set; }
Request Example
View SourceProperty Value
Type:
UsualAn image list containing a single image displayed during a drag and drop operation for the list view.
See Also