ZennoLab Assemblies Documentation
ClientRectSeed Property
Example 
ZennoLab.CommandCenter Namespace > Instance Class : ClientRectSeed Property
Gets or set the seed string for generating fake client rect. ClientRect emulation works only if ClientRectWorkMode sets to Emulate
Syntax
public string ClientRectSeed {get; set;}

Property Value

Type: System.String

Client rect seed.

Remarks

Example
The following code example demonstrates uses of the ClientRectSeed method.
instance.ClientRectWorkMode = ZennoLab.InterfacesLibrary.Enums.Browser.ClientRectMode.Emulate;
instance.ClientRectSeed = "9.957216E-06;3.87007E-06";
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Instance Class
Instance Members