Click to return to the Reusing Browser Technology home page    
IHTMLAnchorElement::get_u...     IHTMLAppBehavior::get_app...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLAppBehavior Interface


Microsoft® Internet Explorer 5 is the platform for developing HTML Applications (HTA). A number of object model extensions enable the developer to customize an application's user interface. The following links provide access to HTA-specific functionality.

IHTMLAppBehavior Methods

get_applicationName Retrieves the applicationName property of the HTML Application (HTA).
get_border Retrieves the border property of the HTML Application (HTA).
get_borderStyle Retrieves the value of the borderStyle property of the HTML Application (HTA).
get_caption Retrieves the caption property of the HTML Application (HTA).
get_commandLine Retrieves the commandLine property of the HTML Application (HTA).
get_icon Retrieves the icon property of the HTML Application (HTA).
get_maximizeButton Retrieves the maximizeButton property of the HTML Application (HTA).
get_minimizeButton Retrieves the minimizeButton property of the HTML Application (HTA).
get_showInTaskBar Retrieves the showInTaskBar property of the HTML Application (HTA).
get_singleInstance Retrieves the singleInstance property of the HTML Application (HTA).
get_sysMenu Retrieves the sysMenu property of the HTML Application (HTA).
get_version Retrieves the version property of the HTML Application (HTA).
get_windowState Retrieves the windowState property of the HTML Application (HTA).
put_applicationName Sets the applicationName property of the HTA.
put_border Sets the border property of the HTML Application (HTA).
put_borderStyle Sets the borderStyle property of the HTML Application (HTA).
put_caption Sets the caption property of the HTML Application (HTA).
put_icon Sets the icon property of the HTML Application (HTA).
put_maximizeButton Sets the maximizeButton property of the HTML Application (HTA).
put_minimizeButton Sets the minimizeButton property of the HTML Application (HTA).
put_showInTaskBar Sets the showInTaskBar property of the HTML Application (HTA).
put_singleInstance Sets the singleInstance property of the HTML Application (HTA).
put_sysMenu Sets the sysMenu property of the HTML Application (HTA).
put_version Sets the version property of the HTML Application (HTA).
put_windowState Sets the windowState property of the HTML Application (HTA).

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 5
Minimum operating systems Windows 95, Windows NT 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.