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

Glossary Item Box

Gets the dom text of the tab.

Syntax

C# 
public string DomText {get;}

Property Value

Type: System.String

The dom text of the tab.

Example

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

Requirements

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

See Also

© 2012 All Rights Reserved.