Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtmhst.h |
IDL |
Mshtmhst.idl |