IInteractiveQuickInfoContent.KeepQuickInfoOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.