Interface ICodeCompletionColumn
- Namespace
 - Alternet.Editor.CodeCompletion
 
- Assembly
 - Alternet.Editor.v10.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
FontStyleto the default value.
- ResetForeColor()
 When implemented by a class, resets
ForeColorto the default value.
- ResetVisible()
 When implemented by a class, resets
Visibleto the default value.