MarkerCommandValues Enum

Definition

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

mcvBodyDoubleClickCommand 258

Fired for a double click on the body text.

mcvFirstContextMenuCommand 0

First command associated with the marker type. The list of commands associated with each marker type varies with the marker type.

mcvGlyphDoubleClickCommand 259

Fired for a double click on the glyph (if one exists).

mcvGlyphSingleClickCommand 257

Fired for a single click on the glyph (if one exists).

mcvLastContextMenuCommand 9

Last command associated with the marker type. The list of commands associated with each marker type varies with the marker type.

Remarks

COM Signature

From textmgr.idl:

Applies to