@@ -10,38 +10,38 @@ namespace System.Windows.Forms
10
10
{
11
11
/// <summary>
12
12
/// Translates between WinForms text-based <see cref='Clipboard'/>
13
- /// formats and <see langword='Microsoft. Win32'/> 32-bit signed integer-based clipboard
14
- /// formats. Provides <see langword='static '/> methods to create new
13
+ /// formats and Win32 32-bit signed integer-based clipboard
14
+ /// formats. Provides <see langword='static'/> methods to create new
15
15
/// <see cref='Clipboard'/> formats and add them to the Windows Registry.
16
16
/// </summary>
17
17
public static class DataFormats
18
18
{
19
19
/// <summary>
20
- /// Specifies the standard ANSI text format. This <see langword='static '/>
20
+ /// Specifies the standard ANSI text format. This <see langword='static'/>
21
21
/// field is read-only.
22
22
/// </summary>
23
23
public static readonly string Text = "Text" ;
24
24
25
25
/// <summary>
26
26
/// Specifies the standard Windows Unicode text format.
27
- /// This <see langword='static '/> field is read-only.
27
+ /// This <see langword='static'/> field is read-only.
28
28
/// </summary>
29
29
public static readonly string UnicodeText = "UnicodeText" ;
30
30
31
31
/// <summary>
32
32
/// Specifies the Windows Device Independent Bitmap (DIB) format.
33
- /// This <see langword='static '/> field is read-only.
33
+ /// This <see langword='static'/> field is read-only.
34
34
/// </summary>
35
35
public static readonly string Dib = "DeviceIndependentBitmap" ;
36
36
37
37
/// <summary>
38
38
/// Specifies a Windows bitmap format.
39
- /// This <see langword='static '/> field is read-only. </summary>
39
+ /// This <see langword='static'/> field is read-only. </summary>
40
40
public static readonly string Bitmap = "Bitmap" ;
41
41
42
42
/// <summary>
43
43
/// Specifies the Windows enhanced metafile format.
44
- /// This <see langword='static '/> field is read-only.
44
+ /// This <see langword='static'/> field is read-only.
45
45
/// </summary>
46
46
public static readonly string EnhancedMetafile = "EnhancedMetafile" ;
47
47
@@ -53,95 +53,95 @@ public static class DataFormats
53
53
54
54
/// <summary>
55
55
/// Specifies the Windows symbolic link format, which WinForms does not directly use.
56
- /// This <see langword='static '/> field is read-only.
56
+ /// This <see langword='static'/> field is read-only.
57
57
/// </summary>
58
58
public static readonly string SymbolicLink = "SymbolicLink" ;
59
59
60
60
/// <summary>
61
61
/// Specifies the Windows data interchange format, which WinForms does not directly use.
62
- /// This <see langword='static '/> field is read-only.
62
+ /// This <see langword='static'/> field is read-only.
63
63
/// </summary>
64
64
public static readonly string Dif = "DataInterchangeFormat" ;
65
65
66
66
/// <summary>
67
67
/// Specifies the Tagged Image File Format (TIFF), which WinForms does not directly use.
68
- /// This <see langword='static '/> field is read-only.
68
+ /// This <see langword='static'/> field is read-only.
69
69
/// </summary>
70
70
public static readonly string Tiff = "TaggedImageFileFormat" ;
71
71
72
72
/// <summary>
73
73
/// Specifies the standard Windows original equipment manufacturer (OEM) text format.
74
- /// This <see langword='static '/> field is read-only.
74
+ /// This <see langword='static'/> field is read-only.
75
75
/// </summary>
76
76
public static readonly string OemText = "OEMText" ;
77
77
78
78
/// <summary>
79
79
/// Specifies the Windows palette format.
80
- /// This <see langword='static '/> field is read-only.
80
+ /// This <see langword='static'/> field is read-only.
81
81
/// </summary>
82
82
public static readonly string Palette = "Palette" ;
83
83
84
84
/// <summary>
85
85
/// Specifies the Windows pen data format, which consists of pen strokes for handwriting
86
86
/// software; Win Formsdoes not use this format.
87
- /// This <see langword='static '/> field is read-only.
87
+ /// This <see langword='static'/> field is read-only.
88
88
/// </summary>
89
89
public static readonly string PenData = "PenData" ;
90
90
91
91
/// <summary>
92
92
/// Specifies the Resource Interchange File Format (RIFF) audio format, which WinForms
93
93
/// does not directly use.
94
- /// This <see langword='static '/> field is read-only.
94
+ /// This <see langword='static'/> field is read-only.
95
95
/// </summary>
96
96
public static readonly string Riff = "RiffAudio" ;
97
97
98
98
/// <summary>
99
99
/// Specifies the wave audio format, which Win Forms does not
100
- /// directly use. This <see langword='static '/> field is read-only.
100
+ /// directly use. This <see langword='static'/> field is read-only.
101
101
/// </summary>
102
102
public static readonly string WaveAudio = "WaveAudio" ;
103
103
104
104
/// <summary>
105
105
/// Specifies the Windows file drop format, which WinForms does not directly use.
106
- /// This <see langword='static '/> field is read-only.
106
+ /// This <see langword='static'/> field is read-only.
107
107
/// </summary>
108
108
public static readonly string FileDrop = "FileDrop" ;
109
109
110
110
/// <summary>
111
111
/// Specifies the Windows culture format, which WinForms does not directly use.
112
- /// This <see langword='static '/> field is read-only.
112
+ /// This <see langword='static'/> field is read-only.
113
113
/// </summary>
114
114
public static readonly string Locale = "Locale" ;
115
115
116
116
/// <summary>
117
117
/// Specifies text consisting of HTML data.
118
- /// This <see langword='static '/> field is read-only.
118
+ /// This <see langword='static'/> field is read-only.
119
119
/// </summary>
120
120
public static readonly string Html = "HTML Format" ;
121
121
122
122
/// <summary>
123
123
/// Specifies text consisting of Rich Text Format (RTF) data.
124
- /// This <see langword='static '/> field is read-only.
124
+ /// This <see langword='static'/> field is read-only.
125
125
/// </summary>
126
126
public static readonly string Rtf = "Rich Text Format" ;
127
127
128
128
/// <summary>
129
129
/// Specifies a comma-separated value (CSV) format, which is a common interchange format
130
130
/// used by spreadsheets. This format is not used directly by WinForms.
131
- /// This <see langword='static '/> field is read-only.
131
+ /// This <see langword='static'/> field is read-only.
132
132
/// </summary>
133
133
public static readonly string CommaSeparatedValue = "Csv" ;
134
134
135
135
/// <summary>
136
136
/// Specifies the Win Forms string class format, which WinForms uses to store string
137
137
/// objects.
138
- /// This <see langword='static '/> field is read-only.
138
+ /// This <see langword='static'/> field is read-only.
139
139
/// </summary>
140
140
public static readonly string StringFormat = typeof ( string ) . FullName ;
141
141
142
142
/// <summary>
143
143
/// Specifies a format that encapsulates any type of WinForms object.
144
- /// This <see langword='static '/> field is read-only.
144
+ /// This <see langword='static'/> field is read-only.
145
145
/// </summary>
146
146
public static readonly string Serializable = Application . WindowsFormsVersion + "PersistentObject" ;
147
147
@@ -292,8 +292,8 @@ private static void EnsurePredefined()
292
292
public class Format
293
293
{
294
294
/// <summary>
295
- /// Initializes a new instance of the <see cref='Format'/>
296
- /// class and specifies whether a <see langword=' Win32 '/> handle is expected with this format.
295
+ /// Initializes a new instance of the <see cref='Format'/> class and
296
+ /// specifies whether a Win32 handle is expected with this format.
297
297
/// </summary>
298
298
public Format ( string name , int id )
299
299
{
0 commit comments