Version

Select Method (XamTabControlProxy)

Select a tab by either its header ot its index
Syntax
'Declaration
 
Public Sub Select( _
   ByVal tabIdentifer As System.Object _
) 
public void Select( 
   System.object tabIdentifer
)
public: void Select( 
   System.Object* tabIdentifer
) 

Parameters

tabIdentifer
Tab header of actual index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also