API 文件集
>
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
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳