The requested page is not available for selected version.
IsItemSelectedByText
Syntax
Boolean IsItemSelectedByText(string text)
Description
Determine whether or not a tab item, as specified by its text content, is selected.
Parameters
text
String value specifying the text content of the tab item of interest.
Return Value
Return TRUE ifthe tab is selected; otherwise, FALSE.