Retrieves the names of the files dropped on a window. Receipt of the SAM_DropFiles message indicates that the user dropped files onto the window.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalNumber DropFilesQueryFiles(
	Control ctrl,
	SalArray<SalString> sArrayFiles
)

Parameters

ctrl
Type: System.Windows.Forms..::..Control
sArrayFiles
Type: PPJ.Runtime..::..SalArray<(Of <(<'SalString>)>)>

Return Value

See Also