API 文档 > Custom user interface > Object ProUITab > Function ProUITabSelectednamesSet
Function ProUITabSelectednamesSet
Description
Sets the selected layout in the Tab component. This is the layout shown in the tab pane.
Synopsis
#include <ProUITab.h>
ProUITabSelectednamesSet
(
char* dialog
/* (In)
The name of the dialog.
*/
char* component
/* (In)
The tab component.
*/
int count
/* (In)
Number of items in the values array.
*/
char** values
/* (In)
Array of layouts selected (shown) on the tab component (should contain only 1).
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
这对您有帮助吗?