Class CodeCompletionColumn
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
CodeCompletionColumnfont.
- 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
FontStyleto its default value.
- ResetForeColor()
 Resets the
ForeColorto its default value.
- ResetVisible()
 Resets the
Visibleto its default value.