Table of Contents

Property CanCut

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CanCut

Gets a value indicating whether the current selection can be cut, which allows theCut() method to succeed.

bool CanCut { get; }

Property Value

bool

true if the current selection can be cut; otherwise, false.