Click to return to the Reusing Browser Technology home page    
Advanced Hosting Enumerat...     DOCHOSTUIFLAG Enumerated ...     Advanced Hosting Enumerat...    
Web Workshop  |  Reusing Browser Technology

DOCHOSTUIDBLCLK Enumerated Type


Defines values used to indicate the proper action on a double-click event.

Syntax

typedef enum tagDOCHOSTUIDBLCLK{
    DOCHOSTUIDBLCLK_DEFAULT = 0,
    DOCHOSTUIDBLCLK_SHOWPROPERTIES = 1,
    DOCHOSTUIDBLCLK_SHOWCODE = 2
}DOCHOSTUIDBLCLK;

Constants

DOCHOSTUIDBLCLK_DEFAULT
Perform the default action.
DOCHOSTUIDBLCLK_SHOWPROPERTIES
Show the item's properties.
DOCHOSTUIDBLCLK_SHOWCODE
Show the page's source.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Mshtmhst.h; Mshtmhst.idl
Minimum availability 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.