AvalonEdit
IActiveElement Interface
NamespacesICSharpCode.AvalonEdit.SnippetsIActiveElement
Represents an active element that allows the snippet to stay interactive after insertion.
Declaration Syntax
C#Visual BasicVisual C++
public interface IActiveElement
Public Interface IActiveElement
public interface class IActiveElement
Members
All MembersMethodsProperties



IconMemberDescription
Deactivate(SnippetEventArgs)
Called when the interactive mode is deactivated.

IsEditable
Gets whether this element is editable (the user will be able to select it with Tab).

OnInsertionCompleted()()()()
Called when the all snippet elements have been inserted.

Segment
Gets the segment associated with this element. May be null.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238