Table of Contents

Class CodeCompletionListItemToolTip

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.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
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.