CompletionSet.IsDisplayed Property

Definition

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:

  1. The Boolean parameter passed to the method is false.

  2. 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.

Applies to