Table of Contents

Class ParameterInfoToolTip

Namespace
Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v10.dll

Represents a pop-up window for displaying a parameter info tooltip.

public class ParameterInfoToolTip : CodeCompletionPopupBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IParameterInfoToolTip
Inheritance
CodeCompletionPopupBase
ParameterInfoToolTip
Implements
Extension Methods

Constructors

ParameterInfoToolTip(ParameterInfoToolTipConfiguration)

Initializes a new instance of the ParameterInfoToolTip class with specified settings.

Methods

GetPreferredSize()

Determines the preferred size of the pop-up tooltip.

OnMouseDown(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

ShowPopup(ParameterInfoSymbol, Point)

Displays popup window with specified parameters.