Class CodeCompletionListItemToolTip
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
.
- 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.