ZennoLab Assemblies Documentation
PageText Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : PageText Property

Glossary Item Box

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
// get main tab
Tab tab = instance.MainTab;
 
// get page text
string pageText = tab.PageText;
PHPCopy Code
// get main tab
$tab = $instance->MainTab;
 
// get page text
$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

© 2013 All Rights Reserved.