API 설명서 > Custom user interface > Object ProUITable > Function ProUITableMincolumnsSet
Function ProUITableMincolumnsSet
Description
Sets the minimum width of the table.
Synopsis
#include <ProUITable.h>
ProUITableMincolumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
int value
/* (In)
The width, in characters.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?