Function ProUITabDisable
Description
Sets the Tab to be disabled, so the user cannot select it.
Synopsis
#include <ProUITab.h>
ProUITabDisable
(
char* dialog
/* (In)
The name of the dialog that contains the tab
*/
char* Tab
/* (In)
The name of the tab component
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
È stato utile?