NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IComponentClipboardService.CanCut

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;

See Also

IComponentClipboardService Interface | IComponentClipboardService Members | System.WinForms.Design Namespace