API Documentation > Custom user interface > Object ProUIList > Function ProUIListMincolumnsSet
Function ProUIListMincolumnsSet
Description
Set the minimum width of the column in character widths.
Synopsis
#include <ProUIList.h>
ProUIListMincolumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
int value
/* (In)
Minimum width of the column.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?