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