Class HtmlSyntaxPaint
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
Represents class that performs syntax painting for hint control.
public class HtmlSyntaxPaint : SyntaxPaint, ISyntaxPaint, IDisposable
- Inheritance
-
HtmlSyntaxPaint
- Implements
- Derived
Constructors
- HtmlSyntaxPaint(IPainter, Control)
Initializes a new instance of the
HtmlSyntaxPaint
class with specified graphic surface and owner control.
Properties
- Provider
Gets or sets an object that contains data related to this
CompletionHint
.
Methods
- Dispose()
Disposes this
HtmlSyntaxPaint
and frees resources associated with it.
- ~HtmlSyntaxPaint()
Destroys the instance of the
HtmlSyntaxPaint
class.
- PrepareData(int, FontStyle, Color, Color, ref string, ref StringItemInfo[])
Prepares color data to paint.