IEditorOperations::CanCut Property

 

Determines whether a cut operation is possible.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property bool CanCut {
	bool get();
}

Property Value

Type: System::Boolean

true if a cut operation is possible, otherwise false.

Return to top
Show: