Click or drag to resize

FileDialogEventArgsLParam Property

Gets the LParam parameter corresponding to a dialog hook window WM_COMMAND event in the case of a hooked dialog box. May be 0, otherwise it represents the Handle to the related control window.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public long LParam { get; }

Property Value

Type: Int64
The lParam parameter.
See Also