Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Copy() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void Copy() |
C++/CLI | |
---|---|
public: virtual void Copy(); |
For C#/VB examples, refer to CanCopy.
AnnAutomation can copy objects to the clipboard when one or more AnnObjectBase objects are currently in edit mode (selected).
Use the CanCopy property to determine whether objects inside this AnnAutomation can currently be copied to the clipbaord.
You can call Copy followed by AnnAutomation.Delete to simulate a clipboard "cut" operation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family