| Description |
| Set the default button action of the naked window. This is a flag indicating whether a middle mouse button press in the NakedWindow should cause the default button of the Dialog in which the component is contained to be activated. |
| Synopsis |
| #include <ProUINakedwindow.h> |
| ProError | ProUINakedwindowDefaultbuttonactionSet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the naked window. |
| */ |
| char* component | |
| /*
(In) |
| The name of the naked window component. |
| */ |
| int value | |
| /*
(In) |
| Value of the flag (PRO_B_TRUE or PRO_B_FALSE). |
| */ |
| ) |
| Returns |
|
|