ZennoLab Assemblies Documentation
ClientRectWorkMode Property
Example 
ZennoLab.CommandCenter Namespace > Instance Class : ClientRectWorkMode Property
Gets or set the information about client rect work mode.
Syntax
public ClientRectMode ClientRectWorkMode {get; set;}

Property Value

Type: ZennoLab.InterfacesLibrary.Enums.Browser.ClientRectMode

Client rect work mode.

Remarks

Example
The following code example demonstrates uses of the ClientRectWorkMode 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