AvalonEdit
EnableRectangularSelection Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsEnableRectangularSelection
Enables rectangular selection (press ALT and select a rectangle)
Declaration Syntax
C#Visual BasicVisual C++
public bool EnableRectangularSelection { get; set; }
Public Property EnableRectangularSelection As Boolean
	Get
	Set
public:
property bool EnableRectangularSelection {
	bool get ();
	void set (bool value);
}

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