CommonDialog.ownerWndProc

Overview | Methods | This Package | All Packages

CommonDialog.ownerWndProc

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

Syntax

protected int ownerWndProc( int hWnd, int msg, int wParam, int lParam )

Parameters

hWnd

The window handle of the message to send.

msg

The Win32 message to send.

wParam

The wParam to send with the message.

lParam

The lParam to send with the message.

Remarks

When overriding this method, call super.ownerWndProc.