Table of Contents

Field FileDropList

Namespace
PaintDotNet.Clipboard
Assembly
PaintDotNet.Base.dll

A handle to type HDROP that identifies a list of files. An application can retrieve information about the files by passing the handle to the DragQueryFile function. CF_HDROP

public const uint FileDropList = 15

Returns

uint
A handle to type HDROP that identifies a list of files. An application can retrieve information about the files by passing the handle to the DragQueryFile function. CF_HDROP

Remarks

See Standard Clipboard Formats for more info.