Table of Contents

Interface ICodeCompletionColumn

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

Represents properties and methods to identify individual column object within a code completion columns collection.

public interface ICodeCompletionColumn

Properties

FontStyle

When implemented by a class, gets or sets font style of the column.

ForeColor

When implemented by a class, gets or sets foreground color of the column.

Name

When implemented by a class, gets or sets the name of the column.

Visible

When implemented by a class, gets or sets a value indicating whether a column is visible.

Methods

ResetFontStyle()

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

ResetForeColor()

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

ResetVisible()

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