T3000 CrossPlatform Documentation
WordWrapNeededEventArgs Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the WordWrapNeededEventArgs class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public WordWrapNeededEventArgs( List<int> cutOffPositions, bool imeAllowed, Line line )
Public Sub New ( cutOffPositions As List(Of Integer), imeAllowed As Boolean, line As Line ) Dim cutOffPositions As List(Of Integer) Dim imeAllowed As Boolean Dim line As Line Dim instance As New WordWrapNeededEventArgs(cutOffPositions, imeAllowed, line)
Parameters
- cutOffPositions
- Type: System.Collections.GenericListInt32
[Missing <param name="cutOffPositions"/> documentation for "M:FastColoredTextBoxNS.WordWrapNeededEventArgs.#ctor(System.Collections.Generic.List{System.Int32},System.Boolean,FastColoredTextBoxNS.Line)"]
- imeAllowed
- Type: SystemBoolean
[Missing <param name="imeAllowed"/> documentation for "M:FastColoredTextBoxNS.WordWrapNeededEventArgs.#ctor(System.Collections.Generic.List{System.Int32},System.Boolean,FastColoredTextBoxNS.Line)"]
- line
- Type: FastColoredTextBoxNSLine
[Missing <param name="line"/> documentation for "M:FastColoredTextBoxNS.WordWrapNeededEventArgs.#ctor(System.Collections.Generic.List{System.Int32},System.Boolean,FastColoredTextBoxNS.Line)"]
See Also