API 설명서 > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowAlwaysalloweventsSet
Function ProUINakedwindowAlwaysalloweventsSet
Description
Set whether user-input events should be processed when the NakedWindow is blocked.
Synopsis
ProUINakedwindowAlwaysalloweventsSet
(
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
도움이 되셨나요?