API Documentation
>
Custom user interface
>
Object ProUILayout
> Function ProUILayoutTextSet
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
>
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
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed
User Guide References
Layout Attributes:ProUILayoutTextSet
Was this helpful?
This site works best with JavaScript enabled