Click to return to the Reusing Browser Technology home page    
IHTMLAppBehavior::get_max...     IHTMLAppBehavior::get_sho...     IHTMLAppBehavior Interfac...    
Web Workshop  |  Reusing Browser Technology

IHTMLAppBehavior::get_minimizeButton Method


Retrieves the minimizeButton property of the HTML Application (HTA).

Syntax

HRESULT get_minimizeButton(
    BSTR *p
);

Parameters

p
Address of a string (BSTR) variable that contains the minimizeButton property of the HTA.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLAppBehavior::put_minimizeButton Method


Sets the minimizeButton property of the HTML Application (HTA).

Syntax

HRESULT put_minimizeButton(
    BSTR v
);

Parameters

v
String (BSTR) variable that contains the minimizeButton property of the HTA to set.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.