Category Custom user interface, Object ProUILayout

Function ProUILayoutTextSet


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>
ProErrorProUILayoutTextSet(
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
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Layout Attributes