VisualMarkerEventArgs Class

T3000 CrossPlatform

VisualMarkerEventArgs Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:FastColoredTextBoxNS.VisualMarkerEventArgs"]

Inheritance Hierarchy
SystemObject  SystemEventArgs
    System.Windows.FormsMouseEventArgs
      FastColoredTextBoxNSVisualMarkerEventArgs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class VisualMarkerEventArgs : MouseEventArgs
Public Class VisualMarkerEventArgs
	Inherits MouseEventArgs

Dim instance As VisualMarkerEventArgs

The VisualMarkerEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodVisualMarkerEventArgs
Initializes a new instance of the VisualMarkerEventArgs class
Top
Properties
  NameDescription
Public propertyButton (Inherited from MouseEventArgs.)
Public propertyClicks (Inherited from MouseEventArgs.)
Public propertyDelta (Inherited from MouseEventArgs.)
Public propertyLocation (Inherited from MouseEventArgs.)
Public propertyMarker
Public propertyStyle
Public propertyX (Inherited from MouseEventArgs.)
Public propertyY (Inherited from MouseEventArgs.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also