 | PanelSelectTab Method |
Select a Tab from the top Tab bar.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SelectTab(
string caption
)
Public Shared Sub SelectTab (
caption As String
)
public:
static void SelectTab(
String^ caption
)
Parameters
- caption
- Type: SystemString
The caption of the tab.
See Also