IntelliPromptParameterInfo Class
Represents a default implementation of an IntelliPrompt quick info.
public class IntelliPromptParameterInfo : Control
- Inheritance:
- object Visual UIElement FrameworkElement Control object
Constructors
IntelliPromptParameterInfo(IParameterInfoSession)
Initializes an instance of the IntelliPromptParameterInfo
class.
public IntelliPromptParameterInfo(IParameterInfoSession session)
Parameter | Type | Description |
---|---|---|
session | IParameterInfoSession | The IParameterInfoSession for which the popup is displayed. |
Properties
IsSelectionPanelVisible
Gets whether the selection panel is visible.
public bool IsSelectionPanelVisible { get; }
Property Value
- bool:
true
if the selection panel is visible; otherwise,false
.
Session
Gets the IParameterInfoSession for which the popup is displayed.
public IParameterInfoSession Session { get; }
Property Value
- IParameterInfoSession:
The IParameterInfoSession for which the popup is displayed.
Methods
OnCreateAutomationPeer()
Returns an AutomationPeer object for this control instance.
protected override AutomationPeer OnCreateAutomationPeer()
Returns
- AutomationPeer:
An AutomationPeer instance.