[ImageUtil] Fix crash issue (#923)
[platform/core/csapi/tizenfx.git] / pkg / build / tizen40 / ref / System.ComponentModel.Primitives.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
2 <doc>
3   <assembly>
4     <name>System.ComponentModel.Primitives</name>
5   </assembly>
6   <members>
7     <member name="T:System.ComponentModel.DesignerCategoryAttribute">
8       <summary>Specifies that the designer for a class belongs to a certain category.</summary>
9     </member>
10     <member name="M:System.ComponentModel.DesignerCategoryAttribute.#ctor">
11       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerCategoryAttribute"></see> class with an empty string (&quot;&quot;).</summary>
12     </member>
13     <member name="M:System.ComponentModel.DesignerCategoryAttribute.#ctor(System.String)">
14       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerCategoryAttribute"></see> class with the given category name.</summary>
15       <param name="category">The name of the category.</param>
16     </member>
17     <member name="P:System.ComponentModel.DesignerCategoryAttribute.Category">
18       <summary>Gets the name of the category.</summary>
19       <returns>The name of the category.</returns>
20     </member>
21     <member name="F:System.ComponentModel.DesignerCategoryAttribute.Component">
22       <summary>Specifies that a component marked with this category use a component designer. This field is read-only.</summary>
23       <returns></returns>
24     </member>
25     <member name="F:System.ComponentModel.DesignerCategoryAttribute.Default">
26       <summary>Specifies that a component marked with this category cannot use a visual designer. This static field is read-only.</summary>
27       <returns></returns>
28     </member>
29     <member name="M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)">
30       <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see>.</summary>
31       <param name="obj">The object to test the value equality of.</param>
32       <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
33     </member>
34     <member name="F:System.ComponentModel.DesignerCategoryAttribute.Form">
35       <summary>Specifies that a component marked with this category use a form designer. This static field is read-only.</summary>
36       <returns></returns>
37     </member>
38     <member name="F:System.ComponentModel.DesignerCategoryAttribute.Generic">
39       <summary>Specifies that a component marked with this category use a generic designer. This static field is read-only.</summary>
40       <returns></returns>
41     </member>
42     <member name="M:System.ComponentModel.DesignerCategoryAttribute.GetHashCode">
43       <summary>Returns the hash code for this instance.</summary>
44       <returns>A 32-bit signed integer hash code.</returns>
45     </member>
46     <member name="M:System.ComponentModel.DesignerCategoryAttribute.IsDefaultAttribute">
47       <summary>Determines if this attribute is the default.</summary>
48       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
49     </member>
50     <member name="P:System.ComponentModel.DesignerCategoryAttribute.TypeId">
51       <summary>Gets a unique identifier for this attribute.</summary>
52       <returns>An <see cref="T:System.Object"></see> that is a unique identifier for the attribute.</returns>
53     </member>
54     <member name="T:System.ComponentModel.DesignerSerializationVisibility">
55       <summary>Specifies the visibility a property has to the design-time serializer.</summary>
56     </member>
57     <member name="F:System.ComponentModel.DesignerSerializationVisibility.Content">
58       <summary>The code generator produces code for the contents of the object, rather than for the object itself.</summary>
59       <returns></returns>
60     </member>
61     <member name="F:System.ComponentModel.DesignerSerializationVisibility.Hidden">
62       <summary>The code generator does not produce code for the object.</summary>
63       <returns></returns>
64     </member>
65     <member name="F:System.ComponentModel.DesignerSerializationVisibility.Visible">
66       <summary>The code generator produces code for the object.</summary>
67       <returns></returns>
68     </member>
69     <member name="T:System.ComponentModel.DesignerSerializationVisibilityAttribute">
70       <summary>Specifies the type of persistence to use when serializing a property on a component at design time.</summary>
71     </member>
72     <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.#ctor(System.ComponentModel.DesignerSerializationVisibility)">
73       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute"></see> class using the specified <see cref="T:System.ComponentModel.DesignerSerializationVisibility"></see> value.</summary>
74       <param name="visibility">One of the <see cref="T:System.ComponentModel.DesignerSerializationVisibility"></see> values.</param>
75     </member>
76     <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Content">
77       <summary>Specifies that a serializer should serialize the contents of the property, rather than the property itself. This field is read-only.</summary>
78       <returns></returns>
79     </member>
80     <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Default">
81       <summary>Specifies the default value, which is <see cref="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Visible"></see>, that is, a visual designer uses default rules to generate the value of a property. This static field is read-only.</summary>
82       <returns></returns>
83     </member>
84     <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)">
85       <summary>Indicates whether this instance and a specified object are equal.</summary>
86       <param name="obj">Another object to compare to.</param>
87       <returns>true if <paramref name="obj">obj</paramref> is equal to this instance; otherwise, false.</returns>
88     </member>
89     <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.GetHashCode">
90       <summary>Returns the hash code for this object.</summary>
91       <returns>A 32-bit signed integer hash code.</returns>
92     </member>
93     <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Hidden">
94       <summary>Specifies that a serializer should not serialize the value of the property. This static field is read-only.</summary>
95       <returns></returns>
96     </member>
97     <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.IsDefaultAttribute">
98       <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
99       <returns>true if the attribute is set to the default value; otherwise, false.</returns>
100     </member>
101     <member name="P:System.ComponentModel.DesignerSerializationVisibilityAttribute.Visibility">
102       <summary>Gets a value indicating the basic serialization mode a serializer should use when determining whether and how to persist the value of a property.</summary>
103       <returns>One of the <see cref="T:System.ComponentModel.DesignerSerializationVisibility"></see> values. The default is <see cref="F:System.ComponentModel.DesignerSerializationVisibility.Visible"></see>.</returns>
104     </member>
105     <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Visible">
106       <summary>Specifies that a serializer should be allowed to serialize the value of the property. This static field is read-only.</summary>
107       <returns></returns>
108     </member>
109     <member name="T:System.ComponentModel.DesignOnlyAttribute">
110       <summary>Specifies whether a property can only be set at design time.</summary>
111     </member>
112     <member name="M:System.ComponentModel.DesignOnlyAttribute.#ctor(System.Boolean)">
113       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see> class.</summary>
114       <param name="isDesignOnly">true if a property can be set only at design time; false if the property can be set at design time and at run time.</param>
115     </member>
116     <member name="F:System.ComponentModel.DesignOnlyAttribute.Default">
117       <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see>, which is <see cref="F:System.ComponentModel.DesignOnlyAttribute.No"></see>. This static field is read-only.</summary>
118       <returns></returns>
119     </member>
120     <member name="M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)">
121       <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see>.</summary>
122       <param name="obj">The object to test the value equality of.</param>
123       <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
124     </member>
125     <member name="M:System.ComponentModel.DesignOnlyAttribute.GetHashCode">
126       <summary>Returns the hash code for this instance.</summary>
127       <returns>A 32-bit signed integer hash code.</returns>
128     </member>
129     <member name="M:System.ComponentModel.DesignOnlyAttribute.IsDefaultAttribute">
130       <summary>Determines if this attribute is the default.</summary>
131       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
132     </member>
133     <member name="P:System.ComponentModel.DesignOnlyAttribute.IsDesignOnly">
134       <summary>Gets a value indicating whether a property can be set only at design time.</summary>
135       <returns>true if a property can be set only at design time; otherwise, false.</returns>
136     </member>
137     <member name="F:System.ComponentModel.DesignOnlyAttribute.No">
138       <summary>Specifies that a property can be set at design time or at run time. This static field is read-only.</summary>
139       <returns></returns>
140     </member>
141     <member name="F:System.ComponentModel.DesignOnlyAttribute.Yes">
142       <summary>Specifies that a property can be set only at design time. This static field is read-only.</summary>
143       <returns></returns>
144     </member>
145     <member name="T:System.ComponentModel.DisplayNameAttribute">
146       <summary>Specifies the display name for a property, event, or public void method which takes no arguments.</summary>
147     </member>
148     <member name="M:System.ComponentModel.DisplayNameAttribute.#ctor">
149       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> class.</summary>
150     </member>
151     <member name="M:System.ComponentModel.DisplayNameAttribute.#ctor(System.String)">
152       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> class using the display name.</summary>
153       <param name="displayName">The display name.</param>
154     </member>
155     <member name="F:System.ComponentModel.DisplayNameAttribute.Default">
156       <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DisplayNameAttribute"></see>. This field is read-only.</summary>
157       <returns></returns>
158     </member>
159     <member name="P:System.ComponentModel.DisplayNameAttribute.DisplayName">
160       <summary>Gets the display name for a property, event, or public void method that takes no arguments stored in this attribute.</summary>
161       <returns>The display name.</returns>
162     </member>
163     <member name="P:System.ComponentModel.DisplayNameAttribute.DisplayNameValue">
164       <summary>Gets or sets the display name.</summary>
165       <returns>The display name.</returns>
166     </member>
167     <member name="M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)">
168       <summary>Determines whether two <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> instances are equal.</summary>
169       <param name="obj">The <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> to test the value equality of.</param>
170       <returns>true if the value of the given object is equal to that of the current object; otherwise, false.</returns>
171     </member>
172     <member name="M:System.ComponentModel.DisplayNameAttribute.GetHashCode">
173       <summary>Returns the hash code for this instance.</summary>
174       <returns>A hash code for the current <see cref="T:System.ComponentModel.DisplayNameAttribute"></see>.</returns>
175     </member>
176     <member name="M:System.ComponentModel.DisplayNameAttribute.IsDefaultAttribute">
177       <summary>Determines if this attribute is the default.</summary>
178       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
179     </member>
180     <member name="T:System.ComponentModel.RefreshProperties">
181       <summary>Defines identifiers that indicate the type of a refresh of the Properties window.</summary>
182     </member>
183     <member name="F:System.ComponentModel.RefreshProperties.All">
184       <summary>The properties should be requeried and the view should be refreshed.</summary>
185       <returns></returns>
186     </member>
187     <member name="F:System.ComponentModel.RefreshProperties.None">
188       <summary>No refresh is necessary.</summary>
189       <returns></returns>
190     </member>
191     <member name="F:System.ComponentModel.RefreshProperties.Repaint">
192       <summary>The view should be refreshed.</summary>
193       <returns></returns>
194     </member>
195     <member name="T:System.ComponentModel.RefreshPropertiesAttribute">
196       <summary>Indicates that the property grid should refresh when the associated property value changes. This class cannot be inherited.</summary>
197     </member>
198     <member name="M:System.ComponentModel.RefreshPropertiesAttribute.#ctor(System.ComponentModel.RefreshProperties)">
199       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RefreshPropertiesAttribute"></see> class.</summary>
200       <param name="refresh">A <see cref="T:System.ComponentModel.RefreshProperties"></see> value indicating the nature of the refresh.</param>
201     </member>
202     <member name="F:System.ComponentModel.RefreshPropertiesAttribute.All">
203       <summary>Indicates that all properties are queried again and refreshed if the property value is changed. This field is read-only.</summary>
204       <returns></returns>
205     </member>
206     <member name="F:System.ComponentModel.RefreshPropertiesAttribute.Default">
207       <summary>Indicates that no other properties are refreshed if the property value is changed. This field is read-only.</summary>
208       <returns></returns>
209     </member>
210     <member name="M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)">
211       <summary>Overrides the object's <see cref="Overload:System.Object.Equals"></see> method.</summary>
212       <param name="value">The object to test for equality.</param>
213       <returns>true if the specified object is the same; otherwise, false.</returns>
214     </member>
215     <member name="M:System.ComponentModel.RefreshPropertiesAttribute.GetHashCode">
216       <summary>Returns the hash code for this object.</summary>
217       <returns>The hash code for the object that the attribute belongs to.</returns>
218     </member>
219     <member name="M:System.ComponentModel.RefreshPropertiesAttribute.IsDefaultAttribute">
220       <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
221       <returns>true if the current value of the attribute is the default; otherwise, false.</returns>
222     </member>
223     <member name="P:System.ComponentModel.RefreshPropertiesAttribute.RefreshProperties">
224       <summary>Gets the refresh properties for the member.</summary>
225       <returns>A <see cref="T:System.ComponentModel.RefreshProperties"></see> that indicates the current refresh properties for the member.</returns>
226     </member>
227     <member name="F:System.ComponentModel.RefreshPropertiesAttribute.Repaint">
228       <summary>Indicates that all properties are repainted if the property value is changed. This field is read-only.</summary>
229       <returns></returns>
230     </member>
231     <member name="T:System.ComponentModel.LocalizableAttribute">
232       <summary>Specifies whether a property should be localized. This class cannot be inherited.</summary>
233     </member>
234     <member name="M:System.ComponentModel.LocalizableAttribute.#ctor(System.Boolean)">
235       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LocalizableAttribute"></see> class.</summary>
236       <param name="isLocalizable">true if a property should be localized; otherwise, false.</param>
237     </member>
238     <member name="F:System.ComponentModel.LocalizableAttribute.Default">
239       <summary>Specifies the default value, which is <see cref="F:System.ComponentModel.LocalizableAttribute.No"></see>. This static field is read-only.</summary>
240       <returns></returns>
241     </member>
242     <member name="M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)">
243       <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.LocalizableAttribute"></see>.</summary>
244       <param name="obj">The object to test the value equality of.</param>
245       <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
246     </member>
247     <member name="M:System.ComponentModel.LocalizableAttribute.GetHashCode">
248       <summary>Returns the hash code for this instance.</summary>
249       <returns>A hash code for the current <see cref="T:System.ComponentModel.LocalizableAttribute"></see>.</returns>
250     </member>
251     <member name="M:System.ComponentModel.LocalizableAttribute.IsDefaultAttribute">
252       <summary>Determines if this attribute is the default.</summary>
253       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
254     </member>
255     <member name="P:System.ComponentModel.LocalizableAttribute.IsLocalizable">
256       <summary>Gets a value indicating whether a property should be localized.</summary>
257       <returns>true if a property should be localized; otherwise, false.</returns>
258     </member>
259     <member name="F:System.ComponentModel.LocalizableAttribute.No">
260       <summary>Specifies that a property should not be localized. This static field is read-only.</summary>
261       <returns></returns>
262     </member>
263     <member name="F:System.ComponentModel.LocalizableAttribute.Yes">
264       <summary>Specifies that a property should be localized. This static field is read-only.</summary>
265       <returns></returns>
266     </member>
267     <member name="T:System.ComponentModel.MergablePropertyAttribute">
268       <summary>Specifies that this property can be combined with properties belonging to other objects in a Properties window.</summary>
269     </member>
270     <member name="M:System.ComponentModel.MergablePropertyAttribute.#ctor(System.Boolean)">
271       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MergablePropertyAttribute"></see> class.</summary>
272       <param name="allowMerge">true if this property can be combined with properties belonging to other objects in a Properties window; otherwise, false.</param>
273     </member>
274     <member name="P:System.ComponentModel.MergablePropertyAttribute.AllowMerge">
275       <summary>Gets a value indicating whether this property can be combined with properties belonging to other objects in a Properties window.</summary>
276       <returns>true if this property can be combined with properties belonging to other objects in a Properties window; otherwise, false.</returns>
277     </member>
278     <member name="F:System.ComponentModel.MergablePropertyAttribute.Default">
279       <summary>Specifies the default value, which is <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes"></see>, that is a property can be combined with properties belonging to other objects in a Properties window. This static field is read-only.</summary>
280       <returns></returns>
281     </member>
282     <member name="M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)">
283       <summary>Indicates whether this instance and a specified object are equal.</summary>
284       <param name="obj">Another object to compare to.</param>
285       <returns>true if <paramref name="obj">obj</paramref> is equal to this instance; otherwise, false.</returns>
286     </member>
287     <member name="M:System.ComponentModel.MergablePropertyAttribute.GetHashCode">
288       <summary>Returns the hash code for this instance.</summary>
289       <returns>A hash code for the current <see cref="T:System.ComponentModel.MergablePropertyAttribute"></see>.</returns>
290     </member>
291     <member name="M:System.ComponentModel.MergablePropertyAttribute.IsDefaultAttribute">
292       <summary>Determines if this attribute is the default.</summary>
293       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
294     </member>
295     <member name="F:System.ComponentModel.MergablePropertyAttribute.No">
296       <summary>Specifies that a property cannot be combined with properties belonging to other objects in a Properties window. This static field is read-only.</summary>
297       <returns></returns>
298     </member>
299     <member name="F:System.ComponentModel.MergablePropertyAttribute.Yes">
300       <summary>Specifies that a property can be combined with properties belonging to other objects in a Properties window. This static field is read-only.</summary>
301       <returns></returns>
302     </member>
303     <member name="T:System.ComponentModel.NotifyParentPropertyAttribute">
304       <summary>Indicates that the parent property is notified when the value of the property that this attribute is applied to is modified. This class cannot be inherited.</summary>
305     </member>
306     <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.#ctor(System.Boolean)">
307       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.NotifyParentPropertyAttribute"></see> class, using the specified value to determine whether the parent property is notified of changes to the value of the property.</summary>
308       <param name="notifyParent">true if the parent should be notified of changes; otherwise, false.</param>
309     </member>
310     <member name="F:System.ComponentModel.NotifyParentPropertyAttribute.Default">
311       <summary>Indicates the default attribute state, that the property should not notify the parent property of changes to its value. This field is read-only.</summary>
312       <returns></returns>
313     </member>
314     <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)">
315       <summary>Gets a value indicating whether the specified object is the same as the current object.</summary>
316       <param name="obj">The object to test for equality.</param>
317       <returns>true if the object is the same as this object; otherwise, false.</returns>
318     </member>
319     <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.GetHashCode">
320       <summary>Gets the hash code for this object.</summary>
321       <returns>The hash code for the object the attribute belongs to.</returns>
322     </member>
323     <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.IsDefaultAttribute">
324       <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
325       <returns>true if the current value of the attribute is the default value of the attribute; otherwise, false.</returns>
326     </member>
327     <member name="F:System.ComponentModel.NotifyParentPropertyAttribute.No">
328       <summary>Indicates that the parent property is not be notified of changes to the value of the property. This field is read-only.</summary>
329       <returns></returns>
330     </member>
331     <member name="P:System.ComponentModel.NotifyParentPropertyAttribute.NotifyParent">
332       <summary>Gets or sets a value indicating whether the parent property should be notified of changes to the value of the property.</summary>
333       <returns>true if the parent property should be notified of changes; otherwise, false.</returns>
334     </member>
335     <member name="F:System.ComponentModel.NotifyParentPropertyAttribute.Yes">
336       <summary>Indicates that the parent property is notified of changes to the value of the property. This field is read-only.</summary>
337       <returns></returns>
338     </member>
339     <member name="T:System.ComponentModel.ParenthesizePropertyNameAttribute">
340       <summary>Indicates whether the name of the associated property is displayed with parentheses in the Properties window. This class cannot be inherited.</summary>
341     </member>
342     <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.#ctor">
343       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ParenthesizePropertyNameAttribute"></see> class that indicates that the associated property should not be shown with parentheses.</summary>
344     </member>
345     <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.#ctor(System.Boolean)">
346       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ParenthesizePropertyNameAttribute"></see> class, using the specified value to indicate whether the attribute is displayed with parentheses.</summary>
347       <param name="needParenthesis">true if the name should be enclosed in parentheses; otherwise, false.</param>
348     </member>
349     <member name="F:System.ComponentModel.ParenthesizePropertyNameAttribute.Default">
350       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ParenthesizePropertyNameAttribute"></see> class with a default value that indicates that the associated property should not be shown with parentheses. This field is read-only.</summary>
351       <returns></returns>
352     </member>
353     <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)">
354       <summary>Compares the specified object to this object and tests for equality.</summary>
355       <param name="o">The object to be compared.</param>
356       <returns>true if equal; otherwise, false.</returns>
357     </member>
358     <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.GetHashCode">
359       <summary>Gets the hash code for this object.</summary>
360       <returns>The hash code for the object the attribute belongs to.</returns>
361     </member>
362     <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.IsDefaultAttribute">
363       <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
364       <returns>true if the current value of the attribute is the default value of the attribute; otherwise, false.</returns>
365     </member>
366     <member name="P:System.ComponentModel.ParenthesizePropertyNameAttribute.NeedParenthesis">
367       <summary>Gets a value indicating whether the Properties window displays the name of the property in parentheses in the Properties window.</summary>
368       <returns>true if the property is displayed with parentheses; otherwise, false.</returns>
369     </member>
370     <member name="T:System.ComponentModel.ReadOnlyAttribute">
371       <summary>Specifies whether the property this attribute is bound to is read-only or read/write. This class cannot be inherited</summary>
372     </member>
373     <member name="M:System.ComponentModel.ReadOnlyAttribute.#ctor(System.Boolean)">
374       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ReadOnlyAttribute"></see> class.</summary>
375       <param name="isReadOnly">true to show that the property this attribute is bound to is read-only; false to show that the property is read/write.</param>
376     </member>
377     <member name="F:System.ComponentModel.ReadOnlyAttribute.Default">
378       <summary>Specifies the default value for the <see cref="T:System.ComponentModel.ReadOnlyAttribute"></see>, which is <see cref="F:System.ComponentModel.ReadOnlyAttribute.No"></see> (that is, the property this attribute is bound to is read/write). This static field is read-only.</summary>
379       <returns></returns>
380     </member>
381     <member name="M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)">
382       <summary>Indicates whether this instance and a specified object are equal.</summary>
383       <param name="value">Another object to compare to.</param>
384       <returns>true if <paramref name="value">value</paramref> is equal to this instance; otherwise, false.</returns>
385     </member>
386     <member name="M:System.ComponentModel.ReadOnlyAttribute.GetHashCode">
387       <summary>Returns the hash code for this instance.</summary>
388       <returns>A hash code for the current <see cref="T:System.ComponentModel.ReadOnlyAttribute"></see>.</returns>
389     </member>
390     <member name="M:System.ComponentModel.ReadOnlyAttribute.IsDefaultAttribute">
391       <summary>Determines if this attribute is the default.</summary>
392       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
393     </member>
394     <member name="P:System.ComponentModel.ReadOnlyAttribute.IsReadOnly">
395       <summary>Gets a value indicating whether the property this attribute is bound to is read-only.</summary>
396       <returns>true if the property this attribute is bound to is read-only; false if the property is read/write.</returns>
397     </member>
398     <member name="F:System.ComponentModel.ReadOnlyAttribute.No">
399       <summary>Specifies that the property this attribute is bound to is read/write and can be modified. This static field is read-only.</summary>
400       <returns></returns>
401     </member>
402     <member name="F:System.ComponentModel.ReadOnlyAttribute.Yes">
403       <summary>Specifies that the property this attribute is bound to is read-only and cannot be modified in the server explorer. This static field is read-only.</summary>
404       <returns></returns>
405     </member>
406     <member name="T:System.ComponentModel.DescriptionAttribute">
407       <summary>Specifies a description for a property or event.</summary>
408     </member>
409     <member name="M:System.ComponentModel.DescriptionAttribute.#ctor">
410       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DescriptionAttribute"></see> class with no parameters.</summary>
411     </member>
412     <member name="M:System.ComponentModel.DescriptionAttribute.#ctor(System.String)">
413       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DescriptionAttribute"></see> class with a description.</summary>
414       <param name="description">The description text.</param>
415     </member>
416     <member name="F:System.ComponentModel.DescriptionAttribute.Default">
417       <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DescriptionAttribute"></see>, which is an empty string (&quot;&quot;). This static field is read-only.</summary>
418       <returns></returns>
419     </member>
420     <member name="P:System.ComponentModel.DescriptionAttribute.Description">
421       <summary>Gets the description stored in this attribute.</summary>
422       <returns>The description stored in this attribute.</returns>
423     </member>
424     <member name="P:System.ComponentModel.DescriptionAttribute.DescriptionValue">
425       <summary>Gets or sets the string stored as the description.</summary>
426       <returns>The string stored as the description. The default value is an empty string (&quot;&quot;).</returns>
427     </member>
428     <member name="M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)">
429       <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DescriptionAttribute"></see>.</summary>
430       <param name="obj">The object to test the value equality of.</param>
431       <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
432     </member>
433     <member name="M:System.ComponentModel.DescriptionAttribute.GetHashCode">
434       <summary>Returns the hash code for this instance.</summary>
435       <returns>A 32-bit signed integer hash code.</returns>
436     </member>
437     <member name="M:System.ComponentModel.DescriptionAttribute.IsDefaultAttribute">
438       <summary>Returns a value indicating whether this is the default <see cref="T:System.ComponentModel.DescriptionAttribute"></see> instance.</summary>
439       <returns>true, if this is the default <see cref="T:System.ComponentModel.DescriptionAttribute"></see> instance; otherwise, false.</returns>
440     </member>
441     <member name="T:System.ComponentModel.InitializationEventAttribute">
442       <summary>Specifies which event is raised on initialization. This class cannot be inherited.</summary>
443     </member>
444     <member name="M:System.ComponentModel.InitializationEventAttribute.#ctor(System.String)">
445       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InitializationEventAttribute"></see> class.</summary>
446       <param name="eventName">The name of the initialization event.</param>
447     </member>
448     <member name="P:System.ComponentModel.InitializationEventAttribute.EventName">
449       <summary>Gets the name of the initialization event.</summary>
450       <returns>The name of the initialization event.</returns>
451     </member>
452     <member name="T:System.ComponentModel.ISite">
453       <summary>Provides functionality required by sites.</summary>
454     </member>
455     <member name="P:System.ComponentModel.ISite.Component">
456       <summary>Gets the component associated with the <see cref="T:System.ComponentModel.ISite"></see> when implemented by a class.</summary>
457       <returns>The <see cref="T:System.ComponentModel.IComponent"></see> instance associated with the <see cref="T:System.ComponentModel.ISite"></see>.</returns>
458     </member>
459     <member name="P:System.ComponentModel.ISite.Container">
460       <summary>Gets the <see cref="T:System.ComponentModel.IContainer"></see> associated with the <see cref="T:System.ComponentModel.ISite"></see> when implemented by a class.</summary>
461       <returns>The <see cref="T:System.ComponentModel.IContainer"></see> instance associated with the <see cref="T:System.ComponentModel.ISite"></see>.</returns>
462     </member>
463     <member name="P:System.ComponentModel.ISite.DesignMode">
464       <summary>Determines whether the component is in design mode when implemented by a class.</summary>
465       <returns>true if the component is in design mode; otherwise, false.</returns>
466     </member>
467     <member name="P:System.ComponentModel.ISite.Name">
468       <summary>Gets or sets the name of the component associated with the <see cref="T:System.ComponentModel.ISite"></see> when implemented by a class.</summary>
469       <returns>The name of the component associated with the <see cref="T:System.ComponentModel.ISite"></see>; or null, if no name is assigned to the component.</returns>
470     </member>
471     <member name="T:System.ComponentModel.ISupportInitialize">
472       <summary>Specifies that this object supports a simple, transacted notification for batch initialization.</summary>
473     </member>
474     <member name="M:System.ComponentModel.ISupportInitialize.BeginInit">
475       <summary>Signals the object that initialization is starting.</summary>
476     </member>
477     <member name="M:System.ComponentModel.ISupportInitialize.EndInit">
478       <summary>Signals the object that initialization is complete.</summary>
479     </member>
480     <member name="T:System.ComponentModel.ISynchronizeInvoke">
481       <summary>Provides a way to synchronously or asynchronously execute a delegate.</summary>
482     </member>
483     <member name="M:System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate,System.Object[])">
484       <summary>Asynchronously executes the delegate on the thread that created this object.</summary>
485       <param name="method">A <see cref="T:System.Delegate"></see> to a method that takes parameters of the same number and type that are contained in args.</param>
486       <param name="args">An array of type <see cref="T:System.Object"></see> to pass as arguments to the given method. This can be null if no arguments are needed.</param>
487       <returns>An <see cref="T:System.IAsyncResult"></see> interface that represents the asynchronous operation started by calling this method.</returns>
488     </member>
489     <member name="M:System.ComponentModel.ISynchronizeInvoke.EndInvoke(System.IAsyncResult)">
490       <summary>Waits until the process started by calling <see cref="M:System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate,System.Object[])"></see> completes, and then returns the value generated by the process.</summary>
491       <param name="result">An <see cref="T:System.IAsyncResult"></see> interface that represents the asynchronous operation started by calling <see cref="M:System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate,System.Object[])"></see>.</param>
492       <returns>An <see cref="T:System.Object"></see> that represents the return value generated by the asynchronous operation.</returns>
493     </member>
494     <member name="M:System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate,System.Object[])">
495       <summary>Synchronously executes the delegate on the thread that created this object and marshals the call to the creating thread.</summary>
496       <param name="method">A <see cref="T:System.Delegate"></see> that contains a method to call, in the context of the thread for the control.</param>
497       <param name="args">An array of type <see cref="T:System.Object"></see> that represents the arguments to pass to the given method. This can be null if no arguments are needed.</param>
498       <returns>An <see cref="T:System.Object"></see> that represents the return value from the delegate being invoked, or null if the delegate has no return value.</returns>
499     </member>
500     <member name="P:System.ComponentModel.ISynchronizeInvoke.InvokeRequired">
501       <summary>Gets a value indicating whether the caller must call <see cref="M:System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate,System.Object[])"></see> when calling an object that implements this interface.</summary>
502       <returns>true if the caller must call <see cref="M:System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate,System.Object[])"></see>; otherwise, false.</returns>
503     </member>
504     <member name="T:System.ComponentModel.EventHandlerList">
505       <summary>Provides a simple list of delegates. This class cannot be inherited.</summary>
506     </member>
507     <member name="M:System.ComponentModel.EventHandlerList.#ctor">
508       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventHandlerList"></see> class.</summary>
509     </member>
510     <member name="M:System.ComponentModel.EventHandlerList.AddHandler(System.Object,System.Delegate)">
511       <summary>Adds a delegate to the list.</summary>
512       <param name="key">The object that owns the event.</param>
513       <param name="value">The delegate to add to the list.</param>
514     </member>
515     <member name="M:System.ComponentModel.EventHandlerList.AddHandlers(System.ComponentModel.EventHandlerList)">
516       <summary>Adds a list of delegates to the current list.</summary>
517       <param name="listToAddFrom">The list to add.</param>
518     </member>
519     <member name="M:System.ComponentModel.EventHandlerList.Dispose">
520       <summary>Disposes the delegate list.</summary>
521     </member>
522     <member name="P:System.ComponentModel.EventHandlerList.Item(System.Object)">
523       <summary>Gets or sets the delegate for the specified object.</summary>
524       <param name="key">An object to find in the list.</param>
525       <returns>The delegate for the specified key, or null if a delegate does not exist.</returns>
526     </member>
527     <member name="M:System.ComponentModel.EventHandlerList.RemoveHandler(System.Object,System.Delegate)">
528       <summary>Removes a delegate from the list.</summary>
529       <param name="key">The object that owns the event.</param>
530       <param name="value">The delegate to remove from the list.</param>
531     </member>
532     <member name="T:System.ComponentModel.IComponent">
533       <summary>Provides functionality required by all components.</summary>
534     </member>
535     <member name="E:System.ComponentModel.IComponent.Disposed">
536       <summary>Represents the method that handles the <see cref="E:System.ComponentModel.IComponent.Disposed"></see> event of a component.</summary>
537       <returns></returns>
538     </member>
539     <member name="P:System.ComponentModel.IComponent.Site">
540       <summary>Gets or sets the <see cref="T:System.ComponentModel.ISite"></see> associated with the <see cref="T:System.ComponentModel.IComponent"></see>.</summary>
541       <returns>The <see cref="T:System.ComponentModel.ISite"></see> object associated with the component; or null, if the component does not have a site.</returns>
542     </member>
543     <member name="T:System.ComponentModel.IContainer">
544       <summary>Provides functionality for containers. Containers are objects that logically contain zero or more components.</summary>
545     </member>
546     <member name="M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent)">
547       <summary>Adds the specified <see cref="T:System.ComponentModel.IComponent"></see> to the <see cref="T:System.ComponentModel.IContainer"></see> at the end of the list.</summary>
548       <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to add.</param>
549     </member>
550     <member name="M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String)">
551       <summary>Adds the specified <see cref="T:System.ComponentModel.IComponent"></see> to the <see cref="T:System.ComponentModel.IContainer"></see> at the end of the list, and assigns a name to the component.</summary>
552       <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to add.</param>
553       <param name="name">The unique, case-insensitive name to assign to the component.   -or-  null that leaves the component unnamed.</param>
554     </member>
555     <member name="P:System.ComponentModel.IContainer.Components">
556       <summary>Gets all the components in the <see cref="T:System.ComponentModel.IContainer"></see>.</summary>
557       <returns>A collection of <see cref="T:System.ComponentModel.IComponent"></see> objects that represents all the components in the <see cref="T:System.ComponentModel.IContainer"></see>.</returns>
558     </member>
559     <member name="M:System.ComponentModel.IContainer.Remove(System.ComponentModel.IComponent)">
560       <summary>Removes a component from the <see cref="T:System.ComponentModel.IContainer"></see>.</summary>
561       <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to remove.</param>
562     </member>
563     <member name="T:System.ComponentModel.ImmutableObjectAttribute">
564       <summary>Specifies that an object has no subproperties capable of being edited. This class cannot be inherited.</summary>
565     </member>
566     <member name="M:System.ComponentModel.ImmutableObjectAttribute.#ctor(System.Boolean)">
567       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ImmutableObjectAttribute"></see> class.</summary>
568       <param name="immutable">true if the object is immutable; otherwise, false.</param>
569     </member>
570     <member name="F:System.ComponentModel.ImmutableObjectAttribute.Default">
571       <summary>Represents the default value for <see cref="T:System.ComponentModel.ImmutableObjectAttribute"></see>.</summary>
572       <returns></returns>
573     </member>
574     <member name="M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)">
575       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
576       <param name="obj">An <see cref="T:System.Object"></see> to compare with this instance or a null reference (Nothing in Visual Basic).</param>
577       <returns>true if <paramref name="obj">obj</paramref> equals the type and value of this instance; otherwise, false.</returns>
578     </member>
579     <member name="M:System.ComponentModel.ImmutableObjectAttribute.GetHashCode">
580       <summary>Returns the hash code for this instance.</summary>
581       <returns>A hash code for the current <see cref="T:System.ComponentModel.ImmutableObjectAttribute"></see>.</returns>
582     </member>
583     <member name="P:System.ComponentModel.ImmutableObjectAttribute.Immutable">
584       <summary>Gets whether the object is immutable.</summary>
585       <returns>true if the object is immutable; otherwise, false.</returns>
586     </member>
587     <member name="M:System.ComponentModel.ImmutableObjectAttribute.IsDefaultAttribute">
588       <summary>Indicates whether the value of this instance is the default value.</summary>
589       <returns>true if this instance is the default attribute for the class; otherwise, false.</returns>
590     </member>
591     <member name="F:System.ComponentModel.ImmutableObjectAttribute.No">
592       <summary>Specifies that an object has at least one editable subproperty. This static field is read-only.</summary>
593       <returns></returns>
594     </member>
595     <member name="F:System.ComponentModel.ImmutableObjectAttribute.Yes">
596       <summary>Specifies that an object has no subproperties that can be edited. This static field is read-only.</summary>
597       <returns></returns>
598     </member>
599     <member name="T:System.ComponentModel.BrowsableAttribute">
600       <summary>Specifies whether a property or event should be displayed in a Properties window.</summary>
601     </member>
602     <member name="M:System.ComponentModel.BrowsableAttribute.#ctor(System.Boolean)">
603       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BrowsableAttribute"></see> class.</summary>
604       <param name="browsable">true if a property or event can be modified at design time; otherwise, false. The default is true.</param>
605     </member>
606     <member name="P:System.ComponentModel.BrowsableAttribute.Browsable">
607       <summary>Gets a value indicating whether an object is browsable.</summary>
608       <returns>true if the object is browsable; otherwise, false.</returns>
609     </member>
610     <member name="F:System.ComponentModel.BrowsableAttribute.Default">
611       <summary>Specifies the default value for the <see cref="T:System.ComponentModel.BrowsableAttribute"></see>, which is <see cref="F:System.ComponentModel.BrowsableAttribute.Yes"></see>. This static field is read-only.</summary>
612       <returns></returns>
613     </member>
614     <member name="M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)">
615       <summary>Indicates whether this instance and a specified object are equal.</summary>
616       <param name="obj">Another object to compare to.</param>
617       <returns>true if <paramref name="obj">obj</paramref> is equal to this instance; otherwise, false.</returns>
618     </member>
619     <member name="M:System.ComponentModel.BrowsableAttribute.GetHashCode">
620       <summary>Returns the hash code for this instance.</summary>
621       <returns>A 32-bit signed integer hash code.</returns>
622     </member>
623     <member name="M:System.ComponentModel.BrowsableAttribute.IsDefaultAttribute">
624       <summary>Determines if this attribute is the default.</summary>
625       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
626     </member>
627     <member name="F:System.ComponentModel.BrowsableAttribute.No">
628       <summary>Specifies that a property or event cannot be modified at design time. This static field is read-only.</summary>
629       <returns></returns>
630     </member>
631     <member name="F:System.ComponentModel.BrowsableAttribute.Yes">
632       <summary>Specifies that a property or event can be modified at design time. This static field is read-only.</summary>
633       <returns></returns>
634     </member>
635     <member name="T:System.ComponentModel.CategoryAttribute">
636       <summary>Specifies the name of the category in which to group the property or event when displayed in a <see cref="T:System.Windows.Forms.PropertyGrid"></see> control set to Categorized mode.</summary>
637     </member>
638     <member name="M:System.ComponentModel.CategoryAttribute.#ctor">
639       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CategoryAttribute"></see> class using the category name Default.</summary>
640     </member>
641     <member name="M:System.ComponentModel.CategoryAttribute.#ctor(System.String)">
642       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CategoryAttribute"></see> class using the specified category name.</summary>
643       <param name="category">The name of the category.</param>
644     </member>
645     <member name="P:System.ComponentModel.CategoryAttribute.Action">
646       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Action category.</summary>
647       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the action category.</returns>
648     </member>
649     <member name="P:System.ComponentModel.CategoryAttribute.Appearance">
650       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Appearance category.</summary>
651       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the appearance category.</returns>
652     </member>
653     <member name="P:System.ComponentModel.CategoryAttribute.Asynchronous">
654       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Asynchronous category.</summary>
655       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the asynchronous category.</returns>
656     </member>
657     <member name="P:System.ComponentModel.CategoryAttribute.Behavior">
658       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Behavior category.</summary>
659       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the behavior category.</returns>
660     </member>
661     <member name="P:System.ComponentModel.CategoryAttribute.Category">
662       <summary>Gets the name of the category for the property or event that this attribute is applied to.</summary>
663       <returns>The name of the category for the property or event that this attribute is applied to.</returns>
664     </member>
665     <member name="P:System.ComponentModel.CategoryAttribute.Data">
666       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Data category.</summary>
667       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the data category.</returns>
668     </member>
669     <member name="P:System.ComponentModel.CategoryAttribute.Default">
670       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Default category.</summary>
671       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the default category.</returns>
672     </member>
673     <member name="P:System.ComponentModel.CategoryAttribute.Design">
674       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Design category.</summary>
675       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the design category.</returns>
676     </member>
677     <member name="P:System.ComponentModel.CategoryAttribute.DragDrop">
678       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the DragDrop category.</summary>
679       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the drag-and-drop category.</returns>
680     </member>
681     <member name="M:System.ComponentModel.CategoryAttribute.Equals(System.Object)">
682       <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.CategoryAttribute"></see>..</summary>
683       <param name="obj">The object to test the value equality of.</param>
684       <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
685     </member>
686     <member name="P:System.ComponentModel.CategoryAttribute.Focus">
687       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Focus category.</summary>
688       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the focus category.</returns>
689     </member>
690     <member name="P:System.ComponentModel.CategoryAttribute.Format">
691       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Format category.</summary>
692       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the format category.</returns>
693     </member>
694     <member name="M:System.ComponentModel.CategoryAttribute.GetHashCode">
695       <summary>Returns the hash code for this attribute.</summary>
696       <returns>A 32-bit signed integer hash code.</returns>
697     </member>
698     <member name="M:System.ComponentModel.CategoryAttribute.GetLocalizedString(System.String)">
699       <summary>Looks up the localized name of the specified category.</summary>
700       <param name="value">The identifer for the category to look up.</param>
701       <returns>The localized name of the category, or null if a localized name does not exist.</returns>
702     </member>
703     <member name="M:System.ComponentModel.CategoryAttribute.IsDefaultAttribute">
704       <summary>Determines if this attribute is the default.</summary>
705       <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
706     </member>
707     <member name="P:System.ComponentModel.CategoryAttribute.Key">
708       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Key category.</summary>
709       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the key category.</returns>
710     </member>
711     <member name="P:System.ComponentModel.CategoryAttribute.Layout">
712       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Layout category.</summary>
713       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the layout category.</returns>
714     </member>
715     <member name="P:System.ComponentModel.CategoryAttribute.Mouse">
716       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Mouse category.</summary>
717       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the mouse category.</returns>
718     </member>
719     <member name="P:System.ComponentModel.CategoryAttribute.WindowStyle">
720       <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the WindowStyle category.</summary>
721       <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the window style category.</returns>
722     </member>
723     <member name="T:System.ComponentModel.Component">
724       <summary>Provides the base implementation for the <see cref="T:System.ComponentModel.IComponent"></see> interface and enables object sharing between applications.</summary>
725     </member>
726     <member name="M:System.ComponentModel.Component.#ctor">
727       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Component"></see> class.</summary>
728     </member>
729     <member name="P:System.ComponentModel.Component.CanRaiseEvents">
730       <summary>Gets a value indicating whether the component can raise an event.</summary>
731       <returns>true if the component can raise events; otherwise, false. The default is true.</returns>
732     </member>
733     <member name="P:System.ComponentModel.Component.Container">
734       <summary>Gets the <see cref="T:System.ComponentModel.IContainer"></see> that contains the <see cref="T:System.ComponentModel.Component"></see>.</summary>
735       <returns>The <see cref="T:System.ComponentModel.IContainer"></see> that contains the <see cref="T:System.ComponentModel.Component"></see>, if any, or null if the <see cref="T:System.ComponentModel.Component"></see> is not encapsulated in an <see cref="T:System.ComponentModel.IContainer"></see>.</returns>
736     </member>
737     <member name="P:System.ComponentModel.Component.DesignMode">
738       <summary>Gets a value that indicates whether the <see cref="T:System.ComponentModel.Component"></see> is currently in design mode.</summary>
739       <returns>true if the <see cref="T:System.ComponentModel.Component"></see> is in design mode; otherwise, false.</returns>
740     </member>
741     <member name="M:System.ComponentModel.Component.Dispose">
742       <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Component"></see>.</summary>
743     </member>
744     <member name="M:System.ComponentModel.Component.Dispose(System.Boolean)">
745       <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Component"></see> and optionally releases the managed resources.</summary>
746       <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
747     </member>
748     <member name="E:System.ComponentModel.Component.Disposed">
749       <summary>Occurs when the component is disposed by a call to the <see cref="M:System.ComponentModel.Component.Dispose"></see> method.</summary>
750       <returns></returns>
751     </member>
752     <member name="P:System.ComponentModel.Component.Events">
753       <summary>Gets the list of event handlers that are attached to this <see cref="T:System.ComponentModel.Component"></see>.</summary>
754       <returns>An <see cref="T:System.ComponentModel.EventHandlerList"></see> that provides the delegates for this component.</returns>
755     </member>
756     <member name="M:System.ComponentModel.Component.Finalize">
757       <summary>Releases unmanaged resources and performs other cleanup operations before the <see cref="T:System.ComponentModel.Component"></see> is reclaimed by garbage collection.</summary>
758     </member>
759     <member name="M:System.ComponentModel.Component.GetService(System.Type)">
760       <summary>Returns an object that represents a service provided by the <see cref="T:System.ComponentModel.Component"></see> or by its <see cref="T:System.ComponentModel.Container"></see>.</summary>
761       <param name="service">A service provided by the <see cref="T:System.ComponentModel.Component"></see>.</param>
762       <returns>An <see cref="T:System.Object"></see> that represents a service provided by the <see cref="T:System.ComponentModel.Component"></see>, or null if the <see cref="T:System.ComponentModel.Component"></see> does not provide the specified service.</returns>
763     </member>
764     <member name="P:System.ComponentModel.Component.Site">
765       <summary>Gets or sets the <see cref="T:System.ComponentModel.ISite"></see> of the <see cref="T:System.ComponentModel.Component"></see>.</summary>
766       <returns>The <see cref="T:System.ComponentModel.ISite"></see> associated with the <see cref="T:System.ComponentModel.Component"></see>, or null if the <see cref="T:System.ComponentModel.Component"></see> is not encapsulated in an <see cref="T:System.ComponentModel.IContainer"></see>, the <see cref="T:System.ComponentModel.Component"></see> does not have an <see cref="T:System.ComponentModel.ISite"></see> associated with it, or the <see cref="T:System.ComponentModel.Component"></see> is removed from its <see cref="T:System.ComponentModel.IContainer"></see>.</returns>
767     </member>
768     <member name="M:System.ComponentModel.Component.ToString">
769       <summary>Returns a <see cref="T:System.String"></see> containing the name of the <see cref="T:System.ComponentModel.Component"></see>, if any. This method should not be overridden.</summary>
770       <returns>A <see cref="T:System.String"></see> containing the name of the <see cref="T:System.ComponentModel.Component"></see>, if any, or null if the <see cref="T:System.ComponentModel.Component"></see> is unnamed.</returns>
771     </member>
772     <member name="T:System.ComponentModel.ComponentCollection">
773       <summary>Provides a read-only container for a collection of <see cref="T:System.ComponentModel.IComponent"></see> objects.</summary>
774     </member>
775     <member name="M:System.ComponentModel.ComponentCollection.#ctor(System.ComponentModel.IComponent[])">
776       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentCollection"></see> class using the specified array of components.</summary>
777       <param name="components">An array of <see cref="T:System.ComponentModel.IComponent"></see> objects to initialize the collection with.</param>
778     </member>
779     <member name="M:System.ComponentModel.ComponentCollection.CopyTo(System.ComponentModel.IComponent[],System.Int32)">
780       <summary>Copies the entire collection to an array, starting writing at the specified array index.</summary>
781       <param name="array">An <see cref="T:System.ComponentModel.IComponent"></see> array to copy the objects in the collection to.</param>
782       <param name="index">The index of the array at which copying to should begin.</param>
783     </member>
784     <member name="P:System.ComponentModel.ComponentCollection.Item(System.Int32)">
785       <summary>Gets the <see cref="T:System.ComponentModel.Component"></see> in the collection at the specified collection index.</summary>
786       <param name="index">The collection index of the <see cref="T:System.ComponentModel.Component"></see> to get.</param>
787       <returns>The <see cref="T:System.ComponentModel.IComponent"></see> at the specified index.</returns>
788       <exception cref="T:System.ArgumentOutOfRangeException">If the specified index is not within the index range of the collection.</exception>
789     </member>
790     <member name="P:System.ComponentModel.ComponentCollection.Item(System.String)">
791       <summary>Gets any component in the collection matching the specified name.</summary>
792       <param name="name">The name of the <see cref="T:System.ComponentModel.IComponent"></see> to get.</param>
793       <returns>A component with a name matching the name specified by the <paramref name="name">name</paramref> parameter, or null if the named component cannot be found in the collection.</returns>
794     </member>
795   </members>
796 </doc></span>