Completor.IsExpansionActive Property

Definition

Determines if a code snippet is being edited.

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

Property Value

If a code snippet is being edited, returns true; otherwise, returns false.

Remarks

After a code snippet is inserted, it is placed in a special edit mode to allow easy selection and updates to any user-modifiable fields in the snippet.

Applies to