FastColoredTextBox |
FastColoredTextBox..::..Item Property (Place) |
FastColoredTextBox Class See Also Send Feedback |
Gets or sets char and styleId for given place
This property does not fire OnTextChanged event
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public Char this[ Place place ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ place As Place _ ) As Char Get Set |
Visual C++ |
---|
public: property Char default[Place place] { Char get (Place place); void set (Place place, Char value); } |
Parameters
- place
- Type: FastColoredTextBoxNS..::..Place