Table of Contents

Class CodeCompletionHintControl

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

Represents a tooltip-like control used in a code completion.

public class CodeCompletionHintControl : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Inheritance
CodeCompletionHintControl
Implements
Derived
Extension Methods

Constructors

CodeCompletionHintControl()

Initializes a new instance of the CodeCompletionHintControl class with default settings.

Fields

CompletionButtonArrowProperty

Identifies the CompletionButtonArrow dependency property.

CompletionHintBackgroundProperty

Identifies the CompletionHintBackground dependency property.

CurrentIndexTextProperty

Gets a DependencyProperty bind CurrentIndexText property.

DefaultArrowColor
DefaultCompletionHintBackgroundColor
DescriptionProperty

Gets a DependencyProperty bind Description property.

DescriptionVisibleProperty

Gets a DependencyProperty bind DescriptionVisible property.

Flags
HintNameProperty

Gets a DependencyProperty bind HintName property.

ImageHeightProperty

Identifies the ImageHeight dependency property.

ImageProperty

Identifies the Image dependency property.

ImageWidthProperty

Identifies the ImageWidth dependency property.

NeedArrowsProperty

Gets a DependencyProperty bind NeedArrows property.

TextProperty

Gets a DependencyProperty bind Text property.

UseHtmlFormattingProperty

Gets a DependencyProperty bind UseHtmlFormatting property.

Properties

Border
CompletionButtonArrow

Gets or sets brush used to paint arrow.

CompletionHintBackground

Gets or sets brush used to paint background.

CurrentIndexText

Gets or sets string information about current index.

Description

Gets or sets Description part of the text displayed in the popup window.

DescriptionVisible

Gets or sets a boolean value indicating whether Description part of text should be visible.

Editor

Represents a TextEditor control owning this CodeCompletionHintControl object.

HintName

Gets or sets Name part of the text displayed in the popup window.

Image

Gets or sets Image associated with this hint.

ImageHeight

Gets or sets Image height associated with this hint.

ImageWidth

Gets or sets Image width associated with this hint.

NeedArrows

Indicates whether hint control have to paint up/down arrows.

Text

Gets or sets text displayed in the popup window.

UseHtmlFormatting

Gets or sets a boolean value indicating whether html formatting tags may appear in the text.

Methods

IsOnHyperText(object)
MeasureOverride(Size)

Called to remeasure a control.

MeasureTextSize(string, FontFamily, FontStyle, FontWeight, FontStretch, double)
OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().