Description Returns the export clipboard formats for the the object type. Returns the export clipboard formats for the the object type.
-
Return Type
-
A Boolean value. A Variant (Array of Long) with ClipboardFormats that can be exported in NodeClipboardDatas. Failure Returns Empty.. Failure conditions: Implementation defined.
-
Syntax
-
object.NodeClipboardFormats (sDisplayName, pOverridden, pdatanodesCaller, plNodesLeft, pdbnode, pvalFormats)
The NodeClipboardFormats Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | pdatanodesCaller | Required. A McDataNodes object. | | plNodesLeft | Required. A Long value. | | pdbnode | Required. A McDBNode object. | | pvalFormats | Required. A Variant value. | Remarks When the optional vData is supplied just the formats for that instance of the object are returned.
When vData is Not supplied all possible formats are returned.
|