API 文件集 > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowDefaultbuttonactionGet
Function ProUINakedwindowDefaultbuttonactionGet
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
ProUINakedwindowDefaultbuttonactionGet
(
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
/* (Out)
Value of the flag (PRO_B_TRUE or PRO_B_FALSE).
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
這是否有幫助?