Responder Developer Guide
Select Method (WebTabNavigation)


Syntax
'Declaration
 
Public Shared Sub Select( _
   ByVal url As Uri, _
   ByRef activePrimaryTab As WebTab, _
   ByRef activeSecondaryTab As WebTab _
) 
'Usage
 
Dim url As Uri
Dim activePrimaryTab As WebTab
Dim activeSecondaryTab As WebTab
 
WebTabNavigation.Select(url, activePrimaryTab, activeSecondaryTab)
public static void Select( 
   Uri url,
   out WebTab activePrimaryTab,
   out WebTab activeSecondaryTab
)

Parameters

url
activePrimaryTab
activeSecondaryTab
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WebTabNavigation Class
WebTabNavigation Members

 

 


Send Comment