Function ProUITabIsEnabled
Description
Checks to see if the Tab is enabled or not.
Synopsis
#include <ProUITab.h>
ProUITabIsEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the tab
*/
char* component
/* (In)
The name of the tab component
*/
ProBoolean* state
/* (Out)
Whether or not the tab is sensitive to user input.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
これは役に立ちましたか?