Table of Contents

Class CodeCompletionColumn

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

Represents individual column object within a code completion columns collection.

public class CodeCompletionColumn : ICodeCompletionColumn
Inheritance
CodeCompletionColumn
Implements

Properties

FontStyle

Gets or sets style information for CodeCompletionColumn font.

ForeColor

Gets or sets Color structure that represents foreground color of the CodeCompletionColumn.

Name

Gets or sets the name of the CodeCompletionColumn.

Visible

Gets or sets a value indicating whether a column is visible.

Methods

OnFontStyleChanged()
OnForeColorChanged()
OnNameChanged()
OnVisibleChanged()
ResetFontStyle()

Resets the FontStyle to its default value.

ResetForeColor()

Resets the ForeColor to its default value.

ResetVisible()

Resets the Visible to its default value.