Function ProUITabSelectednamesGet
Description
Gets the selected layout in the Tab component. This is the layout that is shown in the Tab.
Synopsis
#include <ProUITab.h>
ProUITabSelectednamesGet
(
char* dialog
/* (In)
The name of the dialog.
*/
char* component
/* (In)
The tab component.
*/
int* count
/* (Out)
Number of items in the values array.
*/
char*** values
/* (Out)
Array of layouts selected on the tab component (typically 1). Free this argument using ProStringarrayFree().
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
これは役に立ちましたか?