Table of Contents

Class CodeCompletionListItemToolTip

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

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

public class CodeCompletionListItemToolTip : Popup, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
CodeCompletionListItemToolTip
Implements
Extension Methods

Constructors

CodeCompletionListItemToolTip()

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

Properties

Editor

Gets or sets TextEditor owning this CodeCompletionListItemToolTip.

InnerControl

Gets CodeCompletionListItemToolTipControl control contained in the tooltip.

Text

Gets or sets tool-tip text.

Methods

OnOpened(EventArgs)

Responds to the condition in which the value of the IsOpen property changes from false to true.