API 설명서 > Custom user interface > Object ProUITab > Function ProUITabLayoutAdd
Function ProUITabLayoutAdd
Description
Add a new layout to the tab. Even if the layout has a label assigned, you must set the tab labels with ProUITabLabelsSet() for the decorated tab to show the appropriate labels.
Synopsis
#include <ProUITab.h>
ProUITabLayoutAdd
(
char* dialog
/* (In)
The name of the dialog that contains tab.
*/
char* component
/* (In)
The name of the tab component.
*/
char* name
/* (In)
The name of the layout to be added.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?