Table of Contents

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

AddLine(string, StringItemInfo[])
AddMultiLine(string, StringItemInfo[])
AddMultiLine(string, int, Point, bool, bool)
AddSubstring(string, StringItemInfo[], int, int)
Dispose()

Disposes this HtmlSyntaxPaint and frees resources associated with it.

Dispose(bool)
~HtmlSyntaxPaint()

Destroys the instance of the HtmlSyntaxPaint class.

IsDelimiter(string, int)
OnProviderChanged()
PrepareData(int, FontStyle, Color, Color, ref string, ref StringItemInfo[])

Prepares color data to paint.