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

Returns true if components can be pasted to the clipboard

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

See Also

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