Table of Contents

Interface IEditSyntaxPaint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Represents properties and methods to paint editor's content.

public interface IEditSyntaxPaint : ISyntaxPaint

Properties

ColumnsIndentForeColor

When implemented by a class, specifies columns indentation color.

DisabledBackColor

When implemented by a class, gets or sets background color used in the disabled state.

DisabledForeColor

When implemented by a class, gets or sets foreground color used in the disabled state.

DrawColumnsIndent

When implemented by a class, indicates whether edit control should draw columns indentation marks.

DrawStructureGuideLines

When implemented by a class, indicates whether edit control should draw guide lines.

GuideLinesDashedStyle

When implemented by a class, specifies that structure guide lines to be drawn as dashed line.

GuideLinesForeColor

When implemented by a class, specifies guide lines color.

NeedPaint

When implemented by a class, gets or sets a boolean value that indicates whether Edit control should be repainted now.

ReadonlyBackColor

When implemented by a class, gets or sets background color used in the readonly state.

ReadonlyForeColor

When implemented by a class, gets or sets foreground color used in the readonly state.

SyntaxErrorsHints

When implemented by a class, gets or sets a boolean value that indicates whether Edit control should display hint over each syntax error in it's content.

Methods

GetBackColor(bool)

When implemented by a class, retrieves background color in accordance with specified parameter and editor settings.

GetForeColor(bool)

When implemented by a class, retrieves foreground color in accordance with specified parameter and editor settings.

GetRectRegion(SelectionType, Rectangle, bool, bool)

When implemented by a class, returns region corresponding to given rectangle.

GetRectRegion(Rectangle)

When implemented by a class, returns region corresponding to given rectangle.

PaintLineBookMarks(Rectangle)

When implemented by a class, paints collection of line bookmark.

PaintWindow(int, Rectangle, Rectangle, Point, float, float, bool, bool)

When implemented by a class, paints editor's content.

ResetColumnsIndentForeColor()

When implemented by a class, resets the ColumnsIndentForeColor to the default value.

ResetDisabledBackColor()

When implemented by a class, resets the DisabledBackColor to the default value.

ResetDisabledForeColor()

When implemented by a class, resets the DisabledForeColor to the default value.

ResetDrawColumnsIndent()

When implemented by a class, resets the DrawColumnsIndent to the default value.

ResetReadonlyBackColor()

When implemented by a class, resets the ReadonlyBackColor to the default value.

ResetReadonlyForeColor()

When implemented by a class, resets the ReadonlyForeColor to the default value.

ResetSyntaxErrorsHints()

When implemented by a class, resets the SyntaxErrorsHints to the default value.