







Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public override Line this[ int i ] { get; set; } |
Visual Basic |
---|
Public Overrides Default Property Item ( _ i As Integer _ ) As Line Get Set |
Visual C++ |
---|
public: virtual property Line^ default[int i] { Line^ get (int i) override; void set (int i, Line^ value) override; } |
Parameters
- i
- Type: System..::..Int32