Click or drag to resize

Utils Methods

The Utils type exposes the following members.

Methods
  NameDescription
Public methodcloseRootWindow
Closes the root window of the childWindow Is not supported.
Public methodcreateShellDataObject
For Internet Explorer only. Create ShellDataObject instance Is not supported.
Public methodcreateSplashScreen
For Internet Explorer only. Creates new splashscreen and return reference to it. Is not supported.
Public methodcreateXmlHttpRequestManager
Creates instance of XmlHttpRequestManager
Public methodgetClipboardData
Returns html content, thats stored in clipboard
Public methodhideKeyboardInput
Hides/Unhides the key's hit in the window. Is not supported.
Public methodisClipboardSupported
Checks if clipboard operations are supported
Public methodisValueNumber
If val string represents a number (decimal or double) in the specified locale then true is returned. Is not supported.
Public methodisWindowVisible
For Internet Explorer only. Is to fix incorrect behavior of window.closed in IE. Is not supported.
Public methodopenIEWindowInNewProcess
OpenIEWindowInNewProcess is the analogue of the window.open()
Public methodprintPreviewDocument
Print preview of HTMLDocument. Is not supported.
Public methodsetBrowserWindowStyle
For Internet Explorer only. Sets the style of the browser window. Is not supported.
Public methodsetClipboardData
Set content, thats stored in clipboard
Public methodstartHookingMouseInputInScript
Starts hooking the mouse hit in the window.
Public methodstopHookingMouseInputInScript
Stops hooking the mouse hit in the window.
Public methodtoHideMouseInputInScript
For Internet Explorer only. Hides/Unhides the mouse hit. Is not supported.
Top
See Also