Imagelist.dragShowImage(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows or hides the image that is being dragged.
public:
virtual bool dragShowImage(bool _show);
public virtual bool dragShowImage (bool _show);
abstract member dragShowImage : bool -> bool
override this.dragShowImage : bool -> bool
Public Overridable Function dragShowImage (_show As Boolean) As Boolean
Parameters
- _show
- Boolean
A value that specifies whether to show the image.