IntelliPromptQuickInfo Class
Represents a default implementation of an IntelliPrompt quick info.
public class IntelliPromptQuickInfo : Control
- Inheritance:
- object Visual UIElement FrameworkElement Control object
Constructors
IntelliPromptQuickInfo(IQuickInfoSession)
Initializes an instance of the IntelliPromptQuickInfo
class.
public IntelliPromptQuickInfo(IQuickInfoSession session)
Parameter | Type | Description |
---|---|---|
session | IQuickInfoSession | The IQuickInfoSession for which the popup is displayed. |
Properties
Session
Gets the IQuickInfoSession for which the popup is displayed.
public IQuickInfoSession Session { get; }
Property Value
- IQuickInfoSession:
The IQuickInfoSession 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.