Documentazione API > Custom user interface > Object ProUILabel > Function ProUILabelColumnsGet
Function ProUILabelColumnsGet
Description
Get the width of the label in character widths.
Synopsis
#include <ProUILabel.h>
ProUILabelColumnsGet
(
char* dialog
/* (In)
The name of the dialog that contains the label.
*/
char* component
/* (In)
The name of the label component.
*/
int* value
/* (Out)
Width of the label.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
È stato utile?