Version

GetContent Method

Get a list of tabs’ header
Syntax
'Declaration
 
Public Function GetContent( _
   Optional ByVal oIncludeClosed As System.Object _
) As System.String
public System.string GetContent( 
   System.object oIncludeClosed
)
public: System.string* GetContent( 
   System.Object* oIncludeClosed
) 

Parameters

oIncludeClosed
Optional Boolean “oIncludeClosed”, if not passed it defaults to False.When this parameter is true the method will include the closed tab in its returned value

Return Value

New line delimited list of tabs’ header
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