Contents Index Topic Contents | ||
Previous Topic: DOCHOSTUIFLAG Next Topic: IDocHostShowUI Interface |
DOCHOSTUIDBLCLK
typedef enum tagDOCHOSTUIDBLCLK{ DOCHOSTUIDBLCLK_DEFAULT = 0, DOCHOSTUIDBLCLK_SHOWPROPERTIES = 1, DOCHOSTUIDBLCLK_SHOWCODE = 2 }DOCHOSTUIDBLCLK;Defines values used to indicate the proper action on a double-click event.
- DOCHOSTUIDBLCLK_DEFAULT
- Perform the default action.
- DOCHOSTUIDBLCLK_SHOWPROPERTIES
- Show the item's properties.
- DOCHOSTUIDBLCLK_SHOWCODE
- Show the page's source.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.