Method | Description | |
---|---|---|
Close ( ) : void | ||
ColorDialogExtension ( int x, int y, String title = null ) : System |
Initializes a new instance of the ColorDialogExtension class.
|
Method | Description | |
---|---|---|
HookProc ( |
Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.
|
Method | Description | |
---|---|---|
EndDialog ( |
||
SetWindowPos ( |
||
SetWindowText ( |
public ColorDialogExtension ( int x, int y, String title = null ) : System | ||
x | int | The X position |
y | int | The Y position |
title | String | The title of the windows. If set to null(by default), the title will not be changed |
return | System |
protected HookProc ( |
||
hWnd | The handle to the dialog box window. | |
msg | int | The message being received. |
wparam | Additional information about the message. | |
lparam | Additional information about the message. | |
return |