IIntellisenseSession.IsDismissed 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.
Determines whether the session is dismissed.
public:
property bool IsDismissed { bool get(); };
public:
property bool IsDismissed { bool get(); };
public bool IsDismissed { get; }
member this.IsDismissed : bool
Public ReadOnly Property IsDismissed As Boolean
Property Value
true if the session is dismissed, otherwise false.