Zennolab.CommandCenter
PageText Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > Tab Class : PageText Property
Gets the text of the page that the user sees

Syntax

C# 
public string PageText {get;}

Property Value

Type: System.String

The text of the page.

Example

The following code example uses the PageText property.
C#Copy Code
Tab tab = instance.MainTab;
            
string pageText = tab.PageText;
PHPCopy Code
$tab = $instance->MainTab;
            
$pageText = $tab->PageText;

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.