Autodesk Vault ProfessionalVault API

IClipboardProvider Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Interfaces

This interface allows a custom control to specify how it's data should be formatted on the clipboard.

Syntax

public interface IClipboardProvider 
Public Interface IClipboardProvider 

Methods

NameDescription
GetClipboardTextGets the text to put on the clipboard for the control that implements this interface.

See Also