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.CanCopy

Returns true if components can be copied to the clipboard

[Visual Basic]
ReadOnly Property CanCopy As Boolean
[C#]
bool CanCopy {get;}
[C++]
bool get_CanCopy() = 0;
[JScript]
abstract function get CanCopy() : Boolean;

See Also

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