Share via


IInteractiveQuickInfoContent.KeepQuickInfoOpen Property

Definition

Gets whether the interactive Quick Info content wants to keep current Quick Info session open. Until this property is true, the IAsyncQuickInfoSession containing this content won't be dismissed even if mouse is moved somewhere else. This is useful in very rare scenarios when an interactive Quick Info content handles all input interaction, while needs to keep this IAsyncQuickInfoSession open (the only known example so far is LightBulb in its expanded state hosted in Quick Info).

public:
 property bool KeepQuickInfoOpen { bool get(); };
public:
 property bool KeepQuickInfoOpen { bool get(); };
public bool KeepQuickInfoOpen { get; }
member this.KeepQuickInfoOpen : bool
Public ReadOnly Property KeepQuickInfoOpen As Boolean

Property Value

True if QuickInfo content should keep the session open.

Applies to