CompletionSet.IsDisplayed 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 completion list is currently displayed.
public:
property bool IsDisplayed { bool get(); };
public:
property bool IsDisplayed { bool get(); };
public bool IsDisplayed { get; }
member this.IsDisplayed : bool
Public ReadOnly Property IsDisplayed As Boolean
Property Value
Set to true
if the completion list is displayed, otherwise false
.
Remarks
This property returns the state of an internal flag that is set in the Init method.
The Init method sets the internal flag to false
if the declaration parameter is empty or both of the following conditions hold:
The Boolean parameter passed to the method is false.
The GetBestMatch method finds that the match is unique. The GetBestMatch method may be called by the shell because of the calls Init makes to UpdateCompletionStatus.