Interface IParameterInfoToolTip
- Namespace
- Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.Wpf.v10.dll
Represents a pop-up window for displaying parameter info tooltip.
public interface IParameterInfoToolTip
Properties
- Visible
When implemented by a class, indicates whether the pop-up window is visible.
Methods
- Close()
When implemented by a class, closes pop-up control.
- GetPreferredSize()
When implemented by a class, determines the preferred size of the pop-up tooltip.
- ShowPopup(ParameterInfoSymbol, Point)
When implemented by a class, displays the popup window with specified parameters.