MarkerCommandValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the integer identifying the item number for a marker type's context menu command.
public enum class MarkerCommandValues
public enum class MarkerCommandValues
enum MarkerCommandValues
public enum MarkerCommandValues
type MarkerCommandValues =
Public Enum MarkerCommandValues
- Inheritance
-
MarkerCommandValues
Fields
Name | Value | Description |
---|---|---|
mcvFirstContextMenuCommand | 0 | First command associated with the marker type. The list of commands associated with each marker type varies with the marker type. |
mcvLastContextMenuCommand | 9 | Last command associated with the marker type. The list of commands associated with each marker type varies with the marker type. |
mcvGlyphSingleClickCommand | 257 | Fired for a single click on the glyph (if one exists). |
mcvBodyDoubleClickCommand | 258 | Fired for a double click on the body text. |
mcvGlyphDoubleClickCommand | 259 | Fired for a double click on the glyph (if one exists). |
Remarks
COM Signature
From textmgr.idl: