API-Dokumentation > Custom user interface > Object ProUILabel > Function ProUILabelColumnsSet
Function ProUILabelColumnsSet
Description
Set the width of the label in character widths. A value of 0 will size itself based upon its contents.
Synopsis
#include <ProUILabel.h>
ProUILabelColumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the label.
*/
char* component
/* (In)
The name of the label component.
*/
int value
/* (In)
Width of the label.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
War dies hilfreich?