|  | PanelOpenTab Method | 
            Open tab for the passed in string
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void OpenTab(
	string caption
)
Public Shared Sub OpenTab ( 
	caption As String
)
public:
static void OpenTab(
	String^ caption
)
Parameters
- caption
- Type: SystemString
 The name of the tab to be opened
 See Also
See Also