Description | ||||||||
Set the label for a layout component. If the layout is displayed in a tab, this function will not change the displayed tab header. To set this property use the function ProUITabLabelsSet(). | ||||||||
Synopsis | ||||||||
#include <ProUILayout.h> | ||||||||
ProError | ProUILayoutTextSet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The name of the dialog that contains the layout | ||||||||
*/ | ||||||||
char* layout | ||||||||
/* (In) | ||||||||
The name of the layout component | ||||||||
*/ | ||||||||
wchar_t* label | ||||||||
/* (In) | ||||||||
The label | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|