Documentação da API > Custom user interface > Object ProUIList > Function ProUIListMincolumnsGet
Function ProUIListMincolumnsGet
Description
Get the minimum width of the column in character widths.
Synopsis
#include <ProUIList.h>
ProUIListMincolumnsGet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
int* value
/* (Out)
Minimum width of the column.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?