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
User Guide References
レイアウトの属性:ProUILayoutTextSet
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。