Name

DataFormats.Format

Synopsis

This class encapsulates the Id and Name of a Clipboard data format.


public class DataFormats.Format {

// Public Constructors

   public DataFormats.Format(string name, int ID);

// Public Instance Properties

   public int Id{get; }

   public string Name{get; }

}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.