Description | |||||||||||
Sets the selected layout in the Tab component. This is the layout shown in the tab pane. | |||||||||||
Synopsis | |||||||||||
#include <ProUITab.h> | |||||||||||
ProError | 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 | |||||||||||
|