Documentation de l'API > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowDefaultbuttonactionSet
Function ProUINakedwindowDefaultbuttonactionSet
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
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
The function was successful
The function failed
An invalid argument was given
User Guide References
Est-ce que cela a été utile ?