IAsyncQuickInfoSession.HasInteractiveContent 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.
Indicates that this Quick Info has interactive content that can request to stay open.
public:
property bool HasInteractiveContent { bool get(); };
public bool HasInteractiveContent { get; }
member this.HasInteractiveContent : bool
Public ReadOnly Property HasInteractiveContent As Boolean