API 설명서 > Custom user interface > Object ProUITable > Function ProUITableDisable
Function ProUITableDisable
Description
Sets the table to be insensitive to user input.
Synopsis
#include <ProUITable.h>
ProUITableDisable
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
See Also
User Guide References
도움이 되셨나요?