Source.IsCompletorActive Property

Definition

Gets whether the IntelliSense member completion or method tip modes are active.

public:
 property bool IsCompletorActive { bool get(); };
public:
 property bool IsCompletorActive { bool get(); };
public bool IsCompletorActive { get; }
member this.IsCompletorActive : bool
Public ReadOnly Property IsCompletorActive As Boolean

Property Value

rue if the completion or method tip modes are active; otherwise, returns false.

Remarks

A member completion operation is started by calling the Completion method. A method tip operation is called by calling the MethodTip method.

Applies to