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