OpenImageFileDialog.OwnerWndProc 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)
Syntaxprotected override IntPtr OwnerWndProc(
IntPtr hWnd,
int msg,
IntPtr wparam,
IntPtr lparam
)
Protected Overrides Function OwnerWndProc (
hWnd As IntPtr,
msg As Integer,
wparam As IntPtr,
lparam As IntPtr
) As IntPtr
Parameters
- hWnd
- Type: System.IntPtr
The window handle of the message to send. - msg
- Type: System.Int32
The Win32 message to send. - wparam
- Type: System.IntPtr
The wparam to send with the message. - lparam
- Type: System.IntPtr
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