This document is archived and information here might be outdated.  Recommended version.


IClipboardFormat.Priority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IClipboardFormat Interface > IClipboardFormat.Priority Property
ArcGIS Developer Help

IClipboardFormat.Priority Property

Priority of the Clipboard format for Paste (1 to 100, 100 highest priority).

[Visual Basic .NET]
Public Sub Priority ( _
    ByRef Priority As Int16& _
)
[C#]
public void Priority (
    ref Int16& Priority
);

Product Availability

Available with ArcGIS Desktop.

See Also

IClipboardFormat Interface