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!

StandardCommands.Paste

Gets the GUID/integer value pair for the Paste command. Read only.

[Visual Basic]
Public Shared ReadOnly Paste As CommandID
[C#]
public static readonly CommandID Paste;
[C++]
public: static readonly CommandID* Paste;
[JScript]
public static var Paste : CommandID;

See Also

StandardCommands Class | StandardCommands Members | System.ComponentModel.Design Namespace