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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public long LParam { get; }

Property Value

Type: Int64
The lParam parameter.
See Also