Inherits IDispatch.
CanEasyItem is shown in the tree and list view and can be shown to interact with the user
interface ICanEasyItemCom : IDispatch
{
HRESULT
StringRef([out, retval] BSTR *pText);
HRESULT
Image([out, retval]
long *pIndex);
HRESULT
Image([in]
long nIndex);
HRESULT
Text([out, retval] BSTR *pText);
HRESULT
Text([in] BSTR sNewText);
HRESULT
Children([out, retval] ICanEasyItemComCol**);
HRESULT
IsAddChildAllowed([in] ICanEasyItemCom *pItem, [in, defaultvalue(1)] VARIANT_BOOL boRecursive, [out, retval] VARIANT_BOOL*);
HRESULT
Menu([out, retval] IMenu **pMenu);
};
Definition at line 6589 of file cand_tlb.idl.