AvalonEdit
CloseAutomatically Property
NamespacesICSharpCode.AvalonEdit.CodeCompletionCompletionWindowCloseAutomatically
Gets/Sets whether the completion window should close automatically. The default value is true.
Declaration Syntax
C#Visual BasicVisual C++
public bool CloseAutomatically { get; set; }
Public Property CloseAutomatically As Boolean
	Get
	Set
public:
property bool CloseAutomatically {
	bool get ();
	void set (bool value);
}

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