Returns true if components can be copied and cut to the clipboard
[Visual Basic] ReadOnly Property CanCut As Boolean [C#] bool CanCut {get;} [C++] bool get_CanCut() = 0; [JScript] abstract function get CanCut() : Boolean;
IComponentClipboardService Interface | IComponentClipboardService Members | System.WinForms.Design Namespace