T3000 CrossPlatform Documentation
VisualMarkerEventArgs Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the VisualMarkerEventArgs class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public VisualMarkerEventArgs( Style style, StyleVisualMarker marker, MouseEventArgs args )
Public Sub New ( style As Style, marker As StyleVisualMarker, args As MouseEventArgs ) Dim style As Style Dim marker As StyleVisualMarker Dim args As MouseEventArgs Dim instance As New VisualMarkerEventArgs(style, marker, args)
Parameters
- style
- Type: FastColoredTextBoxNSStyle
[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.VisualMarkerEventArgs.#ctor(FastColoredTextBoxNS.Style,FastColoredTextBoxNS.StyleVisualMarker,System.Windows.Forms.MouseEventArgs)"]
- marker
- Type: FastColoredTextBoxNSStyleVisualMarker
[Missing <param name="marker"/> documentation for "M:FastColoredTextBoxNS.VisualMarkerEventArgs.#ctor(FastColoredTextBoxNS.Style,FastColoredTextBoxNS.StyleVisualMarker,System.Windows.Forms.MouseEventArgs)"]
- args
- Type: System.Windows.FormsMouseEventArgs
[Missing <param name="args"/> documentation for "M:FastColoredTextBoxNS.VisualMarkerEventArgs.#ctor(FastColoredTextBoxNS.Style,FastColoredTextBoxNS.StyleVisualMarker,System.Windows.Forms.MouseEventArgs)"]
See Also