All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATICCPable
Usage: you can freely reimplement this interface.
interface CATICCPable
Allows users to copy and/or delete the seleted element.
Role: Implement this interface to prevent the element deletion. The Cut action is doing both a Copy and a Delete action.
| public virtual HRESULT CanBeCopied( | const CATLISTV(CATBaseUnknown_var)& | iContext, |
| int& | oAnswer, | |
| CATUnicodeString& | oMessage)=0 |
| public virtual HRESULT CanBeDeleted( | const CATLISTV(CATBaseUnknown_var)& | iContext, |
| int& | oAnswer, | |
| CATUnicodeString& | oMessage)=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.