Class CodeCompletionColumn
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.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
- ResetFontStyle()
Resets the
FontStyle
to its default value.
- ResetForeColor()
Resets the
ForeColor
to its default value.
- ResetVisible()
Resets the
Visible
to its default value.