Click or drag to resize

OpenImageFileDialogOwnerWndProc Method

Defines the owner window procedure that is overridden to add specific functionality to a common dialog box.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override IntPtr OwnerWndProc(
	IntPtr hWnd,
	int msg,
	IntPtr wparam,
	IntPtr lparam
)

Parameters

hWnd
Type: SystemIntPtr
The window handle of the message to send.
msg
Type: SystemInt32
The Win32 message to send.
wparam
Type: SystemIntPtr
The wparam to send with the message.
lparam
Type: SystemIntPtr
The lparam to send with the message.

Return Value

Type: IntPtr
The result of the message processing, which is dependent on the message sent.
See Also