Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10181 lines
474 KiB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Design</name>
  5. </assembly>
  6. <members>
  7. <member name="M:System.Design.SRDescriptionAttribute.#ctor(System.String)">
  8. <summary>
  9. Constructs a new sys description.
  10. </summary>
  11. <param name="description">
  12. description text.
  13. </param>
  14. </member>
  15. <member name="P:System.Design.SRDescriptionAttribute.Description">
  16. <summary>
  17. Retrieves the description text.
  18. </summary>
  19. <returns>
  20. description
  21. </returns>
  22. </member>
  23. <member name="F:System.Design.NativeMethods.CommonHandles.Accelerator">
  24. </member>
  25. <member name="F:System.Design.NativeMethods.CommonHandles.Cursor">
  26. </member>
  27. <member name="F:System.Design.NativeMethods.CommonHandles.EMF">
  28. </member>
  29. <member name="F:System.Design.NativeMethods.CommonHandles.Find">
  30. </member>
  31. <member name="F:System.Design.NativeMethods.CommonHandles.GDI">
  32. </member>
  33. <member name="F:System.Design.NativeMethods.CommonHandles.HDC">
  34. </member>
  35. <member name="F:System.Design.NativeMethods.CommonHandles.Icon">
  36. </member>
  37. <member name="F:System.Design.NativeMethods.CommonHandles.Kernel">
  38. </member>
  39. <member name="F:System.Design.NativeMethods.CommonHandles.Menu">
  40. </member>
  41. <member name="F:System.Design.NativeMethods.CommonHandles.Window">
  42. </member>
  43. <member name="M:System.Design.NativeMethods.HandleCollector.Add(System.IntPtr,System.Int32)">
  44. </member>
  45. <member name="M:System.Design.NativeMethods.HandleCollector.RegisterType(System.String,System.Int32,System.Int32)">
  46. </member>
  47. <member name="M:System.Design.NativeMethods.HandleCollector.Remove(System.IntPtr,System.Int32)">
  48. </member>
  49. <member name="M:System.Design.NativeMethods.HandleCollector.HandleType.#ctor(System.String,System.Int32,System.Int32)">
  50. </member>
  51. <member name="M:System.Design.NativeMethods.HandleCollector.HandleType.Add(System.IntPtr)">
  52. </member>
  53. <member name="M:System.Design.NativeMethods.HandleCollector.HandleType.Collected">
  54. </member>
  55. <member name="M:System.Design.NativeMethods.HandleCollector.HandleType.GetHandleCount">
  56. </member>
  57. <member name="M:System.Design.NativeMethods.HandleCollector.HandleType.NeedCollection">
  58. </member>
  59. <member name="M:System.Design.NativeMethods.HandleCollector.HandleType.Remove(System.IntPtr)">
  60. </member>
  61. <member name="M:System.Diagnostics.Design.CategoryValueConverter.#ctor">
  62. </member>
  63. <member name="M:System.Diagnostics.Design.CounterCreationDataConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  64. <summary>
  65. <para>Gets a value indicating whether this converter can
  66. convert an object to the given destination type using the context.</para>
  67. </summary>
  68. <param name="context">
  69. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </para>
  70. </param>
  71. <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
  72. <returns>
  73. <para>
  74. <see langword="true " />if this converter can perform the conversion; otherwise,
  75. <see langword="false" />. </para>
  76. </returns>
  77. </member>
  78. <member name="M:System.Diagnostics.Design.CounterCreationDataConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  79. <summary>
  80. Converts the given object to another type. The most common types to convert
  81. are to and from a string object. The default implementation will make a call
  82. to ToString on the object if the object is valid and if the destination
  83. type is string. If this cannot convert to the desitnation type, this will
  84. throw a NotSupportedException.
  85. </summary>
  86. <param name="context">
  87. A formatter context. This object can be used to extract additional information
  88. about the environment this converter is being invoked from. This may be null,
  89. so you should always check. Also, properties on the context object may also
  90. return null.
  91. </param>
  92. <param name="culture">
  93. An optional culture info. If not supplied the current culture is assumed.
  94. </param>
  95. <param name="value">
  96. The object to convert.
  97. </param>
  98. <param name="destinationType">
  99. The type to convert the object to.
  100. </param>
  101. <returns>
  102. The converted object.
  103. </returns>
  104. </member>
  105. <member name="M:System.Diagnostics.Design.CounterNameConverter.#ctor">
  106. </member>
  107. <member name="M:System.Diagnostics.Design.InstanceNameConverter.#ctor">
  108. </member>
  109. <member name="T:System.ComponentModel.Design.Serialization.CodeDomSerializer">
  110. <summary>
  111. <para> Serializes an object graph to a series of CodeDOM
  112. statements.</para>
  113. </summary>
  114. </member>
  115. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  116. <summary>
  117. <para> Deserializes the specified serialized CodeDOM object into an
  118. object.</para>
  119. </summary>
  120. <param name="manager">A serialization manager interface that is used during the deserialization process.</param>
  121. <param name="codeObject">A serialized CodeDOM object to deserialize.</param>
  122. <returns>
  123. <para> The deserialized CodeDOM object.</para>
  124. </returns>
  125. </member>
  126. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.DeserializePropertiesFromResources(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object,System.Attribute[])">
  127. <summary>
  128. <para> Deserializes the properties of the specified object that match the specified filter, if a
  129. filter was specified.</para>
  130. </summary>
  131. <param name="manager">A serialization manager interface that is used during the deserialization process. </param>
  132. <param name="value">The object to deserialize properties for. </param>
  133. <param name="filter">An optional filter to apply to the properties. </param>
  134. </member>
  135. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.DeserializeStatement(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeStatement)">
  136. <summary>
  137. <para> Deserializes the specified statement.</para>
  138. </summary>
  139. <param name="manager">A serialization manager interface that is used during the deserialization process.</param>
  140. <param name="statement">The CodeDOM statement to deserialize.</param>
  141. </member>
  142. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.DeserializeExpression(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String,System.CodeDom.CodeExpression)">
  143. <summary>
  144. <para>Deserializes the specified expression.</para>
  145. </summary>
  146. <param name="manager">A serialization manager interface that is used during the deserialization process.</param>
  147. <param name="name"> An optional name to give the expression. If the expression results in the creation of an object, the object is given this name for subsequent searches through the serialization manager. If this is <see langword="null" />, no name will be given.</param>
  148. <param name="expression">The CodeDOM expression to deserialize.</param>
  149. <returns>
  150. <para> The deserialized expression.</para>
  151. </returns>
  152. </member>
  153. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  154. <summary>
  155. <para>Serializes the specified object into a CodeDOM
  156. object.</para>
  157. </summary>
  158. <param name="manager">A serialization manager interface that is used during the deserialization process.</param>
  159. <param name="value">The object to serialize.</param>
  160. <returns>
  161. <para>A <see langword="CodeDOM " /> object representing the object that has been serialized.</para>
  162. </returns>
  163. </member>
  164. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.SerializeEvents(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeStatementCollection,System.Object,System.Attribute[])">
  165. <summary>
  166. <para>Serializes all events of the specified object.</para>
  167. </summary>
  168. <param name="manager">The serialization manager to use during serialization.</param>
  169. <param name="statements">A statements collection to which serialized event statements are added.</param>
  170. <param name="value">The object whose events are to be serialized.</param>
  171. <param name="filter">A member attribute filter to apply to the event search.</param>
  172. </member>
  173. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.SerializeProperties(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeStatementCollection,System.Object,System.Attribute[])">
  174. <summary>
  175. <para> Serializes all properties for the specified object, using the specified filter.</para>
  176. </summary>
  177. <param name="manager">The serialization manager to use during serialization.</param>
  178. <param name="statements">A collection of statements to add the serialized property statements to.</param>
  179. <param name="value"> The object whose properties are serialized.</param>
  180. <param name="filter">A member attribute filter to apply to the property search.</param>
  181. </member>
  182. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.SerializePropertiesToResources(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeStatementCollection,System.Object,System.Attribute[])">
  183. <summary>
  184. <para> Serializes the specified properties to resources.</para>
  185. </summary>
  186. <param name="manager">A serialization manager interface that is used during the deserialization process.</param>
  187. <param name="statements">A collection of statements to use during serialization. The resource serializer uses this to write resource creation statements, but will not have individual property assign statements because all the properties are serialized to a resource.</param>
  188. <param name="value">The object to deserialize properties for.</param>
  189. <param name="filter">An optional filter to apply to the properties.</param>
  190. </member>
  191. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.SerializeResource(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String,System.Object)">
  192. <summary>
  193. <para> Serializes the specified resource value using the specified name.</para>
  194. </summary>
  195. <param name="manager">The serialization manager to use during serialization. </param>
  196. <param name="resourceName">The name of the resource to serialize. </param>
  197. <param name="value">The object to serialize. </param>
  198. </member>
  199. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.SerializeResourceInvariant(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String,System.Object)">
  200. <summary>
  201. <para>Serializes the specified resource value using the specified name.</para>
  202. </summary>
  203. <param name="manager">The serialization manager to use during serialization. </param>
  204. <param name="resourceName">The name of the resource to serialize. </param>
  205. <param name="value">The object to serialize. </param>
  206. </member>
  207. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.SerializeToExpression(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  208. <summary>
  209. <para>Serializes the specified value to a CodeDOM expression.</para>
  210. </summary>
  211. <param name="manager">The serialization manager to use during serialization.</param>
  212. <param name="value">The object to serialize.</param>
  213. <returns>
  214. <para> The serialized value. This returns
  215. <see langword="null" /> if there is no serializer for the specified
  216. value, or if the serializer for that value did not return a <see cref="T:System.CodeDom.CodeExpression" />.</para>
  217. </returns>
  218. </member>
  219. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializer.SerializeToReferenceExpression(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  220. <summary>
  221. <para>Serializes the specified value to a CodeDOM expression.</para>
  222. </summary>
  223. <param name="manager">The serialization manager to use during serialization.</param>
  224. <param name="value">The object to serialize.</param>
  225. <returns>
  226. <para> The serialized value. This returns
  227. <see langword="null" /> if no reference expression can be obtained for the specified value, or
  228. the value cannot be serialized.</para>
  229. </returns>
  230. </member>
  231. <member name="M:System.Diagnostics.Design.StringDictionaryCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  232. </member>
  233. <member name="M:System.Diagnostics.Design.StringDictionaryCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  234. </member>
  235. <member name="T:System.ComponentModel.Design.CollectionEditor">
  236. <summary>
  237. <para> Provides a user interface that can edit most types of collections at design time.</para>
  238. </summary>
  239. </member>
  240. <member name="M:System.ComponentModel.Design.CollectionEditor.#ctor(System.Type)">
  241. <summary>
  242. <para> Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CollectionEditor" /> class using the
  243. specified collection type.
  244. </para>
  245. </summary>
  246. <param name="type">The type of the collection for this editor to edit. </param>
  247. </member>
  248. <member name="M:System.ComponentModel.Design.CollectionEditor.CanRemoveInstance(System.Object)">
  249. <summary>
  250. <para> Indicates whether original members of the collection can be removed.</para>
  251. </summary>
  252. <param name="value">The value to remove.</param>
  253. <returns>
  254. <para>
  255. <see langword="true" /> if it is permissible to remove this value from the collection; otherwise, <see langword="false" /> . The default
  256. implementation always returns <see langword="true" />.</para>
  257. </returns>
  258. </member>
  259. <member name="M:System.ComponentModel.Design.CollectionEditor.CanSelectMultipleInstances">
  260. <summary>
  261. <para> Indicates whether multiple collection items can be selected at
  262. once.</para>
  263. </summary>
  264. <returns>
  265. <para>
  266. <see langword="true" /> if it
  267. multiple collection members can be selected at the same
  268. time; otherwise, <see langword="false" />. By default, this
  269. returns <see langword="true" />.</para>
  270. </returns>
  271. </member>
  272. <member name="M:System.ComponentModel.Design.CollectionEditor.CreateCollectionForm">
  273. <summary>
  274. <para>Creates a new
  275. form to display and edit the current collection.</para>
  276. </summary>
  277. <returns>
  278. <para>An instance of <see cref="T:System.ComponentModel.Design.CollectionEditor.CollectionForm" />
  279. to provide as the user interface for
  280. editing the collection.</para>
  281. </returns>
  282. </member>
  283. <member name="M:System.ComponentModel.Design.CollectionEditor.CreateInstance(System.Type)">
  284. <summary>
  285. <para> Creates a new instance of the specified collection item type.
  286. </para>
  287. </summary>
  288. <param name="itemType">The type of item to create. </param>
  289. <returns>
  290. <para>A new instance of the specified object.</para>
  291. </returns>
  292. </member>
  293. <member name="M:System.ComponentModel.Design.CollectionEditor.CreateCollectionItemType">
  294. <summary>
  295. <para> Gets the
  296. data type that this collection contains.
  297. </para>
  298. </summary>
  299. <returns>
  300. <para> The data type of the items
  301. in the collection, or an instance of <see cref="T:System.Object" /> if no <see langword="Item" /> property can be located on the collection.
  302. </para>
  303. </returns>
  304. </member>
  305. <member name="M:System.ComponentModel.Design.CollectionEditor.CreateNewItemTypes">
  306. <summary>
  307. <para> Gets the data types
  308. that this collection editor can contain.
  309. </para>
  310. </summary>
  311. <returns>
  312. <para> An array of data types that this collection can contain.
  313. </para>
  314. </returns>
  315. </member>
  316. <member name="M:System.ComponentModel.Design.CollectionEditor.DestroyInstance(System.Object)">
  317. <summary>
  318. <para> Destroys the specified instance of the object.
  319. </para>
  320. </summary>
  321. <param name="instance">The object to destroy. </param>
  322. </member>
  323. <member name="M:System.ComponentModel.Design.CollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  324. <summary>
  325. <para>Edits the value of the specified object using the specified service provider and context.</para>
  326. </summary>
  327. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  328. <param name="provider">A service provider object through which editing services can be obtained.</param>
  329. <param name="value">The object to edit the value of.</param>
  330. <returns>
  331. <para>The new value of the object. If the value of the object has not
  332. changed, this should return the same object it was passed.</para>
  333. </returns>
  334. </member>
  335. <member name="M:System.ComponentModel.Design.CollectionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  336. <summary>
  337. <para>Gets the edit style used by the <see cref="M:System.ComponentModel.Design.CollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.</para>
  338. </summary>
  339. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  340. <returns>
  341. <para>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> enumeration
  342. value
  343. indicating the provided editing
  344. style. If the method is not supported in the specified context, this method will
  345. return the <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.None" />
  346. identifier.</para>
  347. </returns>
  348. </member>
  349. <member name="M:System.ComponentModel.Design.CollectionEditor.GetItems(System.Object)">
  350. <summary>
  351. <para>Gets an array of objects containing the specified collection.</para>
  352. </summary>
  353. <param name="editValue">The collection to edit.</param>
  354. <returns>
  355. <para>An array containing the collection objects, or an empty object array if
  356. the specified collection does not inherit from <see cref="T:System.Collections.ICollection" />.</para>
  357. </returns>
  358. </member>
  359. <member name="M:System.ComponentModel.Design.CollectionEditor.GetService(System.Type)">
  360. <summary>
  361. <para> Gets the requested service, if it is available.
  362. </para>
  363. </summary>
  364. <param name="serviceType">The type of service to retrieve. </param>
  365. <returns>
  366. <para> An instance of the service, or <see langword="null" /> if the service cannot be
  367. found.
  368. </para>
  369. </returns>
  370. </member>
  371. <member name="M:System.ComponentModel.Design.CollectionEditor.SetItems(System.Object,System.Object[])">
  372. <summary>
  373. <para> Sets the specified array as the items of the collection.</para>
  374. </summary>
  375. <param name="editValue">The collection to edit.</param>
  376. <param name=" value">An array of objects to set as the collection items.</param>
  377. <returns>
  378. <para>The newly created collection object or, otherwise, the
  379. collection indicated by the <paramref name="editValue" /> parameter.</para>
  380. </returns>
  381. </member>
  382. <member name="M:System.ComponentModel.Design.CollectionEditor.ShowHelp">
  383. <summary>
  384. <para>Displays the default Help topic for the collection editor.</para>
  385. </summary>
  386. </member>
  387. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionItemType">
  388. <summary>
  389. <para> Gets the data type of each item in the collection.</para>
  390. </summary>
  391. </member>
  392. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionType">
  393. <summary>
  394. <para> Gets the data type of the collection object.</para>
  395. </summary>
  396. </member>
  397. <member name="P:System.ComponentModel.Design.CollectionEditor.Context">
  398. <summary>
  399. <para> Gets a type descriptor that indicates the current context.
  400. </para>
  401. </summary>
  402. </member>
  403. <member name="P:System.ComponentModel.Design.CollectionEditor.NewItemTypes">
  404. <summary>
  405. <para> Gets
  406. the available types of items that can be created for this collection.</para>
  407. </summary>
  408. </member>
  409. <member name="P:System.ComponentModel.Design.CollectionEditor.HelpTopic">
  410. <summary>
  411. <para>Gets the <see langword="Help" /> keyword to display the
  412. Help topic or topic list for when the editor's dialog <see langword="Help" />
  413. button or <see langword="F1" /> is
  414. pressed.</para>
  415. </summary>
  416. </member>
  417. <member name="T:System.ComponentModel.Design.CollectionEditor.CollectionForm">
  418. <summary>
  419. <para>Provides a modal dialog box for editing the contents of a
  420. collection using a <see cref="T:System.Drawing.Design.UITypeEditor" />.</para>
  421. </summary>
  422. </member>
  423. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.#ctor(System.ComponentModel.Design.CollectionEditor)">
  424. <summary>
  425. <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CollectionEditor.CollectionForm" /> class.</para>
  426. </summary>
  427. <param name="editor">The <see cref="T:System.ComponentModel.Design.CollectionEditor" /> to use for editing the collection.</param>
  428. </member>
  429. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.CanRemoveInstance(System.Object)">
  430. <summary>
  431. <para> Indicates whether you can remove the original members
  432. of the collection.</para>
  433. </summary>
  434. <param name="value">The value to remove.</param>
  435. <returns>
  436. <para>
  437. <see langword="true" /> if it
  438. is permissible to remove this value from the collection;
  439. otherwise, <see langword="false" />. By default, this method returns the value from
  440. <see cref="M:System.ComponentModel.Design.CollectionEditor.CanRemoveInstance(System.Object)" /> of the <see cref="T:System.ComponentModel.Design.CollectionEditor" /> for this form. </para>
  441. </returns>
  442. </member>
  443. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.CanSelectMultipleInstances">
  444. <summary>
  445. <para> Indicates whether multiple collection items can be selected at
  446. once.</para>
  447. </summary>
  448. <returns>
  449. <para>
  450. <see langword="true" /> if it multiple collection members
  451. can be selected at the same time; otherwise, <see langword="false" />. By default, this method returns the value from
  452. <see cref="M:System.ComponentModel.Design.CollectionEditor.CanSelectMultipleInstances" /> of the <see cref="T:System.ComponentModel.Design.CollectionEditor" /> for this form.</para>
  453. </returns>
  454. </member>
  455. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.CreateInstance(System.Type)">
  456. <summary>
  457. <para> Creates a new instance of the specified collection item type.
  458. </para>
  459. </summary>
  460. <param name="itemType">The type of item to create. </param>
  461. <returns>
  462. <para>A new instance of the specified object, or <see langword="null" /> if the user
  463. chose to cancel the creation of this instance.</para>
  464. </returns>
  465. </member>
  466. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.DestroyInstance(System.Object)">
  467. <summary>
  468. <para>
  469. Destroys the specified instance of the object.
  470. </para>
  471. </summary>
  472. <param name="instance">
  473. The object to destroy.
  474. </param>
  475. </member>
  476. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.DisplayError(System.Exception)">
  477. <summary>
  478. <para>Displays the specified exception to the user.</para>
  479. </summary>
  480. <param name="e">The exception to display.</param>
  481. </member>
  482. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.GetService(System.Type)">
  483. <summary>
  484. <para> Gets the requested service, if it is available.
  485. </para>
  486. </summary>
  487. <param name="serviceType">The type of service to retrieve. </param>
  488. <returns>
  489. <para> An instance of the service, or <see langword="null" />
  490. if the service cannot be
  491. found.</para>
  492. </returns>
  493. </member>
  494. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.ShowEditorDialog(System.Windows.Forms.Design.IWindowsFormsEditorService)">
  495. <summary>
  496. <para>Shows the dialog box for the collection editor using the
  497. specified <see cref="T:System.Windows.Forms.Design.IWindowsFormsEditorService" /> object.</para>
  498. </summary>
  499. <param name="edSvc">An <see cref="T:System.Windows.Forms.Design.IWindowsFormsEditorService" /> that can be used to show the dialog box.</param>
  500. <returns>
  501. <para>A <see cref="T:System.Windows.Forms.DialogResult" /> that indicates the result code
  502. returned from the dialog box.</para>
  503. </returns>
  504. </member>
  505. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionForm.OnEditValueChanged">
  506. <summary>
  507. <para>Provides an opportunity to perform processing when a collection value has
  508. changed.</para>
  509. </summary>
  510. </member>
  511. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionItemType">
  512. <summary>
  513. <para> Gets the data type of each item in the collection.
  514. </para>
  515. </summary>
  516. </member>
  517. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionType">
  518. <summary>
  519. <para> Gets the data type of the collection object.</para>
  520. </summary>
  521. </member>
  522. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionForm.Context">
  523. <summary>
  524. <para> Gets a type descriptor that indicates the current context.
  525. </para>
  526. </summary>
  527. </member>
  528. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionForm.EditValue">
  529. <summary>
  530. <para> Gets or sets the collection object to edit.</para>
  531. </summary>
  532. </member>
  533. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionForm.Items">
  534. <summary>
  535. <para> Gets or sets
  536. the array of items for this form to display.
  537. </para>
  538. </summary>
  539. </member>
  540. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionForm.NewItemTypes">
  541. <summary>
  542. <para>Gets the available item types that can be created for this collection.</para>
  543. </summary>
  544. </member>
  545. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.OnEditValueChanged">
  546. <summary>
  547. This is called when the value property in the CollectionForm has changed.
  548. In it you should update your user interface to reflect the current value.
  549. </summary>
  550. </member>
  551. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.ShowEditorDialog(System.Windows.Forms.Design.IWindowsFormsEditorService)">
  552. </member>
  553. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.CanResetValue(System.Object)">
  554. <summary>
  555. <para>
  556. When overridden in a derived class, indicates whether
  557. resetting the <paramref name="component " />will change the value of the
  558. <paramref name="component" />.
  559. </para>
  560. </summary>
  561. <param name="component">
  562. <para> The component to test for reset capability.</para>
  563. </param>
  564. <returns>
  565. <para>
  566. <see langword="true " />if resetting
  567. the <paramref name="component " />will change the value of the <paramref name="component" />;
  568. otherwise, <see langword="false" />.
  569. </para>
  570. </returns>
  571. </member>
  572. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.GetValue(System.Object)">
  573. <summary>
  574. <para>
  575. When overridden in a derived class, gets the current
  576. value
  577. of the
  578. property on a component.
  579. </para>
  580. </summary>
  581. <param name="component">
  582. The component with the property whose value will be retrieved.
  583. </param>
  584. <returns>
  585. <para>
  586. The value of a property for a specified component.
  587. </para>
  588. </returns>
  589. </member>
  590. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.ResetValue(System.Object)">
  591. <summary>
  592. <para>
  593. When overridden in a derived class, resets the
  594. value
  595. for this property
  596. of the component.
  597. </para>
  598. </summary>
  599. <param name="component">
  600. <para>The component with the property whose value will be reset. </para>
  601. </param>
  602. </member>
  603. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.SetValue(System.Object,System.Object)">
  604. <summary>
  605. <para>
  606. When overridden in a derived class, sets the value of
  607. the component to a different value.
  608. </para>
  609. </summary>
  610. <param name="component">
  611. <para> The component with the property whose value will be set.</para>
  612. </param>
  613. <param name="value">
  614. The new value.
  615. </param>
  616. </member>
  617. <member name="M:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.ShouldSerializeValue(System.Object)">
  618. <summary>
  619. <para>
  620. When overridden in a derived class, indicates whether the
  621. value of
  622. this property needs to be persisted.
  623. </para>
  624. </summary>
  625. <param name="component">
  626. <para>The component with the property will be examined for persistance. </para>
  627. </param>
  628. <returns>
  629. <para>
  630. <see langword="true " />when the property should be persisted;
  631. otherwise, <see langword="false" />.
  632. </para>
  633. </returns>
  634. </member>
  635. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.ComponentType">
  636. <summary>
  637. <para>
  638. When overridden in a derived class, gets the type of the
  639. component this property
  640. is bound to.
  641. </para>
  642. </summary>
  643. </member>
  644. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.IsReadOnly">
  645. <summary>
  646. <para>
  647. When overridden in
  648. a derived class, gets a value
  649. indicating whether this property is read-only.
  650. </para>
  651. </summary>
  652. </member>
  653. <member name="P:System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.SelectionWrapper.PropertyType">
  654. <summary>
  655. <para>
  656. When overridden in a derived class,
  657. gets the type of the property.
  658. </para>
  659. </summary>
  660. </member>
  661. <member name="P:System.ComponentModel.Design.CollectionEditor.PropertyGridSite.Component">
  662. </member>
  663. <member name="P:System.ComponentModel.Design.CollectionEditor.PropertyGridSite.Container">
  664. </member>
  665. <member name="P:System.ComponentModel.Design.CollectionEditor.PropertyGridSite.DesignMode">
  666. </member>
  667. <member name="P:System.ComponentModel.Design.CollectionEditor.PropertyGridSite.Name">
  668. </member>
  669. <member name="M:System.Diagnostics.Design.VerbConverter.#ctor">
  670. </member>
  671. <member name="T:System.ComponentModel.Design.ArrayEditor">
  672. <summary>
  673. <para> Provides a user interface for editing arrays at design time.</para>
  674. </summary>
  675. </member>
  676. <member name="M:System.ComponentModel.Design.ArrayEditor.#ctor(System.Type)">
  677. <summary>
  678. <para>Initializes a new instance of <see cref="T:System.ComponentModel.Design.ArrayEditor" /> using the specified
  679. data type for the array.</para>
  680. </summary>
  681. <param name="type"> The data type of the items in the array.</param>
  682. </member>
  683. <member name="M:System.ComponentModel.Design.ArrayEditor.CreateCollectionItemType">
  684. <summary>
  685. <para>Gets the data type
  686. that
  687. this collection is designed to contain.</para>
  688. </summary>
  689. <returns>
  690. <para>A <see cref="T:System.Type" /> that indicates the data type that the collection is designed to contain.</para>
  691. </returns>
  692. </member>
  693. <member name="M:System.ComponentModel.Design.ArrayEditor.GetItems(System.Object)">
  694. <summary>
  695. <para>Gets the items in the array.</para>
  696. </summary>
  697. <param name="editValue">The array from which to retrieve the items.</param>
  698. <returns>
  699. <para>An array consisting of the items within the specified array. If the object specified
  700. in the <paramref name="editValue" /> parameter is not an array, a new empty object is
  701. returned.</para>
  702. </returns>
  703. </member>
  704. <member name="M:System.ComponentModel.Design.ArrayEditor.SetItems(System.Object,System.Object[])">
  705. <summary>
  706. <para>Sets the items in the array.</para>
  707. </summary>
  708. <param name="editValue">The array to set the items to.</param>
  709. <param name=" value">The array of objects to set as the items of the array.</param>
  710. <returns>
  711. <para> An instance of the new array. If the object specified by
  712. the <paramref name="editValue" /> parameter is not an array, the object specified by the
  713. <paramref name="editValue" /> parameter is returned.</para>
  714. </returns>
  715. </member>
  716. <member name="M:System.ComponentModel.Design.BinaryEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  717. <summary>
  718. <para>Edits the value of the specified object using the specified service provider and context.</para>
  719. </summary>
  720. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </param>
  721. <param name="provider">A service provider object through which editing services may be obtained. </param>
  722. <param name="value">The object to edit the value of. </param>
  723. <returns>
  724. <para>The new value of the object. If the value of the object hasn't
  725. changed, this should return the same object it was passed.</para>
  726. </returns>
  727. </member>
  728. <member name="M:System.ComponentModel.Design.BinaryEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  729. <summary>
  730. <para>Gets the editor style used by the <see cref="M:System.ComponentModel.Design.BinaryEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.</para>
  731. </summary>
  732. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </param>
  733. <returns>
  734. <para>An enum value indicating the provided editing style.</para>
  735. </returns>
  736. </member>
  737. <member name="T:System.ComponentModel.Design.ByteViewer">
  738. <summary>
  739. <para>Displays byte arrays in
  740. hexadecimal, ANSI, and Unicode formats.</para>
  741. </summary>
  742. </member>
  743. <member name="M:System.ComponentModel.Design.ByteViewer.#ctor">
  744. <summary>
  745. <para>
  746. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ByteViewer" /> class.
  747. </para>
  748. </summary>
  749. </member>
  750. <member name="M:System.ComponentModel.Design.ByteViewer.GetBytes">
  751. <summary>
  752. <para>Gets the bytes in the buffer.</para>
  753. </summary>
  754. <returns>
  755. <para>The unsigned byte array reference.</para>
  756. </returns>
  757. </member>
  758. <member name="M:System.ComponentModel.Design.ByteViewer.GetDisplayMode">
  759. <summary>
  760. <para> Gets the display mode for the control.
  761. </para>
  762. </summary>
  763. <returns>
  764. <para> The display mode that this control
  765. uses. The returned value is defined in <see cref="T:System.ComponentModel.Design.DisplayMode" />.
  766. </para>
  767. </returns>
  768. </member>
  769. <member name="M:System.ComponentModel.Design.ByteViewer.SaveToFile(System.String)">
  770. <summary>
  771. <para> Writes the raw data from the data buffer to a file.
  772. </para>
  773. </summary>
  774. <param name="path">The file path to save to. </param>
  775. </member>
  776. <member name="M:System.ComponentModel.Design.ByteViewer.SetBytes(System.Byte[])">
  777. <summary>
  778. <para> Sets the byte array to display in the viewer.
  779. </para>
  780. </summary>
  781. <param name="bytes">The byte array to display. </param>
  782. </member>
  783. <member name="M:System.ComponentModel.Design.ByteViewer.SetDisplayMode(System.ComponentModel.Design.DisplayMode)">
  784. <summary>
  785. <para> Sets the current display mode.
  786. </para>
  787. </summary>
  788. <param name="mode">The display mode to set. </param>
  789. </member>
  790. <member name="M:System.ComponentModel.Design.ByteViewer.SetFile(System.String)">
  791. <summary>
  792. <para> Sets the file to display in the viewer.
  793. </para>
  794. </summary>
  795. <param name="path">The file path to load from. </param>
  796. </member>
  797. <member name="M:System.ComponentModel.Design.ByteViewer.SetStartLine(System.Int32)">
  798. <summary>
  799. <para> Sets the current line for the <see cref="F:System.ComponentModel.Design.DisplayMode.Hexdump" /> view.
  800. </para>
  801. </summary>
  802. <param name="line">The current line to display from. </param>
  803. </member>
  804. <member name="T:System.ComponentModel.Design.ComponentDesigner">
  805. <summary>
  806. <para> Provides a basic designer for components.</para>
  807. </summary>
  808. </member>
  809. <member name="M:System.ComponentModel.Design.ComponentDesigner.InvokeGetInheritanceAttribute(System.ComponentModel.Design.ComponentDesigner)">
  810. <summary>
  811. <para>Gets the <see cref="T:System.ComponentModel.InheritanceAttribute" /> of the specified
  812. <see cref="T:System.ComponentModel.Design.ComponentDesigner" />.</para>
  813. </summary>
  814. <param name="toInvoke">The <see cref="T:System.ComponentModel.Design.ComponentDesigner" /> whose inheritance attribute to retrieve.</param>
  815. <returns>
  816. <para>The <see cref="T:System.ComponentModel.InheritanceAttribute" /> of the specified designer.</para>
  817. </returns>
  818. </member>
  819. <member name="M:System.ComponentModel.Design.ComponentDesigner.Dispose">
  820. <summary>
  821. <para> Releases all resources used by the
  822. <see cref="T:System.ComponentModel.Design.ComponentDesigner" /> .</para>
  823. </summary>
  824. </member>
  825. <member name="M:System.ComponentModel.Design.ComponentDesigner.Dispose(System.Boolean)">
  826. <summary>
  827. <para>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Design.ComponentDesigner" /> and optionally releases the managed
  828. resources.</para>
  829. </summary>
  830. <param name="disposing">
  831. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  832. </member>
  833. <member name="M:System.ComponentModel.Design.ComponentDesigner.DoDefaultAction">
  834. <summary>
  835. <para>Creates a method signature in the source code file for the default event on the component and navigates
  836. the user's cursor to that location in preparation for assigning
  837. the default action.</para>
  838. </summary>
  839. </member>
  840. <member name="M:System.ComponentModel.Design.ComponentDesigner.Initialize(System.ComponentModel.IComponent)">
  841. <summary>
  842. <para> Prepares the designer to view, edit,
  843. and design the specified component.</para>
  844. </summary>
  845. <param name="component">The component for this designer. </param>
  846. </member>
  847. <member name="M:System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault">
  848. <summary>
  849. <para>Initializes the settings for an imported component that is already initialized to settings other than the
  850. defaults.</para>
  851. </summary>
  852. </member>
  853. <member name="M:System.ComponentModel.Design.ComponentDesigner.GetService(System.Type)">
  854. <summary>
  855. <para>Provides
  856. a way for a designer to get services from the hosting
  857. environment.</para>
  858. </summary>
  859. <param name="serviceType">The type of service to request.</param>
  860. <returns>
  861. <para>An object implementing the requested service, or
  862. <see langword="null" />
  863. if the service
  864. cannot be resolved.</para>
  865. </returns>
  866. </member>
  867. <member name="M:System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults">
  868. <summary>
  869. <para> Sets the default properties for the component.
  870. </para>
  871. </summary>
  872. </member>
  873. <member name="M:System.ComponentModel.Design.ComponentDesigner.PostFilterAttributes(System.Collections.IDictionary)">
  874. <summary>
  875. <para> Allows a designer to change or remove items from the set
  876. of attributes that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.
  877. </para>
  878. </summary>
  879. <param name="attributes">The attributes for the class of the component. </param>
  880. </member>
  881. <member name="M:System.ComponentModel.Design.ComponentDesigner.PostFilterEvents(System.Collections.IDictionary)">
  882. <summary>
  883. <para> Allows a designer to change or remove items from the set
  884. of events that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.
  885. </para>
  886. </summary>
  887. <param name="events">The events for the class of the component.</param>
  888. </member>
  889. <member name="M:System.ComponentModel.Design.ComponentDesigner.PostFilterProperties(System.Collections.IDictionary)">
  890. <summary>
  891. <para> Allows a designer to change or remove items from the set
  892. of properties that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.
  893. </para>
  894. </summary>
  895. <param name="properties">The properties for the class of the component. </param>
  896. </member>
  897. <member name="M:System.ComponentModel.Design.ComponentDesigner.PreFilterAttributes(System.Collections.IDictionary)">
  898. <summary>
  899. <para> Allows a designer to add to the set
  900. of
  901. attributes that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</para>
  902. </summary>
  903. <param name="attributes">The attributes for the class of the component. </param>
  904. </member>
  905. <member name="M:System.ComponentModel.Design.ComponentDesigner.PreFilterEvents(System.Collections.IDictionary)">
  906. <summary>
  907. <para> Allows a designer to add to the
  908. set of events that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />
  909. .
  910. </para>
  911. </summary>
  912. <param name="events">The events for the class of the component. </param>
  913. </member>
  914. <member name="M:System.ComponentModel.Design.ComponentDesigner.PreFilterProperties(System.Collections.IDictionary)">
  915. <summary>
  916. <para> Allows a designer
  917. to add to the set of properties that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />
  918. .
  919. </para>
  920. </summary>
  921. <param name="properties">The properties for the class of the component. </param>
  922. </member>
  923. <member name="M:System.ComponentModel.Design.ComponentDesigner.RaiseComponentChanged(System.ComponentModel.MemberDescriptor,System.Object,System.Object)">
  924. <summary>
  925. <para> Notifies the <see cref="T:System.ComponentModel.Design.IComponentChangeService" /> that
  926. this component has been changed.
  927. </para>
  928. </summary>
  929. <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that indicates the member that has been changed.</param>
  930. <param name=" oldValue">The old value of the member.</param>
  931. <param name=" newValue">The new value of the member.</param>
  932. </member>
  933. <member name="M:System.ComponentModel.Design.ComponentDesigner.RaiseComponentChanging(System.ComponentModel.MemberDescriptor)">
  934. <summary>
  935. <para> Notifies the <see cref="T:System.ComponentModel.Design.IComponentChangeService" /> that
  936. this component is about to be changed.
  937. </para>
  938. </summary>
  939. <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that indicates the member that is about to be changed.</param>
  940. </member>
  941. <member name="P:System.ComponentModel.Design.ComponentDesigner.AssociatedComponents">
  942. <summary>
  943. <para> Gets the collection of components associated with this designer.</para>
  944. </summary>
  945. </member>
  946. <member name="P:System.ComponentModel.Design.ComponentDesigner.Component">
  947. <summary>
  948. <para> Gets the component this designer is designing.
  949. </para>
  950. </summary>
  951. </member>
  952. <member name="P:System.ComponentModel.Design.ComponentDesigner.Inherited">
  953. <summary>
  954. <para> Gets a value indicating whether this component is inherited.</para>
  955. </summary>
  956. </member>
  957. <member name="P:System.ComponentModel.Design.ComponentDesigner.InheritanceAttribute">
  958. <summary>
  959. <para> Gets an attribute that indicates the type of inheritance of the associated component.
  960. </para>
  961. </summary>
  962. </member>
  963. <member name="P:System.ComponentModel.Design.ComponentDesigner.ShadowProperties">
  964. <summary>
  965. <para> Gets a collection of property values that override user settings.</para>
  966. </summary>
  967. </member>
  968. <member name="P:System.ComponentModel.Design.ComponentDesigner.Verbs">
  969. <summary>
  970. <para> Gets the design-time verbs supported by the component that is associated with the designer.
  971. </para>
  972. </summary>
  973. </member>
  974. <member name="T:System.ComponentModel.Design.ComponentDesigner.ShadowPropertyCollection">
  975. <summary>
  976. <para>Represents a collection of shadow properties that should override inherited default or assigned values for
  977. specific properties. This class cannot be inherited.</para>
  978. </summary>
  979. </member>
  980. <member name="M:System.ComponentModel.Design.ComponentDesigner.ShadowPropertyCollection.Contains(System.String)">
  981. <summary>
  982. <para> Indicates whether a property
  983. matching the specified name exists in the collection.</para>
  984. </summary>
  985. <param name="propertyName">The name of the property to check for in the collection.</param>
  986. <returns>
  987. <para>
  988. <see langword="true" /> if the property exists in the collection; otherwise,
  989. <see langword="false" />.</para>
  990. </returns>
  991. </member>
  992. <member name="P:System.ComponentModel.Design.ComponentDesigner.ShadowPropertyCollection.Item(System.String)">
  993. <summary>
  994. <para>Gets or sets the object at the specified index.</para>
  995. </summary>
  996. <param name="propertyName">The name of the property to access in the collection.</param>
  997. </member>
  998. <member name="M:System.ComponentModel.Design.DateTimeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  999. <summary>
  1000. Edits the specified object value using the editor style provided by
  1001. GetEditorStyle. A service provider is provided so that any
  1002. required editing services can be obtained.
  1003. </summary>
  1004. <param name="context">
  1005. A type descriptor context that can be used to provide additional
  1006. context information.
  1007. </param>
  1008. <param name="provider">
  1009. A service provider object through which editing services may
  1010. be obtained.
  1011. </param>
  1012. <param name="value">
  1013. An instance of the value being edited.
  1014. </param>
  1015. <returns>
  1016. The new value of the object. If the value of the object hasn't
  1017. changed, this should return the same object it was passed.
  1018. </returns>
  1019. </member>
  1020. <member name="M:System.ComponentModel.Design.DateTimeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  1021. <summary>
  1022. Retrieves the editing style of the Edit method. If the method
  1023. is not supported, this will return None.
  1024. </summary>
  1025. <param name="context">
  1026. A type descriptor context that can be used to provide additional
  1027. context information.
  1028. </param>
  1029. <returns>
  1030. An enum value indicating the provided editing style.
  1031. </returns>
  1032. </member>
  1033. <member name="M:System.ComponentModel.Design.DateTimeEditor.DateTimeUI.#ctor">
  1034. <summary>
  1035. </summary>
  1036. </member>
  1037. <member name="M:System.ComponentModel.Design.DateTimeEditor.DateTimeUI.End">
  1038. <summary>
  1039. </summary>
  1040. </member>
  1041. <member name="M:System.ComponentModel.Design.DateTimeEditor.DateTimeUI.Start(System.Windows.Forms.Design.IWindowsFormsEditorService,System.Object)">
  1042. <summary>
  1043. </summary>
  1044. </member>
  1045. <member name="P:System.ComponentModel.Design.DateTimeEditor.DateTimeUI.Value">
  1046. <summary>
  1047. </summary>
  1048. </member>
  1049. <member name="T:System.ComponentModel.Design.DisplayMode">
  1050. <summary>
  1051. <para> Defines identifiers that indicate the display modes used
  1052. by <see cref="T:System.ComponentModel.Design.ByteViewer" />.</para>
  1053. </summary>
  1054. </member>
  1055. <member name="F:System.ComponentModel.Design.DisplayMode.Hexdump">
  1056. <summary>
  1057. <para>A hexadecimal
  1058. format display.</para>
  1059. </summary>
  1060. </member>
  1061. <member name="F:System.ComponentModel.Design.DisplayMode.Ansi">
  1062. <summary>
  1063. <para> An ANSI format display.
  1064. </para>
  1065. </summary>
  1066. </member>
  1067. <member name="F:System.ComponentModel.Design.DisplayMode.Unicode">
  1068. <summary>
  1069. <para> A Unicode format display.
  1070. </para>
  1071. </summary>
  1072. </member>
  1073. <member name="F:System.ComponentModel.Design.DisplayMode.Auto">
  1074. <summary>
  1075. <para> A display mode that automatically selects a display mode.
  1076. In this mode, the bytes are examined to determine if they are hexadecimal or
  1077. printable. If the bytes are in hexadecimal format, the <see cref="F:System.ComponentModel.Design.DisplayMode.Hexdump" /> mode is selected. If
  1078. the characters match
  1079. a printable character set, a test is run to automatically select either
  1080. the <see cref="F:System.ComponentModel.Design.DisplayMode.Ansi" /> or <see cref="F:System.ComponentModel.Design.DisplayMode.Unicode" /> display mode.
  1081. </para>
  1082. </summary>
  1083. </member>
  1084. <member name="T:System.ComponentModel.Design.InheritanceService">
  1085. <summary>
  1086. <para> Provides a
  1087. set of methods for identifying inherited components.</para>
  1088. </summary>
  1089. </member>
  1090. <member name="M:System.ComponentModel.Design.InheritanceService.#ctor">
  1091. <summary>
  1092. <para>
  1093. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.InheritanceService" /> class.
  1094. </para>
  1095. </summary>
  1096. </member>
  1097. <member name="M:System.ComponentModel.Design.InheritanceService.Dispose">
  1098. <summary>
  1099. <para>Releases all resources used by the <see cref="T:System.ComponentModel.Design.InheritanceService" />.</para>
  1100. </summary>
  1101. </member>
  1102. <member name="M:System.ComponentModel.Design.InheritanceService.AddInheritedComponents(System.ComponentModel.IComponent,System.ComponentModel.IContainer)">
  1103. <summary>
  1104. <para>Adds the components inherited by the specified component to the <see cref="T:System.ComponentModel.Design.InheritanceService" />.</para>
  1105. </summary>
  1106. <param name="component">The component to search for inherited components to add to the specified container.</param>
  1107. <param name="container">The container to add the inherited components to.</param>
  1108. </member>
  1109. <member name="M:System.ComponentModel.Design.InheritanceService.AddInheritedComponents(System.Type,System.ComponentModel.IComponent,System.ComponentModel.IContainer)">
  1110. <summary>
  1111. <para>Adds the components of the specified type that are
  1112. inherited by the specified component to the <see cref="T:System.ComponentModel.Design.InheritanceService" />.</para>
  1113. </summary>
  1114. <param name="type"> The base type to search for.</param>
  1115. <param name="component">The component to search for inherited components to add to the specified container.</param>
  1116. <param name="container">The container to add the inherited components to.</param>
  1117. </member>
  1118. <member name="M:System.ComponentModel.Design.InheritanceService.IgnoreInheritedMember(System.Reflection.MemberInfo,System.ComponentModel.IComponent)">
  1119. <summary>
  1120. <para>Indicates whether to ignore the specified member.</para>
  1121. </summary>
  1122. <param name="member">The member to check. This member is either a <see cref="T:System.Reflection.FieldInfo" /> or a <see cref="T:System.Reflection.MethodInfo" /> .</param>
  1123. <param name="component">The component instance this member is bound to.</param>
  1124. <returns>
  1125. <para>
  1126. <see langword="true" /> if
  1127. the specified member should be included in the set of inherited components;
  1128. otherwise, <see langword="false" />.</para>
  1129. </returns>
  1130. </member>
  1131. <member name="M:System.ComponentModel.Design.InheritanceService.GetInheritanceAttribute(System.ComponentModel.IComponent)">
  1132. <summary>
  1133. <para>Gets the inheritance attribute
  1134. of the specified component.</para>
  1135. </summary>
  1136. <param name="component">The component to retrieve the inheritance attribute for.</param>
  1137. <returns>
  1138. <para> An <see cref="T:System.ComponentModel.InheritanceAttribute" /> that
  1139. describes the level of
  1140. inheritance that this component comes from.</para>
  1141. </returns>
  1142. </member>
  1143. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.#ctor(System.ComponentModel.PropertyDescriptor,System.Object,System.Attribute[])">
  1144. <summary>
  1145. <para>
  1146. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.InheritedPropertyDescriptor" /> class.
  1147. </para>
  1148. </summary>
  1149. <param name="propertyDescriptor">
  1150. The property descriptor to inherit from.
  1151. </param>
  1152. <param name="component">
  1153. The compnent to create this inherited property descriptor for.
  1154. </param>
  1155. <param name="attrs">
  1156. An array of new member attributes to merge into this property's attribute set.
  1157. </param>
  1158. </member>
  1159. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.#ctor(System.ComponentModel.PropertyDescriptor,System.Object)">
  1160. <summary>
  1161. <para>
  1162. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.InheritedPropertyDescriptor" /> class.
  1163. </para>
  1164. </summary>
  1165. <param name="propertyDescriptor">
  1166. The property descriptor to inherit from.
  1167. </param>
  1168. <param name="component">
  1169. The compnent to create this inherited property descriptor for.
  1170. </param>
  1171. </member>
  1172. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.#ctor(System.ComponentModel.PropertyDescriptor,System.Object,System.Attribute)">
  1173. <summary>
  1174. <para>
  1175. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.InheritedPropertyDescriptor" /> class.
  1176. </para>
  1177. </summary>
  1178. <param name="propertyDescriptor">
  1179. The property descriptor to inherit from.
  1180. </param>
  1181. <param name="component">
  1182. The compnent to create this inherited property descriptor for.
  1183. </param>
  1184. <param name="a1">
  1185. An additional attribute to merge into the property's attribute set.
  1186. </param>
  1187. </member>
  1188. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.#ctor(System.ComponentModel.PropertyDescriptor,System.Object,System.Attribute,System.Attribute)">
  1189. <summary>
  1190. <para>
  1191. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.InheritedPropertyDescriptor" /> class.
  1192. </para>
  1193. </summary>
  1194. <param name="propertyDescriptor">
  1195. The property descriptor to inherit from.
  1196. </param>
  1197. <param name="component">
  1198. The compnent to create this inherited property descriptor for.
  1199. </param>
  1200. <param name="a1">
  1201. An additional attribute to merge into the property's attribute set.
  1202. </param>
  1203. <param name="a2">
  1204. An additional attribute to merge into the property's attribute set.
  1205. </param>
  1206. </member>
  1207. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.#ctor(System.ComponentModel.PropertyDescriptor,System.Object,System.Attribute,System.Attribute,System.Attribute)">
  1208. <summary>
  1209. <para>
  1210. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.InheritedPropertyDescriptor" /> class.
  1211. </para>
  1212. </summary>
  1213. <param name="propertyDescriptor">
  1214. The property descriptor to inherit from.
  1215. </param>
  1216. <param name="component">
  1217. The compnent to create this inherited property descriptor for.
  1218. </param>
  1219. <param name="a1">
  1220. An additional attribute to merge into the property's attribute set.
  1221. </param>
  1222. <param name="a2">
  1223. An additional attribute to merge into the property's attribute set.
  1224. </param>
  1225. <param name="a3">
  1226. An additional attribute to merge into the property's attribute set.
  1227. </param>
  1228. </member>
  1229. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.#ctor(System.ComponentModel.PropertyDescriptor,System.Object,System.Attribute,System.Attribute,System.Attribute,System.Attribute)">
  1230. <summary>
  1231. <para>
  1232. Initializes a new instance of the <see cref="T:System.ComponentModel.Design.InheritedPropertyDescriptor" /> class.
  1233. </para>
  1234. </summary>
  1235. <param name="propertyDescriptor">
  1236. The property descriptor to inherit from.
  1237. </param>
  1238. <param name="component">
  1239. The compnent to create this inherited property descriptor for.
  1240. </param>
  1241. <param name="a1">
  1242. An additional attribute to merge into the property's attribute set.
  1243. </param>
  1244. <param name="a2">
  1245. An additional attribute to merge into the property's attribute set.
  1246. </param>
  1247. <param name="a3">
  1248. An additional attribute to merge into the property's attribute set.
  1249. </param>
  1250. <param name="a4">
  1251. An additional attribute to merge into the property's attribute set.
  1252. </param>
  1253. </member>
  1254. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.CanResetValue(System.Object)">
  1255. <summary>
  1256. <para>Indicates whether reset will change
  1257. the value of the component.</para>
  1258. </summary>
  1259. <param name="component">The component that owns the property that will be tested for resetability.</param>
  1260. <returns>
  1261. <para>
  1262. <see langword="true" /> if the value would be changed by a reset, the value of
  1263. shouldPersist if this method exists; otherwise, <see langword="false" />.</para>
  1264. </returns>
  1265. </member>
  1266. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.GetValue(System.Object)">
  1267. <summary>
  1268. <para> Gets the current value of the property on the component,
  1269. invoking the getXXX method.</para>
  1270. </summary>
  1271. <param name="component">The component that owns the property to retrieve the value for.</param>
  1272. <returns>
  1273. <para>The value of the property of the specified component.</para>
  1274. </returns>
  1275. </member>
  1276. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.ResetValue(System.Object)">
  1277. <summary>
  1278. <para>Resets the default value for this property
  1279. on the component.</para>
  1280. </summary>
  1281. <param name="component">The component that owns the property which will have its value reset.</param>
  1282. </member>
  1283. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.SetValue(System.Object,System.Object)">
  1284. <summary>
  1285. <para>
  1286. Sets the value to be the new value of this property
  1287. on the component by invoking the setXXX method on the component.
  1288. </para>
  1289. </summary>
  1290. <param name="component">
  1291. The component to set the property's value on.
  1292. </param>
  1293. <param name="value">
  1294. The new value for the property on the component.
  1295. </param>
  1296. </member>
  1297. <member name="M:System.ComponentModel.Design.InheritedPropertyDescriptor.ShouldSerializeValue(System.Object)">
  1298. <summary>
  1299. <para>Indicates whether the value of this property needs to be persisted.</para>
  1300. </summary>
  1301. <param name="component">The component that owns the property to be examined to determine the need for its persistance.</param>
  1302. <returns>
  1303. <para>
  1304. <see langword="true" /> if the property should be
  1305. persisted; otherwise, <see langword="false" />.</para>
  1306. </returns>
  1307. </member>
  1308. <member name="P:System.ComponentModel.Design.InheritedPropertyDescriptor.ComponentType">
  1309. <summary>
  1310. <para>
  1311. Gets or sets the type of the component this property descriptor is bound to.
  1312. </para>
  1313. </summary>
  1314. </member>
  1315. <member name="P:System.ComponentModel.Design.InheritedPropertyDescriptor.DefaultValue">
  1316. <summary>
  1317. <para>
  1318. Gets or sets the default value for this property.
  1319. </para>
  1320. </summary>
  1321. </member>
  1322. <member name="P:System.ComponentModel.Design.InheritedPropertyDescriptor.IsReadOnly">
  1323. <summary>
  1324. <para>
  1325. Gets or sets a value indicating whether this property is read only.
  1326. </para>
  1327. </summary>
  1328. </member>
  1329. <member name="P:System.ComponentModel.Design.InheritedPropertyDescriptor.PropertyType">
  1330. <summary>
  1331. <para>
  1332. Gets or sets the type of the property.
  1333. </para>
  1334. </summary>
  1335. </member>
  1336. <member name="T:System.ComponentModel.Design.LocalizationExtenderProvider">
  1337. <summary>
  1338. <para> Provides design-time localization support for code generators to enable programs
  1339. to provide run-time localization features.</para>
  1340. </summary>
  1341. </member>
  1342. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.#ctor(System.ComponentModel.ISite,System.ComponentModel.IComponent)">
  1343. <summary>
  1344. <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.LocalizationExtenderProvider" /> class using the
  1345. specified service provider and base component.</para>
  1346. </summary>
  1347. <param name="serviceProvider">A service provider for the specified component.</param>
  1348. <param name=" baseComponent">The base component to localize.</param>
  1349. </member>
  1350. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.GetLanguage(System.Object)">
  1351. <summary>
  1352. <para> Gets the current language resource for the specified object.</para>
  1353. </summary>
  1354. <param name="o">The object to get the current language resource for.</param>
  1355. <returns>
  1356. <para>A <see cref="T:System.Globalization.CultureInfo" /> indicating the language support.</para>
  1357. </returns>
  1358. </member>
  1359. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.GetLoadLanguage(System.Object)">
  1360. <summary>
  1361. <para>Gets the language resource that should be used during loading.</para>
  1362. </summary>
  1363. <param name="o">The object to get the load language for.</param>
  1364. <returns>
  1365. <para>A <see cref="T:System.Globalization.CultureInfo" /> indicating the language support.</para>
  1366. </returns>
  1367. </member>
  1368. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.GetLocalizable(System.Object)">
  1369. <summary>
  1370. <para> Gets a value indicating whether the specified object supports resource
  1371. localization.</para>
  1372. </summary>
  1373. <param name="o"> The object to check for localization support.</param>
  1374. <returns>
  1375. <para>
  1376. <see langword="true" /> if the specified object supports resource
  1377. localization; otherwise, <see langword="false" />.</para>
  1378. </returns>
  1379. </member>
  1380. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.SetLanguage(System.Object,System.Globalization.CultureInfo)">
  1381. <summary>
  1382. <para> Sets the current language resource for the
  1383. specified object to the specified
  1384. language resource.</para>
  1385. </summary>
  1386. <param name="o">The base component to set the language resource for. </param>
  1387. <param name=" language">A <see cref="T:System.Globalization.CultureInfo" /> that indicates the language resource to use.</param>
  1388. </member>
  1389. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.SetLocalizable(System.Object,System.Boolean)">
  1390. <summary>
  1391. <para> Sets a value indicating whether the specified object has
  1392. localization support.</para>
  1393. </summary>
  1394. <param name=" o"> The base component to set as localizable or not localizable. </param>
  1395. <param name="localizable">
  1396. <see langword="true" /> if the object supports resource localization; otherwise, <see langword="false" />. </param>
  1397. </member>
  1398. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.ShouldSerializeLanguage(System.Object)">
  1399. <summary>
  1400. <para> Gets a value indicating whether the specified object must have its design-time localization support persisted in a language resource. </para>
  1401. </summary>
  1402. <param name="o">The object to get the language support persistence flag for.</param>
  1403. <returns>
  1404. <para>
  1405. <see langword="true" /> if the language support should be persisted; otherwise,
  1406. <see langword="false" />.</para>
  1407. </returns>
  1408. </member>
  1409. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.ResetLanguage(System.Object)">
  1410. <summary>
  1411. <para> Resets the language for the specified
  1412. object.</para>
  1413. </summary>
  1414. <param name="o">The object to reset the language for.</param>
  1415. </member>
  1416. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.Dispose">
  1417. <summary>
  1418. <para>Disposes of the resources (other than memory) used by the <see cref="T:System.ComponentModel.Design.LocalizationExtenderProvider" />.</para>
  1419. </summary>
  1420. </member>
  1421. <member name="M:System.ComponentModel.Design.LocalizationExtenderProvider.CanExtend(System.Object)">
  1422. <summary>
  1423. <para>Indicates whether this object can provide its extender properties to the
  1424. specified object.</para>
  1425. </summary>
  1426. <param name="o">The object to receive the extender properties.</param>
  1427. <returns>
  1428. <para>
  1429. <see langword="true" /> if this object can provide extender properties to the
  1430. specified object; otherwise, <see langword="false" />.</para>
  1431. </returns>
  1432. </member>
  1433. <member name="F:System.ComponentModel.Design.ObjectSelectorEditor.SubObjectSelector">
  1434. <summary>
  1435. <para>[To be supplied.]</para>
  1436. </summary>
  1437. </member>
  1438. <member name="F:System.ComponentModel.Design.ObjectSelectorEditor.prevValue">
  1439. <summary>
  1440. <para>[To be supplied.]</para>
  1441. </summary>
  1442. </member>
  1443. <member name="F:System.ComponentModel.Design.ObjectSelectorEditor.currValue">
  1444. <summary>
  1445. <para>[To be supplied.]</para>
  1446. </summary>
  1447. </member>
  1448. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.#ctor">
  1449. <summary>
  1450. <para>[To be supplied.]</para>
  1451. </summary>
  1452. </member>
  1453. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.#ctor(System.Boolean)">
  1454. <summary>
  1455. <para>[To be supplied.]</para>
  1456. </summary>
  1457. </member>
  1458. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  1459. <summary>
  1460. </summary>
  1461. </member>
  1462. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  1463. <summary>
  1464. </summary>
  1465. </member>
  1466. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.EqualsToValue(System.Object)">
  1467. <summary>
  1468. <para>[To be supplied.]</para>
  1469. </summary>
  1470. </member>
  1471. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.FillTreeWithData(System.ComponentModel.Design.ObjectSelectorEditor.Selector,System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider)">
  1472. <summary>
  1473. <para>[To be supplied.]</para>
  1474. </summary>
  1475. </member>
  1476. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.SetValue(System.Object)">
  1477. <summary>
  1478. <para>[To be supplied.]</para>
  1479. </summary>
  1480. </member>
  1481. <member name="F:System.ComponentModel.Design.ObjectSelectorEditor.Selector.clickSeen">
  1482. <summary>
  1483. <para>[To be supplied.]</para>
  1484. </summary>
  1485. </member>
  1486. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.#ctor(System.ComponentModel.Design.ObjectSelectorEditor)">
  1487. <summary>
  1488. <para>[To be supplied.]</para>
  1489. </summary>
  1490. </member>
  1491. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.AddNode(System.String,System.Object,System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode)">
  1492. <summary>
  1493. <para>[To be supplied.]</para>
  1494. </summary>
  1495. </member>
  1496. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.Clear">
  1497. <summary>
  1498. <para>[To be supplied.]</para>
  1499. </summary>
  1500. </member>
  1501. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnAfterSelect(System.Object,System.Windows.Forms.TreeViewEventArgs)">
  1502. <summary>
  1503. <para>[To be supplied.]</para>
  1504. </summary>
  1505. </member>
  1506. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
  1507. <summary>
  1508. <para>[To be supplied.]</para>
  1509. </summary>
  1510. </member>
  1511. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
  1512. <summary>
  1513. <para>[To be supplied.]</para>
  1514. </summary>
  1515. </member>
  1516. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.SetSelection(System.Object,System.Windows.Forms.TreeNodeCollection)">
  1517. <summary>
  1518. <para>[To be supplied.]</para>
  1519. </summary>
  1520. </member>
  1521. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.Start(System.Windows.Forms.Design.IWindowsFormsEditorService,System.Object)">
  1522. <summary>
  1523. <para>[To be supplied.]</para>
  1524. </summary>
  1525. </member>
  1526. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.Stop">
  1527. <summary>
  1528. <para>[To be supplied.]</para>
  1529. </summary>
  1530. </member>
  1531. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.Selector.WndProc(System.Windows.Forms.Message@)">
  1532. <summary>
  1533. <para>[To be supplied.]</para>
  1534. </summary>
  1535. </member>
  1536. <member name="F:System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode.value">
  1537. <summary>
  1538. <para>[To be supplied.]</para>
  1539. </summary>
  1540. </member>
  1541. <member name="M:System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode.#ctor(System.String,System.Object)">
  1542. <summary>
  1543. <para>[To be supplied.]</para>
  1544. </summary>
  1545. </member>
  1546. <member name="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException">
  1547. <summary>
  1548. <para>The exception that is thrown when line number information
  1549. is available for a serialization error.</para>
  1550. </summary>
  1551. </member>
  1552. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializerException.#ctor(System.String,System.CodeDom.CodeLinePragma)">
  1553. <summary>
  1554. <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class
  1555. using the specified message and line information.</para>
  1556. </summary>
  1557. <param name="message">
  1558. <para>A message describing the exception.</para>
  1559. </param>
  1560. <param name="linePragma">
  1561. <para>A <see cref="T:System.CodeDom.CodeLinePragma" /> that indicates where the exception occurred.</para>
  1562. </param>
  1563. </member>
  1564. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializerException.#ctor(System.Exception,System.CodeDom.CodeLinePragma)">
  1565. <summary>
  1566. <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class using
  1567. the specified exception and line information.</para>
  1568. </summary>
  1569. <param name="ex">
  1570. <para> The exception to throw.</para>
  1571. </param>
  1572. <param name="linePragma">
  1573. <para>A <see cref="T:System.CodeDom.CodeLinePragma" /> that indicates where the exception occurred.</para>
  1574. </param>
  1575. </member>
  1576. <member name="M:System.ComponentModel.Design.Serialization.CodeDomSerializerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1577. <summary>
  1578. <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class using
  1579. the specified
  1580. serialization data and context.</para>
  1581. </summary>
  1582. <param name="info">Stores the data that was being used to serialize or deserialize the object that the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializer" /> was serializing or deserializing.</param>
  1583. <param name=" context">Describes the source and destination of the stream that generated the exception, as well as a means for serialization to retain that context and an additional caller-defined context.</param>
  1584. </member>
  1585. <member name="P:System.ComponentModel.Design.Serialization.CodeDomSerializerException.LinePragma">
  1586. <summary>
  1587. <para>Gets or sets the line information for the error
  1588. associated with this exception.</para>
  1589. </summary>
  1590. </member>
  1591. <member name="M:System.ComponentModel.Design.Serialization.CollectionCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1592. <summary>
  1593. Deserilizes the given CodeDom object into a real object. This
  1594. will use the serialization manager to create objects and resolve
  1595. data types. The root of the object graph is returned.
  1596. </summary>
  1597. <param name="manager">
  1598. A serialization manager interface that is used during the deserialization
  1599. process.
  1600. </param>
  1601. <param name="codeObject">
  1602. A CodeDom object to deserialize.
  1603. </param>
  1604. <returns>
  1605. An object representing the deserialized CodeDom object.
  1606. </returns>
  1607. </member>
  1608. <member name="M:System.ComponentModel.Design.Serialization.CollectionCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1609. <summary>
  1610. Serializes the given object into a CodeDom object.
  1611. </summary>
  1612. <param name="manager">
  1613. A serialization manager interface that is used during the deserialization
  1614. process.
  1615. </param>
  1616. <param name="value">
  1617. The object to serialize.
  1618. </param>
  1619. <returns>
  1620. A CodeDom object representing the object that has been serialized. Collections can
  1621. be serialized several ways. We will look at the current value on the context stack
  1622. and modify our serialization based on it. Here are the interesting things we
  1623. look for on the context stack:
  1624. CodeValueExpression
  1625. This is our first choice. If we see this we validate that the value in the
  1626. expression is the value we're serializing, and then we pull out the expression
  1627. and treat it as follows.
  1628. CodePropertyReferenceExpression
  1629. This allows us to perform the most flexible serialization. We will use the
  1630. data type of the property as a guide to serialization. If the data type is
  1631. an array, we will create an array and assign it to the property. If it
  1632. isn't, we will look on the data type for a single "AddRange" method that
  1633. takes an array. Failing that, we will look for an "Add" method and create
  1634. multiple method invoke statements. If this expression is on the
  1635. context stack the return value may be a single assignment statement, a
  1636. single method invoke statement, or a statement collection consisting
  1637. of multiple method invokes.
  1638. Any other expression
  1639. In this case, the collection serializer will create an array create
  1640. expression, but only if the collection is an array. Otherwise, we
  1641. will fail to serialize.
  1642. </returns>
  1643. </member>
  1644. <member name="P:System.ComponentModel.Design.Serialization.CollectionCodeDomSerializer.Default">
  1645. <summary>
  1646. Retrieves a default static instance of this serializer.
  1647. </summary>
  1648. </member>
  1649. <member name="M:System.ComponentModel.Design.Serialization.ComponentCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1650. <summary>
  1651. Deserilizes the given CodeDom object into a real object. This
  1652. will use the serialization manager to create objects and resolve
  1653. data types. The root of the object graph is returned.
  1654. </summary>
  1655. <param name="manager">
  1656. A serialization manager interface that is used during the deserialization
  1657. process.
  1658. </param>
  1659. <param name="codeObject">
  1660. A CodeDom object to deserialize. For this serializer this must point to
  1661. a CodeStatementCollection that has statements whose left hand side
  1662. ultimately points to the object we need to deserialize.
  1663. </param>
  1664. <returns>
  1665. An object representing the deserialized CodeDom object.
  1666. </returns>
  1667. </member>
  1668. <member name="M:System.ComponentModel.Design.Serialization.ComponentCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1669. <summary>
  1670. Serializes the given object into a CodeDom object.
  1671. </summary>
  1672. <param name="manager">
  1673. A serialization manager interface that is used during the deserialization
  1674. process.
  1675. </param>
  1676. <param name="value">
  1677. The object to serialize.
  1678. </param>
  1679. <returns>
  1680. A CodeDom object representing the object that has been serialized. For components,
  1681. this returns a CodeStatementCollection containing all of the properties, events
  1682. and methods that had to be set to serialize the given component. In addition,
  1683. this may create a variable reference in a CodeTypeDeclaration, if one can be
  1684. found in the serialization context stack.
  1685. </returns>
  1686. </member>
  1687. <member name="P:System.ComponentModel.Design.Serialization.ComponentCodeDomSerializer.Default">
  1688. <summary>
  1689. Retrieves a default static instance of this serializer.
  1690. </summary>
  1691. </member>
  1692. <member name="M:System.ComponentModel.Design.Serialization.EnumCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1693. <summary>
  1694. Deserilizes the given CodeDom object into a real object. This
  1695. will use the serialization manager to create objects and resolve
  1696. data types. The root of the object graph is returned.
  1697. </summary>
  1698. <param name="manager">
  1699. A serialization manager interface that is used during the deserialization
  1700. process.
  1701. </param>
  1702. <param name="codeObject">
  1703. A CodeDom object to deserialize. We do not actually process this; we just let the
  1704. default code parser handle it.
  1705. </param>
  1706. <returns>
  1707. An object representing the deserialized CodeDom object.
  1708. </returns>
  1709. </member>
  1710. <member name="M:System.ComponentModel.Design.Serialization.EnumCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1711. <summary>
  1712. Serializes the given object into a CodeDom object.
  1713. </summary>
  1714. <param name="manager">
  1715. A serialization manager interface that is used during the deserialization
  1716. process.
  1717. </param>
  1718. <param name="value">
  1719. The object to serialize.
  1720. </param>
  1721. <returns>
  1722. A CodeDom object representing the object that has been serialized.
  1723. </returns>
  1724. </member>
  1725. <member name="P:System.ComponentModel.Design.Serialization.EnumCodeDomSerializer.Default">
  1726. <summary>
  1727. Retrieves a default static instance of this serializer.
  1728. </summary>
  1729. </member>
  1730. <member name="T:System.ComponentModel.Design.Serialization.ICodeDomDesignerReload">
  1731. <summary>
  1732. <para>Provides an interface that can be used to optimize the
  1733. reloading of a designer.</para>
  1734. </summary>
  1735. </member>
  1736. <member name="M:System.ComponentModel.Design.Serialization.ICodeDomDesignerReload.ShouldReloadDesigner(System.CodeDom.CodeCompileUnit)">
  1737. <summary>
  1738. <para> Indicates whether the designer should reload in
  1739. order to import the specified compile unit correctly.</para>
  1740. </summary>
  1741. <param name="newTree">A <see cref="T:System.CodeDom.CodeCompileUnit" /> containing the designer document code.</param>
  1742. <returns>
  1743. <para>
  1744. <see langword="true" /> if the designer should reload; otherwise,
  1745. <see langword="false" />.</para>
  1746. </returns>
  1747. </member>
  1748. <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptorCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1749. <summary>
  1750. Deserilizes the given CodeDom object into a real object. This
  1751. will use the serialization manager to create objects and resolve
  1752. data types. The root of the object graph is returned.
  1753. </summary>
  1754. <param name="manager">
  1755. A serialization manager interface that is used during the deserialization
  1756. process.
  1757. </param>
  1758. <param name="codeObject">
  1759. A CodeDom object to deserialize.
  1760. </param>
  1761. <returns>
  1762. An object representing the deserialized CodeDom object.
  1763. </returns>
  1764. </member>
  1765. <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptorCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1766. <summary>
  1767. Serializes the given object into a CodeDom object.
  1768. </summary>
  1769. <param name="manager">
  1770. A serialization manager interface that is used during the deserialization
  1771. process.
  1772. </param>
  1773. <param name="value">
  1774. The object to serialize.
  1775. </param>
  1776. <returns>
  1777. A CodeDom object representing the object that has been serialized. For
  1778. InstanceDescriptors, this will create a CodeExpression representing the
  1779. descriptor.
  1780. </returns>
  1781. </member>
  1782. <member name="P:System.ComponentModel.Design.Serialization.InstanceDescriptorCodeDomSerializer.Default">
  1783. <summary>
  1784. Retrieves a default static instance of this serializer.
  1785. </summary>
  1786. </member>
  1787. <member name="M:System.ComponentModel.Design.Serialization.ObjectCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1788. <summary>
  1789. Deserilizes the given CodeDom object into a real object. This
  1790. will use the serialization manager to create objects and resolve
  1791. data types. The root of the object graph is returned.
  1792. </summary>
  1793. <param name="manager">
  1794. A serialization manager interface that is used during the deserialization
  1795. process.
  1796. </param>
  1797. <param name="codeObject">
  1798. A CodeDom object to deserialize.
  1799. </param>
  1800. <returns>
  1801. An object representing the deserialized CodeDom object.
  1802. </returns>
  1803. </member>
  1804. <member name="M:System.ComponentModel.Design.Serialization.ObjectCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1805. <summary>
  1806. Serializes the given object into a CodeDom object.
  1807. </summary>
  1808. <param name="manager">
  1809. A serialization manager interface that is used during the deserialization
  1810. process.
  1811. </param>
  1812. <param name="value">
  1813. The object to serialize.
  1814. </param>
  1815. <returns>
  1816. A CodeDom object representing the object that has been serialized. For
  1817. generic objects, this just walks the object's properties and events.
  1818. It returns a CodeStatementCollection.
  1819. </returns>
  1820. </member>
  1821. <member name="P:System.ComponentModel.Design.Serialization.ObjectCodeDomSerializer.Default">
  1822. <summary>
  1823. Retrieves a default static instance of this serializer.
  1824. </summary>
  1825. </member>
  1826. <member name="M:System.ComponentModel.Design.Serialization.PrimitiveCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1827. <summary>
  1828. Deserilizes the given CodeDom object into a real object. This
  1829. will use the serialization manager to create objects and resolve
  1830. data types. The root of the object graph is returned.
  1831. </summary>
  1832. <param name="manager">
  1833. A serialization manager interface that is used during the deserialization
  1834. process.
  1835. </param>
  1836. <param name="codeObject">
  1837. A CodeDom object to deserialize. This must be an instance of CodePrimitiveExpression.
  1838. </param>
  1839. <returns>
  1840. An object representing the deserialized CodeDom object.
  1841. </returns>
  1842. </member>
  1843. <member name="M:System.ComponentModel.Design.Serialization.PrimitiveCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1844. <summary>
  1845. Serializes the given object into a CodeDom object.
  1846. </summary>
  1847. <param name="manager">
  1848. A serialization manager interface that is used during the deserialization
  1849. process.
  1850. </param>
  1851. <param name="value">
  1852. The object to serialize.
  1853. </param>
  1854. <returns>
  1855. A CodeDom object representing the object that has been serialized.
  1856. </returns>
  1857. </member>
  1858. <member name="P:System.ComponentModel.Design.Serialization.PrimitiveCodeDomSerializer.Default">
  1859. <summary>
  1860. Retrieves a default static instance of this serializer.
  1861. </summary>
  1862. </member>
  1863. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1864. </member>
  1865. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.DeserializeInvariant(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String)">
  1866. </member>
  1867. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.GetEnumerator(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Globalization.CultureInfo)">
  1868. </member>
  1869. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1870. </member>
  1871. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializeInvariant(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1872. </member>
  1873. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.WriteResource(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String,System.Object)">
  1874. </member>
  1875. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.WriteResourceInvariant(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String,System.Object)">
  1876. </member>
  1877. <member name="P:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.Default">
  1878. </member>
  1879. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializationResourceManager.GetEnumerator(System.Globalization.CultureInfo)">
  1880. </member>
  1881. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializationResourceManager.GetObject(System.String)">
  1882. </member>
  1883. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializationResourceManager.GetObject(System.String,System.Boolean)">
  1884. </member>
  1885. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializationResourceManager.GetString(System.String)">
  1886. </member>
  1887. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializationResourceManager.SetValue(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String,System.Object,System.Boolean)">
  1888. </member>
  1889. <member name="M:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializationResourceManager.SetValue(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.ComponentModel.Design.Serialization.CodeValueExpression,System.Object,System.Boolean)">
  1890. </member>
  1891. <member name="P:System.ComponentModel.Design.Serialization.ResourceCodeDomSerializer.SerializationResourceManager.DeclarationAdded">
  1892. </member>
  1893. <member name="M:System.ComponentModel.Design.Serialization.RootCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1894. <summary>
  1895. Deserilizes the given CodeDom element into a real object. This
  1896. will use the serialization manager to create objects and resolve
  1897. data types. The root of the object graph is returned.
  1898. </summary>
  1899. <param name="manager">
  1900. A serialization manager interface that is used during the deserialization
  1901. process.
  1902. </param>
  1903. <param name="codeObject">
  1904. A CodeDom object to deserialize. For this serializer this must point to a
  1905. CodeTypeDeclaration.
  1906. </param>
  1907. <returns>
  1908. An object representing the deserialized CodeDom object.
  1909. </returns>
  1910. </member>
  1911. <member name="M:System.ComponentModel.Design.Serialization.RootCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  1912. <summary>
  1913. Serializes the given object into a CodeDom object.
  1914. </summary>
  1915. <param name="manager">
  1916. A serialization manager interface that is used during the deserialization
  1917. process.
  1918. </param>
  1919. <param name="value">
  1920. The object to serialize.
  1921. </param>
  1922. <returns>
  1923. A CodeDom object representing the object that has been serialized. This always
  1924. returns a CodeTypeDeclaration.
  1925. </returns>
  1926. </member>
  1927. <member name="P:System.ComponentModel.Design.Serialization.RootCodeDomSerializer.ContainerName">
  1928. <summary>
  1929. The name of the IContainer we will use for components that require a container.
  1930. Note that compnent model serializer also has this property.
  1931. </summary>
  1932. </member>
  1933. <member name="P:System.ComponentModel.Design.Serialization.RootCodeDomSerializer.ContainerRequired">
  1934. </member>
  1935. <member name="P:System.ComponentModel.Design.Serialization.RootCodeDomSerializer.InitMethodName">
  1936. <summary>
  1937. The name of the method we will serialize into. We always use this, so if there
  1938. is a need to change it down the road, we can make it virtual.
  1939. </summary>
  1940. </member>
  1941. <member name="F:System.Windows.Forms.Design.AdornmentType.GrabHandle">
  1942. <summary>
  1943. <para>
  1944. Specifies
  1945. the type as
  1946. grab handle adornments.
  1947. </para>
  1948. </summary>
  1949. </member>
  1950. <member name="F:System.Windows.Forms.Design.AdornmentType.ContainerSelector">
  1951. <summary>
  1952. <para>
  1953. Specifies
  1954. the type as
  1955. container selector adornments.
  1956. </para>
  1957. </summary>
  1958. </member>
  1959. <member name="F:System.Windows.Forms.Design.AdornmentType.Maximum">
  1960. <summary>
  1961. <para>
  1962. Specifies the
  1963. type as the
  1964. maximum size of any adornment.
  1965. </para>
  1966. </summary>
  1967. </member>
  1968. <member name="M:System.Windows.Forms.Design.AdvancedBindingConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  1969. <summary>
  1970. <para>Converts the specified object to the specified destination type, if possible.</para>
  1971. </summary>
  1972. <param name="context">A type decriptor context that can be used to provide context information.</param>
  1973. <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that can be used to provide culture information.</param>
  1974. <param name="value">The object to convert.</param>
  1975. <param name="destinationType">The destination type to convert to, if possible.</param>
  1976. <returns>
  1977. <para>The converted object, or <see langword="null" /> if conversion is not
  1978. possible.</para>
  1979. </returns>
  1980. </member>
  1981. <member name="M:System.Windows.Forms.Design.AdvancedBindingEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  1982. <summary>
  1983. <para>Edits the specified value using the specified provider
  1984. within the specified context.</para>
  1985. </summary>
  1986. <param name="context">The context of the value.</param>
  1987. <param name=" provider">The provider to use to provide values.</param>
  1988. <param name=" value"> The object to be edited.</param>
  1989. </member>
  1990. <member name="M:System.Windows.Forms.Design.AdvancedBindingEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  1991. <summary>
  1992. <para>Gets the edit style from the current context.</para>
  1993. </summary>
  1994. <param name="context">The context of the object the bindings provide values to.</param>
  1995. <returns>
  1996. <para>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> value.</para>
  1997. </returns>
  1998. </member>
  1999. <member name="M:System.Windows.Forms.Design.AdvancedBindingObject.#ctor(System.Windows.Forms.ControlBindingsCollection)">
  2000. <summary>
  2001. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AdvancedBindingObject" /> class.</para>
  2002. </summary>
  2003. <param name="bindings">The bindings to store.</param>
  2004. </member>
  2005. <member name="P:System.Windows.Forms.Design.AdvancedBindingObject.Bindings">
  2006. <summary>
  2007. <para>Gets or sets the collection of bindings.</para>
  2008. </summary>
  2009. </member>
  2010. <member name="E:System.Windows.Forms.Design.AdvancedBindingObject.Disposed">
  2011. <summary>
  2012. <para>Adds a event handler to listen to the Disposed event on the component.</para>
  2013. </summary>
  2014. </member>
  2015. <member name="P:System.Windows.Forms.Design.AdvancedBindingObject.ShowAll">
  2016. <summary>
  2017. <para>Indicates whether to show all bindings.</para>
  2018. </summary>
  2019. </member>
  2020. <member name="P:System.Windows.Forms.Design.AdvancedBindingObject.Name">
  2021. <summary>
  2022. <para>Gets or sets the name for this object.</para>
  2023. </summary>
  2024. </member>
  2025. <member name="M:System.Windows.Forms.Design.AdvancedBindingPicker.#ctor(System.ComponentModel.ITypeDescriptorContext)">
  2026. <summary>
  2027. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AdvancedBindingPicker" /> class.</para>
  2028. </summary>
  2029. <param name="context">A type descriptor context that can provide context information.</param>
  2030. </member>
  2031. <member name="M:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.GetEditor(System.Type)">
  2032. <summary>
  2033. <para>Gets an editor of the specified type.</para>
  2034. </summary>
  2035. <param name="type">The type of editor to retrieve.</param>
  2036. <returns>
  2037. <para>An instance of the requested editor type, or <see langword="null " />if an
  2038. editor could not be found. </para>
  2039. </returns>
  2040. </member>
  2041. <member name="M:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.CanResetValue(System.Object)">
  2042. <summary>
  2043. <para>Indicates whether resetting the component will change the value of the
  2044. component.</para>
  2045. </summary>
  2046. <param name="component">The component to determine if resetting will change the value of the property on.</param>
  2047. <returns>
  2048. <para>
  2049. <see langword="true" /> if the component can be reset without changing the
  2050. value of the property; otherwise, <see langword="false" />.</para>
  2051. </returns>
  2052. </member>
  2053. <member name="M:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.FillAttributes(System.Collections.IList)">
  2054. <summary>
  2055. <para>In an derived class, adds the attributes of the inherited class to the
  2056. specified list of attributes in the parent class.</para>
  2057. </summary>
  2058. <param name="attributeList">An <see cref="T:System.Collections.IList" /> that lists the attributes in the parent class. Initially, this will be empty.</param>
  2059. </member>
  2060. <member name="M:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.GetValue(System.Object)">
  2061. <summary>
  2062. <para>Gets the current value of the property on the specified
  2063. component.</para>
  2064. </summary>
  2065. <param name="component">The component from which to get the value of the property this descriptor describes.</param>
  2066. <returns>
  2067. <para>The value of the property on the specified component.</para>
  2068. </returns>
  2069. </member>
  2070. <member name="M:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.ResetValue(System.Object)">
  2071. <summary>
  2072. <para>Resets the value of the property on the specified component.</para>
  2073. </summary>
  2074. <param name="component">The component with this property that should be reset.</param>
  2075. </member>
  2076. <member name="M:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.SetValue(System.Object,System.Object)">
  2077. <summary>
  2078. <para>Sets the value of the property on the specified component to the specified
  2079. value.</para>
  2080. </summary>
  2081. <param name="component">The component that owns the property to set the value of.</param>
  2082. <param name=" value">The value to set the property to.</param>
  2083. </member>
  2084. <member name="M:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.ShouldSerializeValue(System.Object)">
  2085. <summary>
  2086. <para>Indicates whether the value of this property should be persisted.</para>
  2087. </summary>
  2088. <param name="component">The component that owns the property to determine whether the value of should be persisted.</param>
  2089. <returns>
  2090. <para>
  2091. <see langword="true" /> if the property should be persisted; otherwise,
  2092. <see langword="false" />.</para>
  2093. </returns>
  2094. </member>
  2095. <member name="P:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.ComponentType">
  2096. <summary>
  2097. <para>Gets the type of component this property is bound to.</para>
  2098. </summary>
  2099. </member>
  2100. <member name="P:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.IsReadOnly">
  2101. <summary>
  2102. <para>Indicates whether this property is read-only.</para>
  2103. </summary>
  2104. </member>
  2105. <member name="P:System.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.PropertyType">
  2106. <summary>
  2107. <para>Gets the type of the property.</para>
  2108. </summary>
  2109. </member>
  2110. <member name="T:System.Windows.Forms.Design.AnchorEditor">
  2111. <summary>
  2112. <para>Provides a user interface for configuring an
  2113. <see cref="P:System.Windows.Forms.Control.Anchor" />
  2114. property.</para>
  2115. </summary>
  2116. </member>
  2117. <member name="M:System.Windows.Forms.Design.AnchorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  2118. <summary>
  2119. <para>Edits the value of the specified object using the specified service provider and context.</para>
  2120. </summary>
  2121. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  2122. <param name="provider">An <see cref="T:System.IServiceProvider" /> through which editing services may be obtained.</param>
  2123. <param name="value">An instance of the value being edited.</param>
  2124. <returns>
  2125. <para>The new value of the object. If the value of the object hasn't
  2126. changed, this should return the same object it was passed.</para>
  2127. </returns>
  2128. </member>
  2129. <member name="M:System.Windows.Forms.Design.AnchorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  2130. <summary>
  2131. <para>Gets
  2132. the editor style used by the <see cref="M:System.Windows.Forms.Design.AnchorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" />
  2133. method.</para>
  2134. </summary>
  2135. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  2136. <returns>
  2137. <para>One of the <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> values
  2138. indicating
  2139. the provided editing style. If the method is not supported, this method will
  2140. return <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.None" />.</para>
  2141. </returns>
  2142. </member>
  2143. <member name="T:System.Windows.Forms.Design.ControlDesigner">
  2144. <summary>
  2145. <para> Extends design-time behavior for components that extend
  2146. <see cref="T:System.Windows.Forms.Control" />.</para>
  2147. </summary>
  2148. </member>
  2149. <member name="F:System.Windows.Forms.Design.ControlDesigner.InvalidPoint">
  2150. <summary>
  2151. <para>Defines a local <see cref="T:System.Drawing.Point" /> object that represents the
  2152. values of an invalid <see cref="T:System.Drawing.Point" />
  2153. object.</para>
  2154. </summary>
  2155. </member>
  2156. <member name="F:System.Windows.Forms.Design.ControlDesigner.accessibilityObj">
  2157. <summary>
  2158. <para>Specifies the accessibility object for the designer.</para>
  2159. </summary>
  2160. </member>
  2161. <member name="M:System.Windows.Forms.Design.ControlDesigner.BaseWndProc(System.Windows.Forms.Message@)">
  2162. <summary>
  2163. <para> Processes Windows messages.</para>
  2164. </summary>
  2165. <param name="m">The <see cref="T:System.Windows.Forms.Message" /> to process.</param>
  2166. </member>
  2167. <member name="M:System.Windows.Forms.Design.ControlDesigner.CanBeParentedTo(System.ComponentModel.Design.IDesigner)">
  2168. <summary>
  2169. <para> Indicates whether the control managed by the specified
  2170. designer can be a child of the control
  2171. managed by this designer.</para>
  2172. </summary>
  2173. <param name="parentDesigner">The <see cref="T:System.ComponentModel.Design.IDesigner" /> that manages the control to be tested.</param>
  2174. <returns>
  2175. <para>
  2176. <see langword="true" /> if the
  2177. control managed by the specified designer can be parented to the control managed by this
  2178. designer; otherwise, <see langword="false" />.</para>
  2179. </returns>
  2180. </member>
  2181. <member name="M:System.Windows.Forms.Design.ControlDesigner.DefWndProc(System.Windows.Forms.Message@)">
  2182. <summary>
  2183. <para> Provides default processing for messages.</para>
  2184. </summary>
  2185. <param name="m">The <see cref="T:System.Windows.Forms.Message" /> to process.</param>
  2186. </member>
  2187. <member name="M:System.Windows.Forms.Design.ControlDesigner.DisplayError(System.Exception)">
  2188. <summary>
  2189. <para>Displays information about the specified exception to the user.</para>
  2190. </summary>
  2191. <param name="e">The <see cref="T:System.Exception" /> to display.</param>
  2192. </member>
  2193. <member name="M:System.Windows.Forms.Design.ControlDesigner.Dispose(System.Boolean)">
  2194. <summary>
  2195. <para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Design.ControlDesigner" /> and optionally releases the managed
  2196. resources.</para>
  2197. </summary>
  2198. <param name="disposing">
  2199. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  2200. </member>
  2201. <member name="M:System.Windows.Forms.Design.ControlDesigner.EnableDragDrop(System.Boolean)">
  2202. <summary>
  2203. <para> Enables or disables drag-and-drop support.</para>
  2204. </summary>
  2205. <param name="value">
  2206. <see langword="true" /> to enable drag-and-drop support for the control; <see langword="false" /> if the control should not have drag-and-drop support.</param>
  2207. </member>
  2208. <member name="M:System.Windows.Forms.Design.ControlDesigner.GetHitTest(System.Drawing.Point)">
  2209. <summary>
  2210. <para> Indicates whether the
  2211. specified point is within the bounds of the component.</para>
  2212. </summary>
  2213. <param name="point">A <see cref="T:System.Drawing.Point" /> relative to the upper-left corner of the control.</param>
  2214. <returns>
  2215. <para>
  2216. <see langword="true" /> if the
  2217. specified point
  2218. is to be handled by the component; otherwise, <see langword="false" />
  2219. .</para>
  2220. </returns>
  2221. </member>
  2222. <member name="M:System.Windows.Forms.Design.ControlDesigner.HookChildControls(System.Windows.Forms.Control)">
  2223. <summary>
  2224. <para>Routes messages from the child controls of the specified control to the designer.</para>
  2225. </summary>
  2226. <param name="firstChild">The first child <see cref="T:System.Windows.Forms.Control" /> to process. This method may recursively call itself for children of the control. </param>
  2227. </member>
  2228. <member name="M:System.Windows.Forms.Design.ControlDesigner.Initialize(System.ComponentModel.IComponent)">
  2229. <summary>
  2230. <para>Initializes the designer with the specified component.</para>
  2231. </summary>
  2232. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to associate the designer with. This component must always be an instance of, or derive from, <see cref="T:System.Windows.Forms.Control" /> . </param>
  2233. </member>
  2234. <member name="M:System.Windows.Forms.Design.ControlDesigner.InitializeNonDefault">
  2235. <summary>
  2236. <para>Initializes properties of the control to any non-default values.</para>
  2237. </summary>
  2238. </member>
  2239. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnContextMenu(System.Int32,System.Int32)">
  2240. <summary>
  2241. <para>Shows the context menu and provides an opportunity to perform additional processing when the context menu is about to be displayed.</para>
  2242. </summary>
  2243. <param name="x">The x coordinate at which to display the context menu.</param>
  2244. <param name=" y">The y coordinate at which to display the context menu.</param>
  2245. </member>
  2246. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnCreateHandle">
  2247. <summary>
  2248. <para>Provides an opportunity to perform additional
  2249. processing immediately after the control handle has been created.</para>
  2250. </summary>
  2251. </member>
  2252. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnDragEnter(System.Windows.Forms.DragEventArgs)">
  2253. <summary>
  2254. <para>Called when a drag-and-drop operation enters the control designer view.</para>
  2255. </summary>
  2256. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  2257. </member>
  2258. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnDragDrop(System.Windows.Forms.DragEventArgs)">
  2259. <summary>
  2260. <para>Called when a drag-and-drop object is dropped onto the control designer view.</para>
  2261. </summary>
  2262. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  2263. </member>
  2264. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnDragLeave(System.EventArgs)">
  2265. <summary>
  2266. <para>Called when a drag-and-drop operation leaves the control designer view.</para>
  2267. </summary>
  2268. <param name="e">An <see cref="T:System.EventArgs" /> that provides data for the event.</param>
  2269. </member>
  2270. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnDragOver(System.Windows.Forms.DragEventArgs)">
  2271. <summary>
  2272. <para> Called when a drag-and-drop object is dragged over the control designer view.</para>
  2273. </summary>
  2274. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  2275. </member>
  2276. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
  2277. <summary>
  2278. <para>Called when a drag-and-drop operation is in progress to
  2279. provide an opportunity for the designer to provide feedback about the
  2280. currently dragged over location so the user can consider feedback cues when determining where to drop an object.</para>
  2281. </summary>
  2282. <param name="e">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that provides data for the event.</param>
  2283. </member>
  2284. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnMouseDragBegin(System.Int32,System.Int32)">
  2285. <summary>
  2286. <para>Called in response to the left mouse button being pressed and held while
  2287. over the component.</para>
  2288. </summary>
  2289. <param name="x">The x position of the mouse. </param>
  2290. <param name="y">The y position of the mouse. </param>
  2291. </member>
  2292. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnMouseDragEnd(System.Boolean)">
  2293. <summary>
  2294. <para>Called at the end of a drag-and-drop operation to complete or cancel the
  2295. operation.</para>
  2296. </summary>
  2297. <param name="cancel">
  2298. <see langword="true" /> to cancel the drag; <see langword="false" /> to commit it. </param>
  2299. </member>
  2300. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnMouseDragMove(System.Int32,System.Int32)">
  2301. <summary>
  2302. <para>Called for each movement of the mouse during a drag-and-drop operation.</para>
  2303. </summary>
  2304. <param name="x">The x position, in screen coordinates, of the mouse. </param>
  2305. <param name="y">The y position, in screen coordinates, of the mouse. </param>
  2306. </member>
  2307. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnMouseEnter">
  2308. <summary>
  2309. <para>Called when the mouse first enters the control.</para>
  2310. </summary>
  2311. </member>
  2312. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnMouseHover">
  2313. <summary>
  2314. <para> Called after
  2315. the mouse hovers over the control.</para>
  2316. </summary>
  2317. </member>
  2318. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnMouseLeave">
  2319. <summary>
  2320. <para> Called when
  2321. the mouse first enters the control.</para>
  2322. </summary>
  2323. </member>
  2324. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
  2325. <summary>
  2326. <para> Called when the control that the designer is managing has painted
  2327. its surface so the designer can paint any additional adornments on top of the
  2328. control.</para>
  2329. </summary>
  2330. <param name="pe">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> the designer can use to draw on the control. </param>
  2331. </member>
  2332. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnSetCursor">
  2333. <summary>
  2334. <para>
  2335. Called each time
  2336. the cursor needs to be set.</para>
  2337. </summary>
  2338. </member>
  2339. <member name="M:System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults">
  2340. <summary>
  2341. <para> Called when the designer
  2342. is initialized, so the designer can set default values for properties of the component.</para>
  2343. </summary>
  2344. </member>
  2345. <member name="M:System.Windows.Forms.Design.ControlDesigner.PreFilterProperties(System.Collections.IDictionary)">
  2346. <summary>
  2347. <para>Adjusts the set of properties the component exposes
  2348. through a <see cref="T:System.ComponentModel.TypeDescriptor" />
  2349. .</para>
  2350. </summary>
  2351. <param name="properties">An <see cref="T:System.Collections.IDictionary" /> containing the properties for the class of the component. </param>
  2352. </member>
  2353. <member name="M:System.Windows.Forms.Design.ControlDesigner.UnhookChildControls(System.Windows.Forms.Control)">
  2354. <summary>
  2355. <para>Routes messages for the children of the specified
  2356. control to each control rather than to a parent designer.</para>
  2357. </summary>
  2358. <param name="firstChild">The first child <see cref="T:System.Windows.Forms.Control" /> to process. This method may recursively call itself for children of the control. </param>
  2359. </member>
  2360. <member name="M:System.Windows.Forms.Design.ControlDesigner.WndProc(System.Windows.Forms.Message@)">
  2361. <summary>
  2362. Processes Windows messages.
  2363. </summary>
  2364. <param name="m">The <see cref="T:System.Windows.Forms.Message" />to process. </param>
  2365. </member>
  2366. <member name="P:System.Windows.Forms.Design.ControlDesigner.AssociatedComponents">
  2367. <summary>
  2368. <para> Gets the collection of components associated
  2369. with the designer.</para>
  2370. </summary>
  2371. </member>
  2372. <member name="P:System.Windows.Forms.Design.ControlDesigner.AccessibilityObject">
  2373. <summary>
  2374. <para> Gets the <see cref="T:System.Windows.Forms.AccessibleObject" /> assigned to the control.</para>
  2375. </summary>
  2376. </member>
  2377. <member name="P:System.Windows.Forms.Design.ControlDesigner.Control">
  2378. <summary>
  2379. <para> Gets the control that the designer is designing.</para>
  2380. </summary>
  2381. </member>
  2382. <member name="P:System.Windows.Forms.Design.ControlDesigner.EnableDragRect">
  2383. <summary>
  2384. <para>Gets a value indicating whether drag rectangles can be drawn on this designer component.</para>
  2385. </summary>
  2386. </member>
  2387. <member name="P:System.Windows.Forms.Design.ControlDesigner.SelectionRules">
  2388. <summary>
  2389. <para> Gets the selection rules that indicate the movement capabilities of a component.</para>
  2390. </summary>
  2391. </member>
  2392. <member name="M:System.Windows.Forms.Design.ControlDesigner.IDesignerTarget.DefWndProc(System.Windows.Forms.Message@)">
  2393. <summary>
  2394. Causes default window processing for the given message. We
  2395. just forward this on to the old control target.
  2396. </summary>
  2397. <param name="m">
  2398. The message to process.
  2399. </param>
  2400. </member>
  2401. <member name="M:System.Windows.Forms.Design.ControlDesigner.ChildSubClass.#ctor(System.Windows.Forms.Design.ControlDesigner,System.IntPtr)">
  2402. </member>
  2403. <member name="M:System.Windows.Forms.Design.ControlDesigner.ChildSubClass.WndProc(System.Windows.Forms.Message@)">
  2404. <summary>
  2405. Overrides Window's WndProc to process messages.
  2406. </summary>
  2407. <param name="m">
  2408. The message to process.
  2409. </param>
  2410. </member>
  2411. <member name="M:System.Windows.Forms.Design.ControlDesigner.ChildWindowTarget.#ctor(System.Windows.Forms.Design.ControlDesigner,System.Windows.Forms.IWindowTarget)">
  2412. <summary>
  2413. Creates a new ChildWindowTarget object. This hooks the
  2414. given control's window target.
  2415. </summary>
  2416. <param name="designer">
  2417. The control designer we will route design-time messages
  2418. to.
  2419. </param>
  2420. <param name="oldWindowTarget">
  2421. The old IWindowTarget to hook.
  2422. </param>
  2423. </member>
  2424. <member name="M:System.Windows.Forms.Design.ControlDesigner.ChildWindowTarget.DefWndProc(System.Windows.Forms.Message@)">
  2425. <summary>
  2426. Causes default window processing for the given message. We
  2427. just forward this on to the old control target.
  2428. </summary>
  2429. <param name="m">
  2430. The message to process.
  2431. </param>
  2432. </member>
  2433. <member name="M:System.Windows.Forms.Design.ControlDesigner.ChildWindowTarget.OnHandleChange(System.IntPtr)">
  2434. <summary>
  2435. Called when the window handle of the control has changed.
  2436. </summary>
  2437. <param name="newHandle">
  2438. The new window handle value.
  2439. </param>
  2440. </member>
  2441. <member name="M:System.Windows.Forms.Design.ControlDesigner.ChildWindowTarget.OnMessage(System.Windows.Forms.Message@)">
  2442. <summary>
  2443. Called to do control-specific processing for this window.
  2444. </summary>
  2445. <param name="m">
  2446. The message to process.
  2447. </param>
  2448. </member>
  2449. <member name="M:System.Windows.Forms.Design.ControlDesigner.DesignerWindowTarget.#ctor(System.Windows.Forms.Design.ControlDesigner)">
  2450. <summary>
  2451. Creates a new DesignerTarget object.
  2452. </summary>
  2453. <param name="designer">
  2454. The control designer that owns this target.
  2455. </param>
  2456. </member>
  2457. <member name="M:System.Windows.Forms.Design.ControlDesigner.DesignerWindowTarget.DefWndProc(System.Windows.Forms.Message@)">
  2458. <summary>
  2459. Causes default window processing for the given message. We
  2460. just forward this on to the old control target.
  2461. </summary>
  2462. <param name="m">
  2463. The message to process.
  2464. </param>
  2465. </member>
  2466. <member name="M:System.Windows.Forms.Design.ControlDesigner.DesignerWindowTarget.Dispose">
  2467. <summary>
  2468. Disposes this window target. This re-establishes the
  2469. prior window target.
  2470. </summary>
  2471. </member>
  2472. <member name="M:System.Windows.Forms.Design.ControlDesigner.DesignerWindowTarget.OnHandleChange(System.IntPtr)">
  2473. <summary>
  2474. Called when the window handle of the control has changed.
  2475. </summary>
  2476. <param name="newHandle">
  2477. The new window handle value.
  2478. </param>
  2479. </member>
  2480. <member name="M:System.Windows.Forms.Design.ControlDesigner.DesignerWindowTarget.OnMessage(System.Windows.Forms.Message@)">
  2481. <summary>
  2482. Called to do control-specific processing for this window.
  2483. </summary>
  2484. <param name="m">
  2485. The message to process.
  2486. </param>
  2487. </member>
  2488. <member name="M:System.Windows.Forms.Design.ControlDesigner.ControlDesignerAccessibleObject.#ctor(System.Windows.Forms.Design.ControlDesigner,System.Windows.Forms.Control)">
  2489. <summary>
  2490. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.ControlDesigner.ControlDesignerAccessibleObject" /> class
  2491. using the specified designer and control.</para>
  2492. </summary>
  2493. <param name="designer">The <see cref="T:System.Windows.Forms.Design.ControlDesigner" /> for the accessible object.</param>
  2494. <param name=" control">The <see cref="T:System.Windows.Forms.Control" /> for the accessible object.</param>
  2495. </member>
  2496. <member name="M:System.Windows.Forms.Design.AxHostDesigner.#ctor">
  2497. <summary>
  2498. <para>
  2499. Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AxHostDesigner" /> class.
  2500. </para>
  2501. </summary>
  2502. </member>
  2503. <member name="M:System.Windows.Forms.Design.AxHostDesigner.OnCreateHandle">
  2504. <summary>
  2505. This is called immediately after the control handle has been created.
  2506. </summary>
  2507. </member>
  2508. <member name="M:System.Windows.Forms.Design.AxHostDesigner.OnSetComponentDefaults">
  2509. <summary>
  2510. Called when the designer is intialized. This allows the designer to provide some
  2511. meaningful default values in the component. The default implementation of this
  2512. sets the components's default property to it's name, if that property is a string.
  2513. </summary>
  2514. </member>
  2515. <member name="M:System.Windows.Forms.Design.AxHostDesigner.PreFilterProperties(System.Collections.IDictionary)">
  2516. <summary>
  2517. Allows a designer to filter the set of properties
  2518. the component it is designing will expose through the
  2519. TypeDescriptor object. This method is called
  2520. immediately before its corresponding "Post" method.
  2521. If you are overriding this method you should call
  2522. the base implementation before you perform your own
  2523. filtering.
  2524. </summary>
  2525. <param name="properties">
  2526. The properties for the class of the component.
  2527. </param>
  2528. <returns>
  2529. The augmented set of properties. If the method does not
  2530. modify any properties, it may just return a reference to
  2531. its input parameter. If you do make a change to the
  2532. properties, you must create a new array.
  2533. </returns>
  2534. </member>
  2535. <member name="M:System.Windows.Forms.Design.AxHostDesigner.WndProc(System.Windows.Forms.Message@)">
  2536. <summary>
  2537. This method should be called by the extending designer for each message
  2538. the control would normally receive. This allows the designer to pre-process
  2539. messages before allowing them to be routed to the control.
  2540. </summary>
  2541. <param name="m">
  2542. The message.
  2543. </param>
  2544. </member>
  2545. <member name="P:System.Windows.Forms.Design.AxHostDesigner.Verbs">
  2546. <summary>
  2547. <para>[To be supplied.]</para>
  2548. </summary>
  2549. </member>
  2550. <member name="T:System.Windows.Forms.Design.AxImporter">
  2551. <summary>
  2552. <para>
  2553. Imports ActiveX controls and generates a wrapper that can be accessed by a
  2554. designer.
  2555. </para>
  2556. </summary>
  2557. </member>
  2558. <member name="M:System.Windows.Forms.Design.AxImporter.#ctor(System.Windows.Forms.Design.AxImporter.Options)">
  2559. <summary>
  2560. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AxImporter" /> class.</para>
  2561. </summary>
  2562. <param name="options">An <see cref="T:System.Windows.Forms.Design.AxImporter.Options" /> that indicates the options for the ActiveX control importer to use.</param>
  2563. </member>
  2564. <member name="M:System.Windows.Forms.Design.AxImporter.GetFileOfTypeLib(System.Runtime.InteropServices.TYPELIBATTR@)">
  2565. <summary>
  2566. <para>Gets the path and file name to the specified type library.</para>
  2567. </summary>
  2568. <param name="tlibattr">A <see cref="T:System.Runtime.InteropServices.TYPELIBATTR" /> that indicates the type library to retrieve the file name of.</param>
  2569. <returns>
  2570. <para>The path and file name to the specified type library, or
  2571. <see langword="null" /> if the library could not be located.</para>
  2572. </returns>
  2573. </member>
  2574. <member name="M:System.Windows.Forms.Design.AxImporter.GenerateFromFile(System.IO.FileInfo)">
  2575. <summary>
  2576. <para>Generates a wrapper for an ActiveX control for use in the design-time
  2577. environment.</para>
  2578. </summary>
  2579. <param name="file">A <see cref="T:System.IO.FileInfo" /> indicating the file that contains the control.</param>
  2580. <returns>
  2581. <para>A wrapper for the ActiveX control.</para>
  2582. </returns>
  2583. </member>
  2584. <member name="M:System.Windows.Forms.Design.AxImporter.GenerateFromTypeLibrary(System.Runtime.InteropServices.UCOMITypeLib)">
  2585. <summary>
  2586. <para>Generates a wrapper for an ActiveX control for use in the design-time
  2587. environment.</para>
  2588. </summary>
  2589. <param name="typeLib">A <see cref="T:System.Runtime.InteropServices.UCOMITypeLib" /> that indicates the type library to generate the control from.</param>
  2590. <returns>
  2591. <para>A wrapper for the ActiveX control.</para>
  2592. </returns>
  2593. </member>
  2594. <member name="M:System.Windows.Forms.Design.AxImporter.GenerateFromTypeLibrary(System.Runtime.InteropServices.UCOMITypeLib,System.Guid)">
  2595. <summary>
  2596. <para> Generates a wrapper for an ActiveX control for use in the design-time
  2597. environment.
  2598. </para>
  2599. </summary>
  2600. <param name="typeLib">A <see cref="T:System.Runtime.InteropServices.UCOMITypeLib" /> that indicates the type library to generate the control from.</param>
  2601. <param name="clsid">The <see cref="T:System.Guid" /> for the control wrapper. </param>
  2602. <returns>
  2603. <para>A wrapper for the ActiveX control.</para>
  2604. </returns>
  2605. </member>
  2606. <member name="P:System.Windows.Forms.Design.AxImporter.GeneratedAssemblies">
  2607. <summary>
  2608. <para> Gets the names of the assemblies that are
  2609. generated for the control.</para>
  2610. </summary>
  2611. </member>
  2612. <member name="P:System.Windows.Forms.Design.AxImporter.GeneratedTypeLibAttributes">
  2613. <summary>
  2614. <para> Gets the attributes for the generated type library.</para>
  2615. </summary>
  2616. </member>
  2617. <member name="P:System.Windows.Forms.Design.AxImporter.GeneratedSources">
  2618. <summary>
  2619. <para> Gets the names of the source files that were generated.</para>
  2620. </summary>
  2621. </member>
  2622. <member name="F:System.Windows.Forms.Design.AxImporter.Options.outputName">
  2623. <summary>
  2624. <para>Specifies the filename to generate the ActiveX control wrapper to.</para>
  2625. </summary>
  2626. </member>
  2627. <member name="F:System.Windows.Forms.Design.AxImporter.Options.outputDirectory">
  2628. <summary>
  2629. <para> Specifies the path to the directory that the generated assemblies will
  2630. be created in.</para>
  2631. </summary>
  2632. </member>
  2633. <member name="F:System.Windows.Forms.Design.AxImporter.Options.publicKey">
  2634. <summary>
  2635. <para>Specifies the public key used to sign the generated assemblies.</para>
  2636. </summary>
  2637. </member>
  2638. <member name="F:System.Windows.Forms.Design.AxImporter.Options.keyPair">
  2639. <summary>
  2640. <para>Specifies the strong name used for the generated assemblies.</para>
  2641. </summary>
  2642. </member>
  2643. <member name="F:System.Windows.Forms.Design.AxImporter.Options.keyFile">
  2644. <summary>
  2645. <para> Specifies the path to the file that contains the
  2646. strong name key for the generated assemblies.</para>
  2647. </summary>
  2648. </member>
  2649. <member name="F:System.Windows.Forms.Design.AxImporter.Options.keyContainer">
  2650. <summary>
  2651. <para> Specifies the path to the file that contains the
  2652. strong name key container for the generated assemblies.</para>
  2653. </summary>
  2654. </member>
  2655. <member name="F:System.Windows.Forms.Design.AxImporter.Options.genSources">
  2656. <summary>
  2657. <para> Specifies whether sources for the type library wrapper
  2658. should be generated.</para>
  2659. </summary>
  2660. </member>
  2661. <member name="F:System.Windows.Forms.Design.AxImporter.Options.noLogo">
  2662. <summary>
  2663. <para> Indicates whether the
  2664. ActiveX importer tool logo will be displayed when the control is imported.</para>
  2665. </summary>
  2666. </member>
  2667. <member name="F:System.Windows.Forms.Design.AxImporter.Options.silentMode">
  2668. <summary>
  2669. <para> Specifies whether to compile in
  2670. silent mode, which generates less displayed information at compile time.</para>
  2671. </summary>
  2672. </member>
  2673. <member name="F:System.Windows.Forms.Design.AxImporter.Options.verboseMode">
  2674. <summary>
  2675. <para> Specifies whether to compile in verbose mode, which generates more displayed information
  2676. at compile time.</para>
  2677. </summary>
  2678. </member>
  2679. <member name="F:System.Windows.Forms.Design.AxImporter.Options.delaySign">
  2680. <summary>
  2681. <para> Specifies whether the generated assembly is strongly named and will
  2682. be signed later.</para>
  2683. </summary>
  2684. </member>
  2685. <member name="F:System.Windows.Forms.Design.AxImporter.Options.overwriteRCW">
  2686. <summary>
  2687. <para> Specifies whether to overwrite
  2688. existing files when generating assemblies.</para>
  2689. </summary>
  2690. </member>
  2691. <member name="F:System.Windows.Forms.Design.AxImporter.Options.references">
  2692. <summary>
  2693. <para> Specifies the <see cref="T:System.Windows.Forms.Design.AxImporter.IReferenceResolver" /> to use to resolve types
  2694. and references when generating assemblies.</para>
  2695. </summary>
  2696. </member>
  2697. <member name="M:System.Windows.Forms.Design.AxImporter.IReferenceResolver.ResolveManagedReference(System.String)">
  2698. <summary>
  2699. <para>Resolves a reference to the specified assembly.</para>
  2700. </summary>
  2701. <param name="assemName">The name of the assembly to resolve a reference to.</param>
  2702. <returns>
  2703. <para>A fully qualified path to an assembly.</para>
  2704. </returns>
  2705. </member>
  2706. <member name="M:System.Windows.Forms.Design.AxImporter.IReferenceResolver.ResolveComReference(System.Runtime.InteropServices.UCOMITypeLib)">
  2707. <summary>
  2708. <para>Resolves a reference to the specified type library that
  2709. contains an COM component.</para>
  2710. </summary>
  2711. <param name="typeLib">A <see cref="T:System.Runtime.InteropServices.UCOMITypeLib" /> to resolve a reference to.</param>
  2712. <returns>
  2713. <para>A fully qualified path to an assembly.</para>
  2714. </returns>
  2715. </member>
  2716. <member name="M:System.Windows.Forms.Design.AxImporter.IReferenceResolver.ResolveComReference(System.Reflection.AssemblyName)">
  2717. <summary>
  2718. <para>Resolves a reference to the specified assembly that contains a COM component.</para>
  2719. </summary>
  2720. <param name="name">An <see cref="T:System.Reflection.AssemblyName" /> that indicates the assembly to resolve a reference to.</param>
  2721. <returns>
  2722. <para>A fully qualified path to an assembly.</para>
  2723. </returns>
  2724. </member>
  2725. <member name="M:System.Windows.Forms.Design.AxImporter.IReferenceResolver.ResolveActiveXReference(System.Runtime.InteropServices.UCOMITypeLib)">
  2726. <summary>
  2727. <para>Resolves a reference to the specified type library that
  2728. contains an ActiveX control.</para>
  2729. </summary>
  2730. <param name="typeLib">A <see cref="T:System.Runtime.InteropServices.UCOMITypeLib" /> to resolve a reference to.</param>
  2731. <returns>
  2732. <para>A fully qualified path to an assembly.</para>
  2733. </returns>
  2734. </member>
  2735. <member name="M:System.Windows.Forms.Design.AxParameterData.#ctor(System.String,System.String)">
  2736. <summary>
  2737. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AxParameterData" /> class using the
  2738. specified name and type name.</para>
  2739. </summary>
  2740. <param name="inname">The name of the parameter.</param>
  2741. <param name=" typeName">The name of the type of the parameter.</param>
  2742. </member>
  2743. <member name="M:System.Windows.Forms.Design.AxParameterData.#ctor(System.String,System.Type)">
  2744. <summary>
  2745. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AxParameterData" /> class using the
  2746. specified name and type.</para>
  2747. </summary>
  2748. <param name="inname">The name of the parameter.</param>
  2749. <param name=" type"> The type of the parameter.</param>
  2750. </member>
  2751. <member name="M:System.Windows.Forms.Design.AxParameterData.#ctor(System.Reflection.ParameterInfo)">
  2752. <summary>
  2753. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AxParameterData" /> class using the specified parameter
  2754. information.</para>
  2755. </summary>
  2756. <param name="info">A <see cref="T:System.Reflection.ParameterInfo" /> indicating the parameter information to use.</param>
  2757. </member>
  2758. <member name="M:System.Windows.Forms.Design.AxParameterData.#ctor(System.Reflection.ParameterInfo,System.Boolean)">
  2759. <summary>
  2760. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AxParameterData" /> class using the specified parameter
  2761. information and whether to ignore by reference parameters.</para>
  2762. </summary>
  2763. <param name="info">A <see cref="T:System.Reflection.ParameterInfo" /> indicating the parameter information to use.</param>
  2764. <param name=" ignoreByRefs">A value indicating whether to ignore parameters passed by reference.</param>
  2765. </member>
  2766. <member name="M:System.Windows.Forms.Design.AxParameterData.Convert(System.Reflection.ParameterInfo[])">
  2767. <summary>
  2768. <para>Converts the specified parameter information to an <see cref="T:System.Windows.Forms.Design.AxParameterData" />
  2769. object.</para>
  2770. </summary>
  2771. <param name="infos">An array of <see cref="T:System.Reflection.ParameterInfo" /> objects to convert.</param>
  2772. <returns>
  2773. <para>An array of <see cref="T:System.Windows.Forms.Design.AxParameterData" /> objects representing the specified array
  2774. of <see cref="T:System.Reflection.ParameterInfo" /> objects.</para>
  2775. </returns>
  2776. </member>
  2777. <member name="M:System.Windows.Forms.Design.AxParameterData.Convert(System.Reflection.ParameterInfo[],System.Boolean)">
  2778. <summary>
  2779. <para>Converts the specified parameter information to an <see cref="T:System.Windows.Forms.Design.AxParameterData" />object, according to the specified value
  2780. indicating whether to ignore by reference parameters.</para>
  2781. </summary>
  2782. <param name="infos">An array of <see cref="T:System.Reflection.ParameterInfo" /> objects to convert.</param>
  2783. <param name=" ignoreByRefs">A value indicating whether to ignore parameters passed by reference.</param>
  2784. <returns>
  2785. <para>An array of <see cref="T:System.Windows.Forms.Design.AxParameterData" /> objects representing the specified array
  2786. of <see cref="T:System.Reflection.ParameterInfo" /> objects.</para>
  2787. </returns>
  2788. </member>
  2789. <member name="P:System.Windows.Forms.Design.AxParameterData.Direction">
  2790. <summary>
  2791. <para>Indicates the direction of assignment fields.</para>
  2792. </summary>
  2793. </member>
  2794. <member name="P:System.Windows.Forms.Design.AxParameterData.IsByRef">
  2795. <summary>
  2796. <para>Indicates whether the parameter data is passed by reference.</para>
  2797. </summary>
  2798. </member>
  2799. <member name="P:System.Windows.Forms.Design.AxParameterData.IsIn">
  2800. <summary>
  2801. <para>Indicates whether the parameter data is in.</para>
  2802. </summary>
  2803. </member>
  2804. <member name="P:System.Windows.Forms.Design.AxParameterData.IsOut">
  2805. <summary>
  2806. <para>Indicates whether the parameter data is out.</para>
  2807. </summary>
  2808. </member>
  2809. <member name="P:System.Windows.Forms.Design.AxParameterData.IsOptional">
  2810. <summary>
  2811. <para> Indicates whether the parameter data is optional.</para>
  2812. </summary>
  2813. </member>
  2814. <member name="P:System.Windows.Forms.Design.AxParameterData.Name">
  2815. <summary>
  2816. <para>Gets or sets the name of the parameter.</para>
  2817. </summary>
  2818. </member>
  2819. <member name="P:System.Windows.Forms.Design.AxParameterData.ParameterType">
  2820. <summary>
  2821. <para> Gets the type expected by the parameter.</para>
  2822. </summary>
  2823. </member>
  2824. <member name="P:System.Windows.Forms.Design.AxParameterData.TypeName">
  2825. <summary>
  2826. <para> Gets the name of the type expected by the parameter.</para>
  2827. </summary>
  2828. </member>
  2829. <member name="F:System.Windows.Forms.Design.AxWrapperGen.GeneratedSources">
  2830. <summary>
  2831. <para>This field initializes a local <see cref="T:System.Collections.ArrayList" /> variable named GeneratedSources.</para>
  2832. </summary>
  2833. </member>
  2834. <member name="M:System.Windows.Forms.Design.AxWrapperGen.#ctor(System.Type)">
  2835. <summary>
  2836. <para>Generates an ActiveX wrapper for design-time hosting of an ActiveX control.</para>
  2837. </summary>
  2838. <param name="axType">The type of ActiveX control to generate a wrapper for.</param>
  2839. </member>
  2840. <member name="M:System.Windows.Forms.Design.ComboBoxDesigner.Dispose(System.Boolean)">
  2841. </member>
  2842. <member name="M:System.Windows.Forms.Design.ComboBoxDesigner.Initialize(System.ComponentModel.IComponent)">
  2843. </member>
  2844. <member name="P:System.Windows.Forms.Design.ComboBoxDesigner.SelectionRules">
  2845. </member>
  2846. <member name="M:System.Windows.Forms.Design.CommandSet.#ctor(System.ComponentModel.ISite)">
  2847. <summary>
  2848. Creates a new CommandSet object. This object implements the set
  2849. of commands that the UI.Win32 form designer offers.
  2850. </summary>
  2851. </member>
  2852. <member name="M:System.Windows.Forms.Design.CommandSet.Dispose">
  2853. <summary>
  2854. Disposes of this object, removing all commands from the menu service.
  2855. </summary>
  2856. </member>
  2857. <member name="M:System.Windows.Forms.Design.CommandSet.GetCopySelection">
  2858. <summary>
  2859. Used to retrieve the selection for a copy. The default implementation
  2860. retrieves the current selection.
  2861. </summary>
  2862. <returns>
  2863. An array of objects that should be part of the copy.
  2864. </returns>
  2865. </member>
  2866. <member name="M:System.Windows.Forms.Design.CommandSet.GetProperty(System.Object,System.String)">
  2867. <summary>
  2868. Retrieves the given property on the given component.
  2869. </summary>
  2870. <param name="comp">
  2871. The component to get the property on.
  2872. </param>
  2873. <param name="propName">
  2874. The name of the property.
  2875. </param>
  2876. <returns>
  2877. an PropertyDescriptor for the given property or null if
  2878. no such property could be found.
  2879. </returns>
  2880. </member>
  2881. <member name="M:System.Windows.Forms.Design.CommandSet.GetService(System.Type)">
  2882. <summary>
  2883. Retrieves the requested service.
  2884. </summary>
  2885. <param name="serviceType">
  2886. Type type of the service.
  2887. </param>
  2888. <returns>
  2889. An object representing the service, or null of no such service
  2890. was found.
  2891. </returns>
  2892. </member>
  2893. <member name="M:System.Windows.Forms.Design.CommandSet.GetSnapInformation(System.ComponentModel.Design.IDesignerHost,System.ComponentModel.IComponent,System.Drawing.Size@,System.ComponentModel.IComponent@,System.ComponentModel.PropertyDescriptor@)">
  2894. <summary>
  2895. Retrieves the snap information for the given component.
  2896. </summary>
  2897. </member>
  2898. <member name="M:System.Windows.Forms.Design.CommandSet.OnKeyCancel(System.Object)">
  2899. <summary>
  2900. Called for the two cancel commands we support. Returns true
  2901. If we did anything with the cancel, or false if not.
  2902. </summary>
  2903. <param name="sender">
  2904. The MenuCommand object sending the event.
  2905. </param>
  2906. </member>
  2907. <member name="M:System.Windows.Forms.Design.CommandSet.OnKeyDefault(System.Object,System.EventArgs)">
  2908. <summary>
  2909. Called for the "default" command, typically the Enter key.
  2910. </summary>
  2911. <param name="sender">
  2912. The MenuCommand object sending the event.
  2913. </param>
  2914. <param name="e">
  2915. The event that was sent.
  2916. </param>
  2917. </member>
  2918. <member name="M:System.Windows.Forms.Design.CommandSet.OnKeyMove(System.Object,System.EventArgs)">
  2919. <summary>
  2920. Called for all cursor movement commands.
  2921. </summary>
  2922. <param name="sender">
  2923. The MenuCommand object sending the event.
  2924. </param>
  2925. <param name="e">
  2926. The event that was sent.
  2927. </param>
  2928. </member>
  2929. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuAlignByPrimary(System.Object,System.EventArgs)">
  2930. <summary>
  2931. Called for all alignment operations that key off of a primary
  2932. selection.
  2933. </summary>
  2934. <param name="sender">
  2935. The MenuCommand object sending the event.
  2936. </param>
  2937. <param name="e">
  2938. The event that was sent.
  2939. </param>
  2940. </member>
  2941. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuAlignToGrid(System.Object,System.EventArgs)">
  2942. <summary>
  2943. Called when the align-&gt;to grid menu item is selected.
  2944. </summary>
  2945. <param name="sender">
  2946. The MenuCommand object sending the event.
  2947. </param>
  2948. <param name="e">
  2949. The event that was sent.
  2950. </param>
  2951. </member>
  2952. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuCenterSelection(System.Object,System.EventArgs)">
  2953. <summary>
  2954. Called when the center horizontally or center vertically menu item is selected.
  2955. </summary>
  2956. <param name="sender">
  2957. The MenuCommand object sending the event.
  2958. </param>
  2959. <param name="e">
  2960. The event that was sent.
  2961. </param>
  2962. </member>
  2963. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuCopy(System.Object,System.EventArgs)">
  2964. <summary>
  2965. Called when the copy menu item is selected.
  2966. </summary>
  2967. <param name="sender">
  2968. The MenuCommand object sending the event.
  2969. </param>
  2970. <param name="e">
  2971. The event that was sent.
  2972. </param>
  2973. </member>
  2974. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuCut(System.Object,System.EventArgs)">
  2975. <summary>
  2976. Called when the cut menu item is selected.
  2977. </summary>
  2978. <param name="sender">
  2979. The MenuCommand object sending the event.
  2980. </param>
  2981. <param name="e">
  2982. The event that was sent.
  2983. </param>
  2984. </member>
  2985. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuDelete(System.Object,System.EventArgs)">
  2986. <summary>
  2987. Called when the delete menu item is selected.
  2988. </summary>
  2989. <param name="sender">
  2990. The MenuCommand object sending the event.
  2991. </param>
  2992. <param name="e">
  2993. The event that was sent.
  2994. </param>
  2995. </member>
  2996. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuPaste(System.Object,System.EventArgs)">
  2997. <summary>
  2998. Called when the paste menu item is selected.
  2999. </summary>
  3000. <param name="sender">
  3001. The MenuCommand object sending the event.
  3002. </param>
  3003. <param name="e">
  3004. The event that was sent.
  3005. </param>
  3006. </member>
  3007. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuSelectAll(System.Object,System.EventArgs)">
  3008. <summary>
  3009. Called when the select all menu item is selected.
  3010. </summary>
  3011. <param name="sender">
  3012. The MenuCommand object sending the event.
  3013. </param>
  3014. <param name="e">
  3015. The event that was sent.
  3016. </param>
  3017. </member>
  3018. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuShowGrid(System.Object,System.EventArgs)">
  3019. <summary>
  3020. Called when the show grid menu item is selected.
  3021. </summary>
  3022. <param name="sender">
  3023. The MenuCommand object sending the event.
  3024. </param>
  3025. <param name="e">
  3026. The event that was sent.
  3027. </param>
  3028. </member>
  3029. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuSizingCommand(System.Object,System.EventArgs)">
  3030. <summary>
  3031. Handles the various size to commands.
  3032. </summary>
  3033. <param name="sender">
  3034. The MenuCommand object sending the event.
  3035. </param>
  3036. <param name="e">
  3037. The event that was sent.
  3038. </param>
  3039. </member>
  3040. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuSizeToGrid(System.Object,System.EventArgs)">
  3041. <summary>
  3042. Called when the size-&gt;to grid menu item is selected.
  3043. </summary>
  3044. <param name="sender">
  3045. The MenuCommand object sending the event.
  3046. </param>
  3047. <param name="e">
  3048. The event that was sent.
  3049. </param>
  3050. </member>
  3051. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuDesignerProperties(System.Object,System.EventArgs)">
  3052. <summary>
  3053. Called when the properties menu item is selected on the Context menu
  3054. </summary>
  3055. <param name="sender">
  3056. The MenuCommand object sending the event.
  3057. </param>
  3058. <param name="e">
  3059. The event that was sent.
  3060. </param>
  3061. </member>
  3062. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuSnapToGrid(System.Object,System.EventArgs)">
  3063. <summary>
  3064. Called when the snap to grid menu item is selected.
  3065. </summary>
  3066. <param name="sender">
  3067. The MenuCommand object sending the event.
  3068. </param>
  3069. <param name="e">
  3070. The event that was sent.
  3071. </param>
  3072. </member>
  3073. <member name="M:System.Windows.Forms.Design.CommandSet.OnMenuSpacingCommand(System.Object,System.EventArgs)">
  3074. <summary>
  3075. Called when a spacing command is selected
  3076. </summary>
  3077. <param name="sender">
  3078. The MenuCommand object sending the event.
  3079. </param>
  3080. <param name="e">
  3081. The event that was sent.
  3082. </param>
  3083. </member>
  3084. <member name="M:System.Windows.Forms.Design.CommandSet.OnSelectionChanged(System.Object,System.EventArgs)">
  3085. <summary>
  3086. Called when the current selection changes. Here we determine what
  3087. commands can and can't be enabled.
  3088. </summary>
  3089. <param name="sender">
  3090. The object sending the event.
  3091. </param>
  3092. <param name="e">
  3093. The event that was sent.
  3094. </param>
  3095. </member>
  3096. <member name="M:System.Windows.Forms.Design.CommandSet.OnStatusAlways(System.Object,System.EventArgs)">
  3097. <summary>
  3098. Determines the status of a menu command. Commands with this event
  3099. handler are always enabled.
  3100. </summary>
  3101. <param name="sender">
  3102. Object that sent the event. This must be a MenuCommand
  3103. object.
  3104. </param>
  3105. <param name="e">
  3106. Event. This is not used.
  3107. </param>
  3108. </member>
  3109. <member name="M:System.Windows.Forms.Design.CommandSet.OnStatusAnySelection(System.Object,System.EventArgs)">
  3110. <summary>
  3111. Determines the status of a menu command. Commands with this event
  3112. handler are enabled when one or more objects are selected.
  3113. </summary>
  3114. <param name="sender">
  3115. Object that sent the event. This must be a MenuCommand
  3116. object.
  3117. </param>
  3118. <param name="e">
  3119. Event. This is not used.
  3120. </param>
  3121. </member>
  3122. <member name="M:System.Windows.Forms.Design.CommandSet.OnStatusCopy(System.Object,System.EventArgs)">
  3123. <summary>
  3124. Status for the copy command. This is enabled when
  3125. there is something juicy selected.
  3126. </summary>
  3127. <param name="sender">
  3128. The MenuCommand object sending the event.
  3129. </param>
  3130. <param name="e">
  3131. The event that was sent.
  3132. </param>
  3133. </member>
  3134. <member name="M:System.Windows.Forms.Design.CommandSet.OnStatusCut(System.Object,System.EventArgs)">
  3135. <summary>
  3136. Status for the cut command. This is enabled when
  3137. there is something juicy selected and that something
  3138. does not contain any inherited components.
  3139. </summary>
  3140. <param name="sender">
  3141. The MenuCommand object sending the event.
  3142. </param>
  3143. <param name="e">
  3144. The event that was sent.
  3145. </param>
  3146. </member>
  3147. <member name="M:System.Windows.Forms.Design.CommandSet.OnStatusDelete(System.Object,System.EventArgs)">
  3148. <summary>
  3149. Status for the delete command. This is enabled when there
  3150. is something selected and that something does not contain
  3151. inherited components.
  3152. </summary>
  3153. <param name="sender">
  3154. The MenuCommand object sending the event.
  3155. </param>
  3156. <param name="e">
  3157. The event that was sent.
  3158. </param>
  3159. </member>
  3160. <member name="M:System.Windows.Forms.Design.CommandSet.OnStatusNYI(System.Object,System.EventArgs)">
  3161. <summary>
  3162. Determines the status of a menu command. Commands with this event are
  3163. considered to be not yet implemented and are disabled.
  3164. </summary>
  3165. <param name="sender">
  3166. Object that sent the event. This must be a MenuCommand
  3167. object.
  3168. </param>
  3169. <param name="e">
  3170. Event. This is not used.
  3171. </param>
  3172. </member>
  3173. <member name="M:System.Windows.Forms.Design.CommandSet.OnStatusPaste(System.Object,System.EventArgs)">
  3174. <summary>
  3175. Determines the status of a menu command. Commands with this event are
  3176. enabled when there is something yummy on the clipboard.
  3177. </summary>
  3178. <param name="sender">
  3179. Object that sent the event. This must be a MenuCommand
  3180. object.
  3181. </param>
  3182. <param name="e">
  3183. Event. This is not used.
  3184. </param>
  3185. </member>
  3186. <member name="M:System.Windows.Forms.Design.CommandSet.OnUpdateCommandStatus">
  3187. <summary>
  3188. This is called when the selection has changed. Anyone using CommandSetItems
  3189. that need to update their status based on selection changes should override
  3190. this and update their own commands at this time. The base implementaion
  3191. runs through all base commands and calls UpdateStatus on them.
  3192. </summary>
  3193. </member>
  3194. <member name="P:System.Windows.Forms.Design.CommandSet.MenuService">
  3195. <summary>
  3196. Retrieves the menu command service, which the command set
  3197. typically uses quite a bit.
  3198. </summary>
  3199. </member>
  3200. <member name="P:System.Windows.Forms.Design.CommandSet.SelectionCount">
  3201. <summary>
  3202. Retrieves the count of the currently selected objects.
  3203. </summary>
  3204. </member>
  3205. <member name="P:System.Windows.Forms.Design.CommandSet.SelectionInherited">
  3206. <summary>
  3207. Determines if the selection contains any inherited components.
  3208. </summary>
  3209. </member>
  3210. <member name="P:System.Windows.Forms.Design.CommandSet.SelectionPrimary">
  3211. <summary>
  3212. Retrieves the current primary selection, if there is one.
  3213. </summary>
  3214. </member>
  3215. <member name="P:System.Windows.Forms.Design.CommandSet.SelectionService">
  3216. <summary>
  3217. Retrieves the selection service, which the command set
  3218. typically uses quite a bit.
  3219. </summary>
  3220. </member>
  3221. <member name="M:System.Windows.Forms.Design.CommandSet.CommandSetItem.#ctor(System.Windows.Forms.Design.CommandSet,System.EventHandler,System.EventHandler,System.ComponentModel.Design.CommandID)">
  3222. <summary>
  3223. Creates a new CommandSetItem.
  3224. </summary>
  3225. <param name="commandSet">
  3226. The CommandSet object this is related to.
  3227. status.
  3228. </param>
  3229. <param name="statusHandler">
  3230. An event handler that will be called when it
  3231. is time to determine the status of this command.
  3232. </param>
  3233. <param name="invokeHandler">
  3234. An event handler that will be called when this
  3235. command has been invoked.
  3236. </param>
  3237. <param name="id">
  3238. The CommandID of this command.
  3239. </param>
  3240. </member>
  3241. <member name="M:System.Windows.Forms.Design.CommandSet.CommandSetItem.Invoke">
  3242. <summary>
  3243. This may be called to invoke the menu item.
  3244. </summary>
  3245. </member>
  3246. <member name="M:System.Windows.Forms.Design.CommandSet.CommandSetItem.UpdateStatus">
  3247. <summary>
  3248. Called when the status of this command should be re-queried.
  3249. </summary>
  3250. </member>
  3251. <member name="M:System.Windows.Forms.Design.CommandSet.ImmediateCommandSetItem.#ctor(System.Windows.Forms.Design.CommandSet,System.EventHandler,System.EventHandler,System.ComponentModel.Design.CommandID)">
  3252. <summary>
  3253. Creates a new ImmediateCommandSetItem.
  3254. </summary>
  3255. <param name="commandSet">
  3256. The CommandSet object this is related to.
  3257. status.
  3258. </param>
  3259. <param name="statusHandler">
  3260. An event handler that will be called when it
  3261. is time to determine the status of this command.
  3262. </param>
  3263. <param name="invokeHandler">
  3264. An event handler that will be called when this
  3265. command has been invoked.
  3266. </param>
  3267. <param name="id">
  3268. The CommandID of this command.
  3269. </param>
  3270. </member>
  3271. <member name="P:System.Windows.Forms.Design.CommandSet.ImmediateCommandSetItem.OleStatus">
  3272. <summary>
  3273. Overrides OleStatus in MenuCommand to invoke our status handler first.
  3274. </summary>
  3275. </member>
  3276. <member name="T:System.Windows.Forms.Design.ComponentTray">
  3277. <summary>
  3278. <para> Provides behavior for the component tray
  3279. of the form designer. The component tray represents components that do not otherwise provide a visible surface at design time and
  3280. provides a way for users to access and set the properties of those components.</para>
  3281. </summary>
  3282. </member>
  3283. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.BeginDrag(System.Object[],System.Windows.Forms.Design.SelectionRules,System.Int32,System.Int32)">
  3284. <summary>
  3285. Begins a drag on the currently selected designer. The designer should provide
  3286. UI feedback about the drag at this time. Typically, this feedback consists
  3287. of an inverted rectangle for each component, or a caret if the component
  3288. is text.
  3289. </summary>
  3290. <param name="components">
  3291. The set of components that is going to be dragged.
  3292. </param>
  3293. <param name="rules">
  3294. The rules for the operation to begin, from SelectionRules
  3295. </param>
  3296. <param name="initialX">
  3297. Starting X position, in screen coordinates, of the drag
  3298. </param>
  3299. <param name="initialY">
  3300. Starting X position, in screen coordinates, of the drag
  3301. </param>
  3302. <returns>
  3303. True if the drag should begin
  3304. </returns>
  3305. </member>
  3306. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.DragMoved(System.Object[],System.Drawing.Rectangle)">
  3307. <summary>
  3308. Called when the user has moved the mouse. This will only be called on
  3309. the designer that returned true from beginDrag. The designer
  3310. should update its UI feedback here.
  3311. </summary>
  3312. <param name="components">
  3313. The same set of components that was passed to beginDrag.
  3314. </param>
  3315. <param name="offset">
  3316. A rectangle providing the new offset for each of the
  3317. components. The x and y fields contain the position
  3318. offset and the width and height fields contain the
  3319. size differential.
  3320. </param>
  3321. </member>
  3322. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.EndDrag(System.Object[],System.Boolean)">
  3323. <summary>
  3324. Called when the user has completed the drag. The designer should
  3325. remove any UI feedback it may be providing.
  3326. </summary>
  3327. <param name="components">
  3328. The same set of components that was passed to beginDrag.
  3329. </param>
  3330. <param name="cancel">
  3331. true if the user cancelled the drag operation,
  3332. or false otherwise. If the drag was cancelled,
  3333. the designer should not actually reposition the components.
  3334. </param>
  3335. </member>
  3336. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.GetComponentBounds(System.Object)">
  3337. <summary>
  3338. Retrieves the shape of the component. The component's shape should be in
  3339. absolute coordinates and in pixels, where 0,0 is the upper left corner of
  3340. the screen.
  3341. </summary>
  3342. <param name="component">
  3343. The component to get the bounds for.
  3344. </param>
  3345. <returns>
  3346. The components shape, in screen coordinates, or null if the
  3347. component has no shape.
  3348. </returns>
  3349. </member>
  3350. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.GetComponentRules(System.Object)">
  3351. <summary>
  3352. Retrieves a set of rules concerning the movement capabilities of a component.
  3353. This should be one or more flags from the SelectionRules class. If no designer
  3354. provides rules for a component, the component will not get any UI services.
  3355. </summary>
  3356. <param name="component">
  3357. The component to get the selection rules for.
  3358. </param>
  3359. <returns>
  3360. The components selection rules.
  3361. </returns>
  3362. </member>
  3363. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.GetSelectionClipRect(System.Object)">
  3364. <summary>
  3365. Determines the rectangle that any selection adornments should be clipped
  3366. to. This is normally the client area (in screen coordinates) of the
  3367. container.
  3368. </summary>
  3369. <param name="component">
  3370. Component currently selected. If this component is the
  3371. container of the UIHandler, then clipping isn't needed.
  3372. </param>
  3373. </member>
  3374. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.OnSelectionDoubleClick(System.ComponentModel.IComponent)">
  3375. <summary>
  3376. Handle a double-click on the selection rectangle
  3377. of the given component.
  3378. </summary>
  3379. <param name="component">
  3380. Component that got the double-click.
  3381. </param>
  3382. </member>
  3383. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.QueryBeginDrag(System.Object[],System.Windows.Forms.Design.SelectionRules,System.Int32,System.Int32)">
  3384. <summary>
  3385. Queries to see if a drag operation
  3386. is valid on this handler for the given set of components.
  3387. If it returns true, BeginDrag will be called immediately after.
  3388. </summary>
  3389. <param name="components">
  3390. The set of components that is going to be dragged.
  3391. </param>
  3392. <param name="rules">
  3393. The rules for the operation to begin, from SelectionRules
  3394. </param>
  3395. <param name="initialX">
  3396. Starting X position, in screen coordinates, of the drag
  3397. </param>
  3398. <param name="initialY">
  3399. Starting X position, in screen coordinates, of the drag
  3400. </param>
  3401. <returns>
  3402. true if the designer is going to be the one handling this
  3403. drag, or false if not.
  3404. </returns>
  3405. </member>
  3406. <member name="M:System.Windows.Forms.Design.ISelectionUIHandler.ShowContextMenu(System.ComponentModel.IComponent)">
  3407. <summary>
  3408. Shows the context menu for the given component.
  3409. </summary>
  3410. <param name="component">
  3411. Component that has to show the context menu.
  3412. </param>
  3413. </member>
  3414. <member name="M:System.Windows.Forms.Design.IOleDragClient.AddComponent(System.ComponentModel.IComponent,System.String,System.Boolean)">
  3415. <summary>
  3416. <para> Adds the specified component
  3417. using the specified name.</para>
  3418. </summary>
  3419. <returns>
  3420. <para>
  3421. <see langword="true" /> if the component could be added; otherwise,
  3422. <see langword="false" />.</para>
  3423. </returns>
  3424. </member>
  3425. <member name="M:System.Windows.Forms.Design.IOleDragClient.IsDropOk(System.ComponentModel.IComponent)">
  3426. <summary>
  3427. <para>Indicates whether it is valid to drop the specified comoponent's type on this document.</para>
  3428. </summary>
  3429. </member>
  3430. <member name="M:System.Windows.Forms.Design.IOleDragClient.GetDesignerControl">
  3431. <summary>
  3432. <para>Gets the control view instance for the designer that is hosting the drag.</para>
  3433. </summary>
  3434. </member>
  3435. <member name="M:System.Windows.Forms.Design.IOleDragClient.GetControlForComponent(System.Object)">
  3436. <summary>
  3437. <para>Gets the control view instance for the specified component.</para>
  3438. </summary>
  3439. </member>
  3440. <member name="P:System.Windows.Forms.Design.IOleDragClient.CanModifyComponents">
  3441. <summary>
  3442. <para> Indicates whether components can be added or removed from the designer.</para>
  3443. </summary>
  3444. </member>
  3445. <member name="M:System.Windows.Forms.Design.ComponentTray.#ctor(System.ComponentModel.Design.IDesigner,System.IServiceProvider)">
  3446. <summary>
  3447. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.ComponentTray" /> class using the
  3448. specified designer and service provider.</para>
  3449. </summary>
  3450. <param name="mainDesigner">The <see cref="T:System.ComponentModel.Design.IDesigner" /> that is the main or document designer for the current project.</param>
  3451. <param name=" serviceProvider">An <see cref="T:System.IServiceProvider" /> that can be used to obtain design-time services.</param>
  3452. </member>
  3453. <member name="M:System.Windows.Forms.Design.ComponentTray.AddComponent(System.ComponentModel.IComponent)">
  3454. <summary>
  3455. <para>Adds a component to the tray.</para>
  3456. </summary>
  3457. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to add to the tray.</param>
  3458. </member>
  3459. <member name="M:System.Windows.Forms.Design.ComponentTray.CanCreateComponentFromTool(System.Drawing.Design.ToolboxItem)">
  3460. <summary>
  3461. <para>Gets a value indicating whether the specified tool can be used to
  3462. create a new component.</para>
  3463. </summary>
  3464. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to test.</param>
  3465. <returns>
  3466. <para>
  3467. <see langword="true" /> if the specified tool can be used
  3468. to create a component; otherwise, <see langword="false" />.</para>
  3469. </returns>
  3470. </member>
  3471. <member name="M:System.Windows.Forms.Design.ComponentTray.CanDisplayComponent(System.ComponentModel.IComponent)">
  3472. <summary>
  3473. <para>Gets a value indicating whether the specified component can be displayed.</para>
  3474. </summary>
  3475. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to test.</param>
  3476. <returns>
  3477. <para>
  3478. <see langword="true" /> if the component can be displayed; otherwise,
  3479. <see langword="false" />.</para>
  3480. </returns>
  3481. </member>
  3482. <member name="M:System.Windows.Forms.Design.ComponentTray.CreateComponentFromTool(System.Drawing.Design.ToolboxItem)">
  3483. <summary>
  3484. <para> Creates a component from the specified toolbox item, adds the component to the current
  3485. document, and displays a representation for the component in the component
  3486. tray.</para>
  3487. </summary>
  3488. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to create a component from.</param>
  3489. </member>
  3490. <member name="M:System.Windows.Forms.Design.ComponentTray.DisplayError(System.Exception)">
  3491. <summary>
  3492. <para> Displays an error message to the
  3493. user with information about the specified exception.</para>
  3494. </summary>
  3495. <param name="e">The exception about which to display information. </param>
  3496. </member>
  3497. <member name="M:System.Windows.Forms.Design.ComponentTray.Dispose(System.Boolean)">
  3498. <summary>
  3499. <para> Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Design.ComponentTray" /> and optionally releases the managed resources.
  3500. </para>
  3501. </summary>
  3502. <param name="disposing">
  3503. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  3504. </member>
  3505. <member name="M:System.Windows.Forms.Design.ComponentTray.GetLocation(System.ComponentModel.IComponent)">
  3506. <summary>
  3507. <para> Gets the location of the specified component, relative to
  3508. the upper-left corner
  3509. of the component tray.</para>
  3510. </summary>
  3511. <param name="receiver">The <see cref="T:System.ComponentModel.IComponent" /> to retrieve the location of.</param>
  3512. <returns>
  3513. <para>A <see cref="T:System.Drawing.Point" /> indicating the coordinates of the
  3514. specified component, or an empty <see cref="T:System.Drawing.Point" /> if the specified component could not be
  3515. found in the component tray. An empty <see cref="T:System.Drawing.Point" /> has an <see cref="P:System.Drawing.Point.IsEmpty" /> property equal to <see langword="true" /> and typically has <see cref="P:System.Drawing.Point.X" /> and <see cref="P:System.Drawing.Point.Y" /> properties that are
  3516. each equal to zero.</para>
  3517. </returns>
  3518. </member>
  3519. <member name="M:System.Windows.Forms.Design.ComponentTray.GetService(System.Type)">
  3520. <summary>
  3521. <para> Gets the requested service type.
  3522. </para>
  3523. </summary>
  3524. <param name="serviceType">The type of the service to retrieve. </param>
  3525. <returns>
  3526. <para> An instance of the requested service, or
  3527. <see langword="null" /> if the
  3528. service could not be found.
  3529. </para>
  3530. </returns>
  3531. </member>
  3532. <member name="M:System.Windows.Forms.Design.ComponentTray.OnDoubleClick(System.EventArgs)">
  3533. <summary>
  3534. <para>Called when the mouse is double clicked over the component tray.</para>
  3535. </summary>
  3536. <param name="e">An <see cref="T:System.EventArgs" /> that provides data for the event.</param>
  3537. </member>
  3538. <member name="M:System.Windows.Forms.Design.ComponentTray.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
  3539. <summary>
  3540. <para> Called during an OLE drag and drop operation to provide
  3541. an opportunity for the component tray to give feedback to the user about
  3542. the results of dropping the object at a specific point.</para>
  3543. </summary>
  3544. <param name="gfevent">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that provides data for the event. </param>
  3545. </member>
  3546. <member name="M:System.Windows.Forms.Design.ComponentTray.OnDragDrop(System.Windows.Forms.DragEventArgs)">
  3547. <summary>
  3548. <para> Called when an object that has
  3549. been dragged is dropped on the component tray.</para>
  3550. </summary>
  3551. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  3552. </member>
  3553. <member name="M:System.Windows.Forms.Design.ComponentTray.OnDragEnter(System.Windows.Forms.DragEventArgs)">
  3554. <summary>
  3555. <para>Called when an object is dragged over, and has entered the area over, the component tray.</para>
  3556. </summary>
  3557. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  3558. </member>
  3559. <member name="M:System.Windows.Forms.Design.ComponentTray.OnDragLeave(System.EventArgs)">
  3560. <summary>
  3561. <para>Called when an object is dragged out of the area over the component tray.</para>
  3562. </summary>
  3563. <param name="e">An <see cref="T:System.EventArgs" /> that provides data for the event.</param>
  3564. </member>
  3565. <member name="M:System.Windows.Forms.Design.ComponentTray.OnDragOver(System.Windows.Forms.DragEventArgs)">
  3566. <summary>
  3567. <para> Called when an object is dragged over the component tray.</para>
  3568. </summary>
  3569. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  3570. </member>
  3571. <member name="M:System.Windows.Forms.Design.ComponentTray.OnLostCapture">
  3572. <summary>
  3573. <para> Called when a mouse drag selection
  3574. operation is canceled.</para>
  3575. </summary>
  3576. </member>
  3577. <member name="M:System.Windows.Forms.Design.ComponentTray.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  3578. <summary>
  3579. <para> Called when the mouse button is pressed.</para>
  3580. </summary>
  3581. <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that provides data for the event. </param>
  3582. </member>
  3583. <member name="M:System.Windows.Forms.Design.ComponentTray.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  3584. <summary>
  3585. <para>Called when the mouse cursor position has changed.</para>
  3586. </summary>
  3587. <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that provides data for the event. </param>
  3588. </member>
  3589. <member name="M:System.Windows.Forms.Design.ComponentTray.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  3590. <summary>
  3591. <para> Called when the mouse button has been released.</para>
  3592. </summary>
  3593. <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that provides data for the event. </param>
  3594. </member>
  3595. <member name="M:System.Windows.Forms.Design.ComponentTray.OnPaint(System.Windows.Forms.PaintEventArgs)">
  3596. <summary>
  3597. <para>Called when the view for the component tray should be refreshed.</para>
  3598. </summary>
  3599. <param name="pe">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that provides data for the event.</param>
  3600. </member>
  3601. <member name="M:System.Windows.Forms.Design.ComponentTray.OnSetCursor">
  3602. <summary>
  3603. <para> Called to set the mouse
  3604. cursor.</para>
  3605. </summary>
  3606. </member>
  3607. <member name="M:System.Windows.Forms.Design.ComponentTray.RemoveComponent(System.ComponentModel.IComponent)">
  3608. <summary>
  3609. <para>Removes the specified component from the tray.</para>
  3610. </summary>
  3611. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to remove from the tray. </param>
  3612. </member>
  3613. <member name="M:System.Windows.Forms.Design.ComponentTray.SetLocation(System.ComponentModel.IComponent,System.Drawing.Point)">
  3614. <summary>
  3615. <para>Sets the location of the specified component to the specified location.</para>
  3616. </summary>
  3617. <param name="receiver">The <see cref="T:System.ComponentModel.IComponent" /> to set the location of.</param>
  3618. <param name=" location">A <see cref="T:System.Drawing.Point" /> indicating the new location for the specified component.</param>
  3619. </member>
  3620. <member name="M:System.Windows.Forms.Design.ComponentTray.WndProc(System.Windows.Forms.Message@)">
  3621. <summary>
  3622. <para> Processes Windows messages.</para>
  3623. </summary>
  3624. <param name="m">The <see cref="T:System.Windows.Forms.Message" /> to process. </param>
  3625. </member>
  3626. <member name="P:System.Windows.Forms.Design.ComponentTray.AutoArrange">
  3627. <summary>
  3628. <para>Gets or sets a value indicating whether the tray items are
  3629. automatically aligned.</para>
  3630. </summary>
  3631. </member>
  3632. <member name="P:System.Windows.Forms.Design.ComponentTray.ComponentCount">
  3633. <summary>
  3634. <para> Gets the number of components contained in the tray.
  3635. </para>
  3636. </summary>
  3637. </member>
  3638. <member name="P:System.Windows.Forms.Design.ComponentTray.ShowLargeIcons">
  3639. <summary>
  3640. <para>Gets or sets a value indicating whether the tray displays a large icon to represent each component in the tray.</para>
  3641. </summary>
  3642. </member>
  3643. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.CreateTool(System.Drawing.Design.ToolboxItem,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
  3644. <summary>
  3645. This is the worker method of all CreateTool methods. It is the only one
  3646. that can be overridden.
  3647. </summary>
  3648. <param name="tool">
  3649. The tool to create.
  3650. </param>
  3651. <param name="x">
  3652. The x location, in screen coordinates, of the location of the tool.
  3653. If the size of the tool is specified here, this will be the upper left
  3654. corner of the tool. If no size is specified, then this should be
  3655. interpreted as the center of the tool.
  3656. </param>
  3657. <param name="y">
  3658. The y location, in screen coordinates, of the location of the tool.
  3659. If the size of the tool is specified here, this will be the upper left
  3660. corner of the tool. If no size is specified, then this should be
  3661. interpreted as the center of the tool.
  3662. </param>
  3663. <param name="width">
  3664. The width of the tool. This is ignored if hasSize is false.
  3665. </param>
  3666. <param name="height">
  3667. The height of the tool. This is ignored if hasSize is false.
  3668. </param>
  3669. <param name="hasLocation">
  3670. If this is false the x and y values will be calculated to place
  3671. the in the center of the currently selected control.
  3672. </param>
  3673. <param name="hasSize">
  3674. If this is false the width and height values will be calculated to
  3675. be the default width and height for the control.
  3676. </param>
  3677. <returns>
  3678. An array of components that were created by the tool.
  3679. </returns>
  3680. </member>
  3681. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.ApplyDiffs(System.Int32,System.Int32)">
  3682. <summary>
  3683. Applys new diffs from a drop point to all the
  3684. top level controls in a selection.
  3685. </summary>
  3686. </member>
  3687. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.GetDataPresent(System.String,System.Boolean)">
  3688. <summary>
  3689. If the there is data store in the data object associated with
  3690. format this will return true.
  3691. </summary>
  3692. <param name="format">
  3693. Format to check for.
  3694. </param>
  3695. <param name="autoConvert">
  3696. If set to true then this will attempt to
  3697. convert any existing formats into the one specified.
  3698. </param>
  3699. <returns>
  3700. true if there is data for format.
  3701. </returns>
  3702. </member>
  3703. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.GetDataPresent(System.String)">
  3704. <summary>
  3705. If the there is data store in the data object associated with
  3706. format this will return true.
  3707. </summary>
  3708. <param name="format">
  3709. Format to check for.
  3710. </param>
  3711. <returns>
  3712. true if there is data for format.
  3713. </returns>
  3714. </member>
  3715. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.GetDataPresent(System.Type)">
  3716. <summary>
  3717. If the there is data store in the data object associated with
  3718. format this will return true.
  3719. </summary>
  3720. <param name="format">
  3721. Format to check for.
  3722. </param>
  3723. <returns>
  3724. true if there is data for format.
  3725. </returns>
  3726. </member>
  3727. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.GetFormats(System.Boolean)">
  3728. <summary>
  3729. Retrieves a list of all formats stored in this data object.
  3730. </summary>
  3731. <param name="autoConvert">
  3732. If set to true then this will show
  3733. all formats this could possible return.
  3734. </param>
  3735. <returns>
  3736. list of all formats.
  3737. </returns>
  3738. </member>
  3739. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.GetFormats">
  3740. <summary>
  3741. Retrieves a list of all formats stored in this data object.
  3742. </summary>
  3743. <returns>
  3744. list of all formats.
  3745. </returns>
  3746. </member>
  3747. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.SetData(System.String,System.Boolean,System.Object)">
  3748. </member>
  3749. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.SetData(System.String,System.Object)">
  3750. <summary>
  3751. Sets the data to be associated with the specific data format. For
  3752. a listing of predefined formats see System.Windows.Forms.DataFormats.
  3753. </summary>
  3754. <param name="format">
  3755. Format of the data to store.
  3756. </param>
  3757. <param name="data">
  3758. Data to store.
  3759. </param>
  3760. </member>
  3761. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.SetData(System.Type,System.Object)">
  3762. <summary>
  3763. Sets the data to be associated with the specific data format.
  3764. </summary>
  3765. <param name="format">
  3766. Format of the data to store.
  3767. </param>
  3768. <param name="data">
  3769. Data to store.
  3770. </param>
  3771. </member>
  3772. <member name="M:System.Windows.Forms.Design.OleDragDropHandler.ComponentDataObject.SetData(System.Object)">
  3773. <summary>
  3774. Stores data in the data object. The format assumed is the
  3775. class of data
  3776. </summary>
  3777. <param name="data">
  3778. Data to store.
  3779. </param>
  3780. </member>
  3781. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.#ctor(System.Windows.Forms.Design.ComponentTray,System.ComponentModel.IComponent)">
  3782. <summary>
  3783. Creates a new TrayControl based on the component.
  3784. </summary>
  3785. <param name="tray">
  3786. The tray we are connected to.
  3787. </param>
  3788. <param name="component">
  3789. The component we are displaying.
  3790. </param>
  3791. </member>
  3792. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.Dispose(System.Boolean)">
  3793. <summary>
  3794. Destroys this control. Views automatically destroy themselves when they
  3795. are removed from the design container.
  3796. </summary>
  3797. </member>
  3798. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.FromComponent(System.ComponentModel.IComponent)">
  3799. <summary>
  3800. Retrieves the tray control object for the given component.
  3801. </summary>
  3802. <returns>
  3803. The tray control, or null if there is no tray control for
  3804. the component.
  3805. </returns>
  3806. </member>
  3807. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnHandleCreated(System.EventArgs)">
  3808. <summary>
  3809. Overrides handle creation notification for a control. Here we just ensure
  3810. that we're the proper size.
  3811. </summary>
  3812. </member>
  3813. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnDoubleClick(System.EventArgs)">
  3814. <summary>
  3815. Called in response to a double-click of the left mouse button. The
  3816. default behavior here calls onDoubleClick on IMouseHandler
  3817. </summary>
  3818. </member>
  3819. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  3820. <summary>
  3821. Called when the mouse button is pressed down. Here, we provide drag
  3822. support for the component.
  3823. </summary>
  3824. <param name="me">
  3825. The mouse event.
  3826. </param>
  3827. </member>
  3828. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  3829. <summary>
  3830. Called when the mouse is moved over the component. We update our drag
  3831. information here if we're dragging the component around.
  3832. </summary>
  3833. </member>
  3834. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  3835. <summary>
  3836. Called when the mouse button is released. Here, we finish our drag
  3837. if one was started.
  3838. </summary>
  3839. <param name="me">
  3840. The mouse event.
  3841. </param>
  3842. </member>
  3843. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
  3844. <summary>
  3845. Painting for our control.
  3846. </summary>
  3847. </member>
  3848. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnFontChanged(System.EventArgs)">
  3849. <summary>
  3850. Overrides control's FontChanged. Here we re-adjust our size if the font changes.
  3851. </summary>
  3852. <param name="e">
  3853. The property change event.
  3854. </param>
  3855. </member>
  3856. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.OnTextChanged(System.EventArgs)">
  3857. <summary>
  3858. Overrides control's TextChanged. Here we re-adjust our size if the font changes.
  3859. </summary>
  3860. <param name="e">
  3861. The property change event.
  3862. </param>
  3863. </member>
  3864. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.SetVisibleCore(System.Boolean)">
  3865. </member>
  3866. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.ViewDefaultEvent(System.ComponentModel.IComponent)">
  3867. <summary>
  3868. This creates a method signature in the source code file for the
  3869. default event on the component and navigates the user's cursor
  3870. to that location.
  3871. </summary>
  3872. </member>
  3873. <member name="M:System.Windows.Forms.Design.ComponentTray.TrayControl.WndProc(System.Windows.Forms.Message@)">
  3874. <summary>
  3875. This method should be called by the extending designer for each message
  3876. the control would normally receive. This allows the designer to pre-process
  3877. messages before allowing them to be routed to the control.
  3878. </summary>
  3879. <param name="m">
  3880. The message.
  3881. </param>
  3882. </member>
  3883. <member name="P:System.Windows.Forms.Design.ComponentTray.TrayControl.Component">
  3884. <summary>
  3885. Retrieves the compnent this control is representing.
  3886. </summary>
  3887. </member>
  3888. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.BeginDrag(System.Object[],System.Windows.Forms.Design.SelectionRules,System.Int32,System.Int32)">
  3889. <summary>
  3890. <para>Begins a drag operation.</para>
  3891. </summary>
  3892. <param name="components">The set of components that is going to be dragged.</param>
  3893. <param name="rules">The rules for the operation to begin, from SelectionRules</param>
  3894. <param name="initialX">Starting X position, in screen coordinates, of the drag</param>
  3895. <param name="initialY">Starting X position, in screen coordinates, of the drag</param>
  3896. <returns>
  3897. <para>
  3898. <see langword="true" /> if the designer is going to
  3899. be handling this drag, or <see langword="false" />
  3900. if not.</para>
  3901. </returns>
  3902. </member>
  3903. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.DragMoved(System.Object[],System.Drawing.Rectangle)">
  3904. <summary>
  3905. <para>Called when the user has moved the mouse.</para>
  3906. </summary>
  3907. <param name="components">The same set of components that was passed to beginDrag.</param>
  3908. <param name="offset">A rectangle providing the new offset for each of the components. The x and y fields contain the position offset and the width and height fields contain the size differential.</param>
  3909. </member>
  3910. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.EndDrag(System.Object[],System.Boolean)">
  3911. <summary>
  3912. <para>Called when the user has completed the drag. The designer should
  3913. remove any UI feedback it may be providing.</para>
  3914. </summary>
  3915. <param name="components">The same set of components that was passed to beginDrag.</param>
  3916. <param name="cancel">true if the user cancelled the drag operation, or false otherwise. If the drag was cancelled, the designer should not actually reposition the components.</param>
  3917. </member>
  3918. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.GetComponent">
  3919. <summary>
  3920. Retrieves the base component for the selection handler.
  3921. </summary>
  3922. <returns>
  3923. The component for this selection handler.
  3924. </returns>
  3925. </member>
  3926. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.GetControl">
  3927. <summary>
  3928. Retrieves the base component's UI control for the selection handler.
  3929. </summary>
  3930. <returns>
  3931. The UI control for this selection handler's base control.
  3932. </returns>
  3933. </member>
  3934. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.GetControl(System.ComponentModel.IComponent)">
  3935. <summary>
  3936. Retrieves the UI control for the given component.
  3937. </summary>
  3938. <param name="component">
  3939. The component to retrieve the UI control for.
  3940. </param>
  3941. <returns>
  3942. The control that provides UI for this component.
  3943. </returns>
  3944. </member>
  3945. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.GetCurrentSnapSize">
  3946. <summary>
  3947. Retrieves the current grid snap size we should snap objects
  3948. to.
  3949. </summary>
  3950. </member>
  3951. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.GetService(System.Type)">
  3952. <summary>
  3953. We use this to request often-used services.
  3954. </summary>
  3955. </member>
  3956. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.GetShouldSnapToGrid">
  3957. <summary>
  3958. Determines if the selection UI handler should attempt to snap
  3959. objects to a grid.
  3960. </summary>
  3961. </member>
  3962. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.GetUpdatedRect(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
  3963. <summary>
  3964. Given a rectangle, this updates the dimensions of it
  3965. with any grid snaps and returns a new rectangle. If
  3966. no changes to the rectangle's size were needed, this
  3967. may return the same rectangle.
  3968. </summary>
  3969. <param name="orignalRect">
  3970. The rectangle to update.
  3971. </param>
  3972. <param name="dragRect">
  3973. The dragging rectangle of the component.
  3974. </param>
  3975. <param name="updateSize">
  3976. True to updateSize as well
  3977. </param>
  3978. <returns>
  3979. A rectangle with updated dimensions.
  3980. </returns>
  3981. </member>
  3982. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.QueryBeginDrag(System.Object[],System.Windows.Forms.Design.SelectionRules,System.Int32,System.Int32)">
  3983. <summary>
  3984. Queries to see if a drag operation
  3985. is valid on this handler for the given set of components.
  3986. If it returns true, BeginDrag will be called immediately after.
  3987. </summary>
  3988. <param name="components">
  3989. The set of components that is going to be dragged.
  3990. </param>
  3991. <param name="rules">
  3992. The rules for the operation to begin, from SelectionRules
  3993. </param>
  3994. <param name="initialX">
  3995. Starting X position, in screen coordinates, of the drag
  3996. </param>
  3997. <param name="initialY">
  3998. Starting X position, in screen coordinates, of the drag
  3999. </param>
  4000. <returns>
  4001. true if the designer is going to be the one handling this
  4002. drag, or false if not.
  4003. </returns>
  4004. </member>
  4005. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.SetCursor">
  4006. <summary>
  4007. Asks the handler to set the appropriate cursor
  4008. </summary>
  4009. </member>
  4010. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.BoundsInfo.#ctor(System.Windows.Forms.Control)">
  4011. <summary>
  4012. Creates and initializes a new BoundsInfo object.
  4013. </summary>
  4014. </member>
  4015. <member name="M:System.Windows.Forms.Design.SelectionUIHandler.BoundsInfo.ToString">
  4016. <summary>
  4017. Overrides object ToString.
  4018. </summary>
  4019. </member>
  4020. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.#ctor(System.Windows.Forms.Design.ComponentTray)">
  4021. <summary>
  4022. Creates a new selection UI handler for the given
  4023. component tray.
  4024. </summary>
  4025. <param name="tray">
  4026. The tray this handler will work with to
  4027. help provide selection UI.
  4028. </param>
  4029. </member>
  4030. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.BeginDrag(System.Object[],System.Windows.Forms.Design.SelectionRules,System.Int32,System.Int32)">
  4031. </member>
  4032. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.EndDrag(System.Object[],System.Boolean)">
  4033. <summary>
  4034. Called when the user has completed the drag. The designer should
  4035. remove any UI feedback it may be providing.
  4036. </summary>
  4037. <param name="components">
  4038. The same set of components that was passed to beginDrag.
  4039. </param>
  4040. <param name="cancel">
  4041. true if the user cancelled the drag operation,
  4042. or false otherwise. If the drag was cancelled,
  4043. the designer should not actually reposition the components.
  4044. </param>
  4045. </member>
  4046. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.GetComponent">
  4047. <summary>
  4048. Retrieves the base component for the selection handler.
  4049. </summary>
  4050. <returns>
  4051. The component for this selection handler.
  4052. </returns>
  4053. </member>
  4054. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.GetControl">
  4055. <summary>
  4056. Retrieves the base component's UI control for the selection handler.
  4057. </summary>
  4058. <returns>
  4059. The UI control for this selection handler's base control.
  4060. </returns>
  4061. </member>
  4062. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.GetControl(System.ComponentModel.IComponent)">
  4063. <summary>
  4064. Retrieves the UI control for the given component.
  4065. </summary>
  4066. <param name="component">
  4067. The component to retrieve the UI control for.
  4068. </param>
  4069. <returns>
  4070. The control that provides UI for this component.
  4071. </returns>
  4072. </member>
  4073. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.GetCurrentSnapSize">
  4074. <summary>
  4075. Retrieves the current grid snap size we should snap objects
  4076. to.
  4077. </summary>
  4078. </member>
  4079. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.GetService(System.Type)">
  4080. <summary>
  4081. We use this to request often-used services.
  4082. </summary>
  4083. </member>
  4084. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.GetShouldSnapToGrid">
  4085. <summary>
  4086. Determines if the selection UI handler should attempt to snap
  4087. objects to a grid.
  4088. </summary>
  4089. </member>
  4090. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.GetUpdatedRect(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
  4091. <summary>
  4092. Given a rectangle, this updates the dimensions of it
  4093. with any grid snaps and returns a new rectangle. If
  4094. no changes to the rectangle's size were needed, this
  4095. may return the same rectangle.
  4096. </summary>
  4097. <param name="originalRect">
  4098. The rectangle to update.
  4099. </param>
  4100. <param name="dragRect">
  4101. The dragging rectangle of the component.
  4102. </param>
  4103. <param name="updateSize">
  4104. True to updateSize as well
  4105. </param>
  4106. <returns>
  4107. A rectangle with updated dimensions.
  4108. </returns>
  4109. </member>
  4110. <member name="M:System.Windows.Forms.Design.ComponentTray.TraySelectionUIHandler.SetCursor">
  4111. <summary>
  4112. Asks the handler to set the appropriate cursor
  4113. </summary>
  4114. </member>
  4115. <member name="M:System.Windows.Forms.Design.CompositionCommandSet.#ctor(System.Windows.Forms.Control,System.ComponentModel.ISite)">
  4116. <summary>
  4117. Constructs a new composition command set object.
  4118. </summary>
  4119. </member>
  4120. <member name="M:System.Windows.Forms.Design.CompositionCommandSet.Dispose">
  4121. </member>
  4122. <member name="M:System.Windows.Forms.Design.CompositionCommandSet.OnKeyCancel(System.Object)">
  4123. <summary>
  4124. Called for the two cancel commands we support.
  4125. </summary>
  4126. <param name="sender">
  4127. The MenuCommand object sending the event.
  4128. </param>
  4129. </member>
  4130. <member name="M:System.Windows.Forms.Design.CompositionCommandSet.OnKeySelect(System.Object,System.EventArgs)">
  4131. <summary>
  4132. Called for selection via the tab key.
  4133. </summary>
  4134. <param name="sender">
  4135. The MenuCommand object sending the event.
  4136. </param>
  4137. <param name="e">
  4138. The event that was sent.
  4139. </param>
  4140. </member>
  4141. <member name="M:System.Windows.Forms.Design.CompositionCommandSet.OnUpdateCommandStatus">
  4142. <summary>
  4143. This is called when the selection has changed. Anyone using CommandSetItems
  4144. that need to update their status based on selection changes should override
  4145. this and update their own commands at this time. The base implementaion
  4146. runs through all base commands and calls UpdateStatus on them.
  4147. </summary>
  4148. </member>
  4149. <member name="T:System.Windows.Forms.Design.ComponentDocumentDesigner">
  4150. <summary>
  4151. <para> Extends design-time behavior for a design
  4152. document that supports Windows Forms child components.</para>
  4153. </summary>
  4154. </member>
  4155. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.Dispose(System.Boolean)">
  4156. <summary>
  4157. <para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Design.ComponentDocumentDesigner" /> and optionally releases the managed
  4158. resources.</para>
  4159. </summary>
  4160. <param name="disposing">
  4161. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  4162. </member>
  4163. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.GetToolSupported(System.Drawing.Design.ToolboxItem)">
  4164. <summary>
  4165. <para>Gets a value indicating whether the specified tool is supported by the
  4166. designer.</para>
  4167. </summary>
  4168. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to test for toolbox support.</param>
  4169. <returns>
  4170. <para>
  4171. <see langword="true" /> if the tool should be enabled on
  4172. the toolbox; <see langword="false" />
  4173. if the document designer doesn't know how to use the tool.</para>
  4174. </returns>
  4175. </member>
  4176. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.Initialize(System.ComponentModel.IComponent)">
  4177. <summary>
  4178. <para> Initializes the designer with the specified component.</para>
  4179. </summary>
  4180. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to associate with the designer.</param>
  4181. </member>
  4182. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.PreFilterProperties(System.Collections.IDictionary)">
  4183. <summary>
  4184. <para> Adjusts the
  4185. set of properties the component will expose through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</para>
  4186. </summary>
  4187. <param name="properties">An <see cref="T:System.Collections.IDictionary" /> that contains the properties for the class of the component.</param>
  4188. </member>
  4189. <member name="P:System.Windows.Forms.Design.ComponentDocumentDesigner.Control">
  4190. <summary>
  4191. <para>Gets the control for the designer.</para>
  4192. </summary>
  4193. </member>
  4194. <member name="P:System.Windows.Forms.Design.ComponentDocumentDesigner.TrayAutoArrange">
  4195. <summary>
  4196. <para>Gets or sets a value indicating whether the component tray for the designer
  4197. is in auto-arrange mode.</para>
  4198. </summary>
  4199. </member>
  4200. <member name="P:System.Windows.Forms.Design.ComponentDocumentDesigner.TrayLargeIcon">
  4201. <summary>
  4202. <para> Gets or sets a value indicating whether the component tray for the designer is in large icon mode.</para>
  4203. </summary>
  4204. </member>
  4205. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.#ctor(System.Windows.Forms.Design.ComponentDocumentDesigner,System.IServiceProvider)">
  4206. </member>
  4207. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.AddComponent(System.ComponentModel.IComponent)">
  4208. <summary>
  4209. Adds a component to the tray.
  4210. </summary>
  4211. <param name="component">
  4212. The component to add.
  4213. </param>
  4214. </member>
  4215. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.OnDragDrop(System.Windows.Forms.DragEventArgs)">
  4216. <summary>
  4217. We don't want to allow drag/drop operations onto the banner area.
  4218. </summary>
  4219. </member>
  4220. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.OnDragOver(System.Windows.Forms.DragEventArgs)">
  4221. <summary>
  4222. We don't want to allow drag/drop operations onto the banner area.
  4223. </summary>
  4224. </member>
  4225. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.OnSetCursor">
  4226. <summary>
  4227. Sets the cursor. We override to provide support for the toolbox.
  4228. </summary>
  4229. </member>
  4230. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.RemoveComponent(System.ComponentModel.IComponent)">
  4231. <summary>
  4232. Removes a component from the tray.
  4233. </summary>
  4234. <param name="component">
  4235. The component to remove.
  4236. </param>
  4237. </member>
  4238. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.WndProc(System.Windows.Forms.Message@)">
  4239. <summary>
  4240. We override the wndproc of the control so we can intercept non client
  4241. messages. We create the banner for the composition designer by
  4242. changing the dimensions of the non-client area.
  4243. </summary>
  4244. <param name="m">
  4245. Win32 message
  4246. </param>
  4247. </member>
  4248. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.#ctor(System.Windows.Forms.Design.ComponentDocumentDesigner)">
  4249. <summary>
  4250. Creates a new selection UI handler for the given
  4251. composition designer.
  4252. </summary>
  4253. <param name="compositionDesigner">
  4254. The composition designer this handler will work with to
  4255. help provide selection UI.
  4256. </param>
  4257. </member>
  4258. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetComponent">
  4259. <summary>
  4260. Retrieves the base component for the selection handler.
  4261. </summary>
  4262. <returns>
  4263. The component for this selection handler.
  4264. </returns>
  4265. </member>
  4266. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetControl">
  4267. <summary>
  4268. Retrieves the base component's UI control for the selection handler.
  4269. </summary>
  4270. <returns>
  4271. The UI control for this selection handler's base control.
  4272. </returns>
  4273. </member>
  4274. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetControl(System.ComponentModel.IComponent)">
  4275. <summary>
  4276. Retrieves the UI control for the given component.
  4277. </summary>
  4278. <param name="component">
  4279. The component to retrieve the UI control for.
  4280. </param>
  4281. <returns>
  4282. The control that provides UI for this component.
  4283. </returns>
  4284. </member>
  4285. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetCurrentSnapSize">
  4286. <summary>
  4287. Retrieves the current grid snap size we should snap objects
  4288. to.
  4289. </summary>
  4290. </member>
  4291. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetService(System.Type)">
  4292. <summary>
  4293. We use this to request often-used services.
  4294. </summary>
  4295. </member>
  4296. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetShouldSnapToGrid">
  4297. <summary>
  4298. Determines if the selection UI handler should attempt to snap
  4299. objects to a grid.
  4300. </summary>
  4301. </member>
  4302. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.GetUpdatedRect(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
  4303. <summary>
  4304. Given a rectangle, this updates the dimensions of it
  4305. with any grid snaps and returns a new rectangle. If
  4306. no changes to the rectangle's size were needed, this
  4307. may return the same rectangle.
  4308. </summary>
  4309. <param name="originalRect">
  4310. The rectangle to update.
  4311. </param>
  4312. <param name="dragRect">
  4313. The dragging rectangle of the component.
  4314. </param>
  4315. <param name="updateSize">
  4316. True to updateSize as well
  4317. </param>
  4318. <returns>
  4319. A rectangle with updated dimensions.
  4320. </returns>
  4321. </member>
  4322. <member name="M:System.Windows.Forms.Design.ComponentDocumentDesigner.CompositionUI.CompositionSelectionUIHandler.SetCursor">
  4323. <summary>
  4324. Asks the handler to set the appropriate cursor
  4325. </summary>
  4326. </member>
  4327. <member name="M:System.Windows.Forms.Design.ContainerSelectorActiveEventArgs.#ctor(System.Object)">
  4328. </member>
  4329. <member name="M:System.Windows.Forms.Design.ContainerSelectorActiveEventArgs.#ctor(System.Object,System.Windows.Forms.Design.ContainerSelectorActiveEventArgsType)">
  4330. </member>
  4331. <member name="P:System.Windows.Forms.Design.ContainerSelectorActiveEventArgs.Component">
  4332. </member>
  4333. <member name="P:System.Windows.Forms.Design.ContainerSelectorActiveEventArgs.EventType">
  4334. </member>
  4335. <member name="F:System.Windows.Forms.Design.ContainerSelectorActiveEventArgsType.Contextmenu">
  4336. <summary>
  4337. <para>
  4338. Indicates
  4339. the container of the active event was the contextmenu.
  4340. </para>
  4341. </summary>
  4342. </member>
  4343. <member name="F:System.Windows.Forms.Design.ContainerSelectorActiveEventArgsType.Mouse">
  4344. <summary>
  4345. <para>
  4346. Indicates
  4347. the container of the active event was the mouse.
  4348. </para>
  4349. </summary>
  4350. </member>
  4351. <member name="M:System.Windows.Forms.Design.ControlCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  4352. <summary>
  4353. Deserilizes the given CodeDom object into a real object. This
  4354. will use the serialization manager to create objects and resolve
  4355. data types. The root of the object graph is returned.
  4356. </summary>
  4357. <param name="manager">
  4358. A serialization manager interface that is used during the deserialization
  4359. process.
  4360. </param>
  4361. <param name="codeObject">
  4362. A CodeDom object to deserialize. For this serializer this must point to
  4363. a CodeStatementCollection that has statements whose left hand side
  4364. ultimately points to the object we need to deserialize.
  4365. </param>
  4366. <returns>
  4367. An object representing the deserialized CodeDom object.
  4368. </returns>
  4369. </member>
  4370. <member name="M:System.Windows.Forms.Design.ControlCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
  4371. <summary>
  4372. Serializes the given object into a CodeDom object.
  4373. </summary>
  4374. <param name="manager">
  4375. A serialization manager interface that is used during the deserialization
  4376. process.
  4377. </param>
  4378. <param name="value">
  4379. The object to serialize.
  4380. </param>
  4381. <returns>
  4382. A CodeDom object representing the object that has been serialized. For components,
  4383. this returns a CodeStatementCollection containing all of the properties, events
  4384. and methods that had to be set to serialize the given component. In addition,
  4385. this may create a variable reference in a CodeTypeDeclaration, if one can be
  4386. found in the serialization context stack.
  4387. </returns>
  4388. </member>
  4389. <member name="M:System.Windows.Forms.Design.ControlCommandSet.#ctor(System.ComponentModel.ISite)">
  4390. <summary>
  4391. Creates a new CommandSet object. This object implements the set
  4392. of commands that the UI.Win32 form designer offers.
  4393. </summary>
  4394. </member>
  4395. <member name="M:System.Windows.Forms.Design.ControlCommandSet.Dispose">
  4396. <summary>
  4397. Disposes of this object, removing all commands from the menu service.
  4398. </summary>
  4399. </member>
  4400. <member name="M:System.Windows.Forms.Design.ControlCommandSet.GetSnapInformation(System.ComponentModel.Design.IDesignerHost,System.ComponentModel.IComponent,System.Drawing.Size@,System.ComponentModel.IComponent@,System.ComponentModel.PropertyDescriptor@)">
  4401. <summary>
  4402. Retrieves the snap information for the given component.
  4403. </summary>
  4404. </member>
  4405. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnKeyCancel(System.Object)">
  4406. <summary>
  4407. Called for the two cancel commands we support.
  4408. </summary>
  4409. <param name="sender">
  4410. The MenuCommand object sending the event.
  4411. </param>
  4412. </member>
  4413. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnKeySize(System.Object,System.EventArgs)">
  4414. <summary>
  4415. Called for the various sizing commands we support.
  4416. </summary>
  4417. <param name="sender">
  4418. The MenuCommand object sending the event.
  4419. </param>
  4420. <param name="e">
  4421. The event that was sent.
  4422. </param>
  4423. </member>
  4424. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnKeySelect(System.Object,System.EventArgs)">
  4425. <summary>
  4426. Called for selection via the tab key.
  4427. </summary>
  4428. <param name="sender">
  4429. The MenuCommand object sending the event.
  4430. </param>
  4431. <param name="e">
  4432. The event that was sent.
  4433. </param>
  4434. </member>
  4435. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnMenuLockControls(System.Object,System.EventArgs)">
  4436. <summary>
  4437. Called when the lock controls menu item is selected.
  4438. </summary>
  4439. <param name="sender">
  4440. The MenuCommand object sending the event.
  4441. </param>
  4442. <param name="e">
  4443. The event that was sent.
  4444. </param>
  4445. </member>
  4446. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnStatusAnyControls(System.Object,System.EventArgs)">
  4447. <summary>
  4448. Determines the status of a menu command. Commands with this event
  4449. handler are enabled when there is one or more controls on the design
  4450. surface.
  4451. </summary>
  4452. <param name="sender">
  4453. Object that sent the event. This must be a MenuCommand
  4454. object.
  4455. </param>
  4456. <param name="e">
  4457. Event. This is not used.
  4458. </param>
  4459. </member>
  4460. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnStatusControlsOnlySelection(System.Object,System.EventArgs)">
  4461. <summary>
  4462. Determines the status of a menu command. Commands with this event
  4463. handler are enabled when one or more objects are selected.
  4464. </summary>
  4465. <param name="sender">
  4466. Object that sent the event. This must be a MenuCommand
  4467. object.
  4468. </param>
  4469. <param name="e">
  4470. Event. This is not used.
  4471. </param>
  4472. </member>
  4473. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnStatusMultiSelect(System.Object,System.EventArgs)">
  4474. <summary>
  4475. Determines the status of a menu command. Commands with this event
  4476. handler are enabled when more than one object is selected.
  4477. </summary>
  4478. <param name="sender">
  4479. Object that sent the event. This must be a MenuCommand
  4480. object.
  4481. </param>
  4482. <param name="e">
  4483. Event. This is not used.
  4484. </param>
  4485. </member>
  4486. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnStatusMultiSelectPrimary(System.Object,System.EventArgs)">
  4487. <summary>
  4488. Determines the status of a menu command. Commands with this event
  4489. handler are enabled when more than one object is selected and one
  4490. of them is marked as the primary selection.
  4491. </summary>
  4492. <param name="sender">
  4493. Object that sent the event. This must be a MenuCommand
  4494. object.
  4495. </param>
  4496. <param name="e">
  4497. Event. This is not used.
  4498. </param>
  4499. </member>
  4500. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnStatusShowGrid(System.Object,System.EventArgs)">
  4501. <summary>
  4502. Determines the status of a menu command. This event handler is
  4503. dedicated to the ShowGrid item.
  4504. </summary>
  4505. <param name="sender">
  4506. Object that sent the event. This must be a MenuCommand
  4507. object.
  4508. </param>
  4509. <param name="e">
  4510. Event. This is not used.
  4511. </param>
  4512. </member>
  4513. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnStatusSnapToGrid(System.Object,System.EventArgs)">
  4514. <summary>
  4515. Determines the status of a menu command. This event handler is
  4516. dedicated to the SnapToGrid item.
  4517. </summary>
  4518. <param name="sender">
  4519. Object that sent the event. This must be a MenuCommand
  4520. object.
  4521. </param>
  4522. <param name="e">
  4523. Event. This is not used.
  4524. </param>
  4525. </member>
  4526. <member name="M:System.Windows.Forms.Design.ControlCommandSet.OnUpdateCommandStatus">
  4527. <summary>
  4528. This is called when the selection has changed. Anyone using CommandSetItems
  4529. that need to update their status based on selection changes should override
  4530. this and update their own commands at this time. The base implementaion
  4531. runs through all base commands and calls UpdateStatus on them.
  4532. </summary>
  4533. </member>
  4534. <member name="M:System.Windows.Forms.Design.ControlCommandSet.ControlComparer.Compare(System.Object,System.Object)">
  4535. <summary>
  4536. <para>Compares two controls for equality.</para>
  4537. </summary>
  4538. <param name="x">The first object to compare.</param>
  4539. <param name=" y">The second object to compare.</param>
  4540. </member>
  4541. <member name="M:System.Windows.Forms.Design.DataGridColumnCollectionEditor.CreateNewItemTypes">
  4542. <summary>
  4543. <para>
  4544. Gets the
  4545. data types this collection can contain.</para>
  4546. </summary>
  4547. <returns>
  4548. <para>An array of types this collection can contain.</para>
  4549. </returns>
  4550. </member>
  4551. <member name="F:System.Windows.Forms.Design.DataGridDesigner.designerVerbs">
  4552. <summary>
  4553. <para>Gets the design-time verbs suppoted by the component associated with the
  4554. designer.</para>
  4555. </summary>
  4556. </member>
  4557. <member name="M:System.Windows.Forms.Design.DataGridDesigner.#ctor">
  4558. <summary>
  4559. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.DataGridDesigner" /> class.</para>
  4560. </summary>
  4561. </member>
  4562. <member name="M:System.Windows.Forms.Design.DataGridDesigner.OnAutoFormat(System.Object,System.EventArgs)">
  4563. <summary>
  4564. <para>Raises the AutoFormat event.</para>
  4565. </summary>
  4566. <param name="sender">The source of the event.</param>
  4567. <param name=" e">An EventArgs that contains the event data.</param>
  4568. </member>
  4569. <member name="M:System.Windows.Forms.Design.DataGridDesigner.OnPopulateGrid(System.Object,System.EventArgs)">
  4570. <summary>
  4571. <para>Raises the PopulateGrid event.</para>
  4572. </summary>
  4573. <param name="sender">The source of the event.</param>
  4574. <param name=" evevent">An EventArgs that contains the event data.</param>
  4575. </member>
  4576. <member name="P:System.Windows.Forms.Design.DataGridDesigner.Verbs">
  4577. <summary>
  4578. <para>Gets the design-time verbs supported by the component associated with the
  4579. designer.</para>
  4580. </summary>
  4581. </member>
  4582. <member name="M:System.Windows.Forms.Design.DateTimePickerDesigner.OnSetComponentDefaults">
  4583. </member>
  4584. <member name="P:System.Windows.Forms.Design.DateTimePickerDesigner.SelectionRules">
  4585. </member>
  4586. <member name="M:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.CanResetValue(System.Object)">
  4587. <summary>
  4588. <para>Gets a value indicating whether the specified component can reset the value
  4589. of the property.</para>
  4590. </summary>
  4591. <param name="component">The component to test whether it can change the value of the property.</param>
  4592. <returns>
  4593. <para>
  4594. <see langword="true" /> if the value can be reset; otherwise,
  4595. <see langword="false" />.</para>
  4596. </returns>
  4597. </member>
  4598. <member name="M:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.GetValue(System.Object)">
  4599. <summary>
  4600. <para>Gets a value from the specified component.</para>
  4601. </summary>
  4602. <param name="component">The component to retrieve a value from.</param>
  4603. <returns>
  4604. <para>The value of the specified component.</para>
  4605. </returns>
  4606. </member>
  4607. <member name="M:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.ResetValue(System.Object)">
  4608. <summary>
  4609. <para>Resets the value of the specified component.</para>
  4610. </summary>
  4611. <param name="component">The component to reset the value of.</param>
  4612. </member>
  4613. <member name="M:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.SetValue(System.Object,System.Object)">
  4614. <summary>
  4615. <para>Sets the specified value for the specified component.</para>
  4616. </summary>
  4617. <param name="component">The component to set the value for.</param>
  4618. <param name=" value">The value to set.</param>
  4619. </member>
  4620. <member name="M:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.ShouldSerializeValue(System.Object)">
  4621. <summary>
  4622. <para>Indicates whether the specified component should persist the value.</para>
  4623. </summary>
  4624. <param name="component">The component to determine whether the value of should be persisted.</param>
  4625. <returns>
  4626. <para>
  4627. <see langword="true" /> if the value should be persisted;
  4628. otherwise, <see langword="false" />.</para>
  4629. </returns>
  4630. </member>
  4631. <member name="P:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.ComponentType">
  4632. <summary>
  4633. <para>Gets or sets the type of the component that owns the property.</para>
  4634. </summary>
  4635. </member>
  4636. <member name="P:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.Converter">
  4637. <summary>
  4638. <para>Gets or sets the type converter.</para>
  4639. </summary>
  4640. </member>
  4641. <member name="P:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.IsReadOnly">
  4642. <summary>
  4643. <para>Indicates whether the property is read-only.</para>
  4644. </summary>
  4645. </member>
  4646. <member name="P:System.Windows.Forms.Design.DesignBindingPropertyDescriptor.PropertyType">
  4647. <summary>
  4648. <para>Gets or sets the type of the property.</para>
  4649. </summary>
  4650. </member>
  4651. <member name="M:System.Windows.Forms.Design.DesignerExtenders.#ctor(System.ComponentModel.Design.IExtenderProviderService)">
  4652. </member>
  4653. <member name="M:System.Windows.Forms.Design.DesignerExtenders.Dispose">
  4654. </member>
  4655. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifiersExtenderProvider.CanExtend(System.Object)">
  4656. </member>
  4657. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifiersExtenderProvider.GetModifiers(System.ComponentModel.IComponent)">
  4658. </member>
  4659. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifiersExtenderProvider.SetModifiers(System.ComponentModel.IComponent,System.CodeDom.MemberAttributes)">
  4660. </member>
  4661. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifiersInheritedExtenderProvider.CanExtend(System.Object)">
  4662. </member>
  4663. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifiersInheritedExtenderProvider.GetModifiers(System.ComponentModel.IComponent)">
  4664. </member>
  4665. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  4666. </member>
  4667. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  4668. </member>
  4669. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  4670. </member>
  4671. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  4672. </member>
  4673. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  4674. </member>
  4675. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  4676. </member>
  4677. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  4678. </member>
  4679. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  4680. </member>
  4681. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  4682. </member>
  4683. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  4684. </member>
  4685. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  4686. </member>
  4687. <member name="M:System.Windows.Forms.Design.DesignerExtenders.ModifierConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  4688. </member>
  4689. <member name="M:System.Windows.Forms.Design.IOverlayService.PushOverlay(System.Windows.Forms.Control)">
  4690. <summary>
  4691. Pushes the given control on top of the overlay list. This is a "push"
  4692. operation, meaning that it forces this control to the top of the existing
  4693. overlay list.
  4694. </summary>
  4695. <param name="control">
  4696. The control to push to the top of the overlay list. An
  4697. exception will be thrown if this control is already in
  4698. the list.
  4699. </param>
  4700. </member>
  4701. <member name="M:System.Windows.Forms.Design.IOverlayService.RemoveOverlay(System.Windows.Forms.Control)">
  4702. <summary>
  4703. Removes the given control from the overlay list. Unlike pushOverlay,
  4704. this can remove a control from the middle of the overlay list.
  4705. </summary>
  4706. <param name="control">
  4707. The control to remove. An exception will be thrown if this
  4708. control is not currently in the list.
  4709. </param>
  4710. </member>
  4711. <member name="M:System.Windows.Forms.Design.ISplitWindowService.AddSplitWindow(System.Windows.Forms.Control)">
  4712. <summary>
  4713. Requests the service to add a window 'pane'.
  4714. </summary>
  4715. <param name="window">
  4716. The window pane to add.
  4717. </param>
  4718. </member>
  4719. <member name="M:System.Windows.Forms.Design.ISplitWindowService.RemoveSplitWindow(System.Windows.Forms.Control)">
  4720. <summary>
  4721. Requests the service to remove a window 'pane'.
  4722. </summary>
  4723. <param name="window">
  4724. The window pane to add.
  4725. </param>
  4726. </member>
  4727. <member name="M:System.Windows.Forms.Design.DesignerFrame.#ctor(System.ComponentModel.ISite)">
  4728. </member>
  4729. <member name="M:System.Windows.Forms.Design.DesignerFrame.Initialize(System.Windows.Forms.Control)">
  4730. </member>
  4731. <member name="M:System.Windows.Forms.Design.DesignerFrame.OnGotFocus(System.EventArgs)">
  4732. </member>
  4733. <member name="M:System.Windows.Forms.Design.DesignerFrame.OnLostFocus(System.EventArgs)">
  4734. </member>
  4735. <member name="M:System.Windows.Forms.Design.DesignerFrame.ProcessDialogKey(System.Windows.Forms.Keys)">
  4736. </member>
  4737. <member name="M:System.Windows.Forms.Design.DesignerFrame.WndProc(System.Windows.Forms.Message@)">
  4738. </member>
  4739. <member name="M:System.Windows.Forms.Design.DesignerFrame.OverlayControl.#ctor(System.IServiceProvider)">
  4740. </member>
  4741. <member name="M:System.Windows.Forms.Design.DesignerFrame.OverlayControl.OnCreateControl">
  4742. </member>
  4743. <member name="M:System.Windows.Forms.Design.DesignerFrame.OverlayControl.OnLayout(System.Windows.Forms.LayoutEventArgs)">
  4744. </member>
  4745. <member name="M:System.Windows.Forms.Design.DesignerFrame.OverlayControl.PushOverlay(System.Windows.Forms.Control)">
  4746. </member>
  4747. <member name="M:System.Windows.Forms.Design.DesignerFrame.OverlayControl.RemoveOverlay(System.Windows.Forms.Control)">
  4748. </member>
  4749. <member name="M:System.Windows.Forms.Design.DesignerFrame.OverlayControl.WndProc(System.Windows.Forms.Message@)">
  4750. </member>
  4751. <member name="P:System.Windows.Forms.Design.DesignerFrame.OverlayControl.OverlayVisible">
  4752. </member>
  4753. <member name="M:System.Windows.Forms.Design.DockEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  4754. <summary>
  4755. <para>Edits the specifiedn object value using the editor style provided by
  4756. GetEditorStyle. A service provider is provided so that any
  4757. required editing services can be obtained.</para>
  4758. </summary>
  4759. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </param>
  4760. <param name="provider">A service provider object through which editing services may be obtained. </param>
  4761. <param name="value">An instance of the value being edited. </param>
  4762. <returns>
  4763. <para>The new value of the object. If the value of the object hasn't
  4764. changed, this should return the same object it was passed.</para>
  4765. </returns>
  4766. </member>
  4767. <member name="M:System.Windows.Forms.Design.DockEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  4768. <summary>
  4769. <para>Retrieves the editing style of the EditValue method. If the method
  4770. is not supported, this will return None.</para>
  4771. </summary>
  4772. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </param>
  4773. <returns>
  4774. <para>An enum value indicating the provided editing style.</para>
  4775. </returns>
  4776. </member>
  4777. <member name="T:System.Windows.Forms.Design.DocumentDesigner">
  4778. <summary>
  4779. <para>Provides a designer that extends the <see cref="T:System.Windows.Forms.Design.ScrollableControlDesigner" /> and implements <see cref="T:System.ComponentModel.Design.IRootDesigner" />.</para>
  4780. </summary>
  4781. </member>
  4782. <member name="T:System.Windows.Forms.Design.ScrollableControlDesigner">
  4783. <summary>
  4784. <para> Extends design-time behavior for scrollable controls.</para>
  4785. </summary>
  4786. </member>
  4787. <member name="T:System.Windows.Forms.Design.ParentControlDesigner">
  4788. <summary>
  4789. <para>Extends design-time behavior for a
  4790. Windows Forms control. This designer extends <see cref="T:System.Windows.Forms.Design.ControlDesigner" /> and provides a selection UI handler
  4791. and the ability to add and manipulate nested components.</para>
  4792. </summary>
  4793. </member>
  4794. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.Dispose(System.Boolean)">
  4795. <summary>
  4796. <para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Design.ParentControlDesigner" /> and optionally releases the managed
  4797. resources.</para>
  4798. </summary>
  4799. <param name="disposing">
  4800. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  4801. </member>
  4802. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.InvokeCreateTool(System.Windows.Forms.Design.ParentControlDesigner,System.Drawing.Design.ToolboxItem)">
  4803. <summary>
  4804. <para>Creates a tool from the specified <see cref="T:System.Drawing.Design.ToolboxItem" /> . </para>
  4805. </summary>
  4806. <param name="toInvoke">The <see cref="T:System.Windows.Forms.Design.ParentControlDesigner" /> that the tool is to be used with.</param>
  4807. <param name=" tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to create a tool from.</param>
  4808. </member>
  4809. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.CanParent(System.Windows.Forms.Design.ControlDesigner)">
  4810. <summary>
  4811. <para>Indicates whether the control managed by the
  4812. specified designer can be a child of the control managed by this designer.</para>
  4813. </summary>
  4814. <param name="controlDesigner">The designer that manages the control to determine whether can be a child of the control managed by the designer.</param>
  4815. <returns>
  4816. <para>
  4817. <see langword="true" /> if the control managed by the
  4818. specified designer can be a child of the control managed by this designer;
  4819. otherwise, <see langword="false" /> .</para>
  4820. </returns>
  4821. </member>
  4822. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.CanParent(System.Windows.Forms.Control)">
  4823. <summary>
  4824. <para>Indicates whether the specified control can be a child of the control
  4825. managed by this designer.</para>
  4826. </summary>
  4827. <param name="control">The <see cref="T:System.Windows.Forms.Control" /> to determine whether can be a child of the designer.</param>
  4828. <returns>
  4829. <para>
  4830. <see langword="true" /> if
  4831. the specified control can be a child of the control managed by this designer;
  4832. otherwise, <see langword="false" />.</para>
  4833. </returns>
  4834. </member>
  4835. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.CreateTool(System.Drawing.Design.ToolboxItem)">
  4836. <summary>
  4837. <para>Creates a component or control from the specified tool and adds it to the current design document.</para>
  4838. </summary>
  4839. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to create a component from.</param>
  4840. </member>
  4841. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.CreateTool(System.Drawing.Design.ToolboxItem,System.Drawing.Point)">
  4842. <summary>
  4843. <para>Creates a component or control from the specified tool and adds it to the current design document at
  4844. the specified location.</para>
  4845. </summary>
  4846. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to create a component from.</param>
  4847. <param name="location">The <see cref="T:System.Drawing.Point" /> , in design-time view screen coordinates, at which to center the component. </param>
  4848. </member>
  4849. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.CreateTool(System.Drawing.Design.ToolboxItem,System.Drawing.Rectangle)">
  4850. <summary>
  4851. <para> Creates a component or control from the specified tool and adds it to the current design document
  4852. within the bounds of the specified rectangle.</para>
  4853. </summary>
  4854. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to create a component from.</param>
  4855. <param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> indicating the location and size for the component created from the tool. The <see cref="P:System.Drawing.Rectangle.X" /> and <see cref="P:System.Drawing.Rectangle.Y" /> values of the <see cref="T:System.Drawing.Rectangle" /> indicate the design-time view screen coordinates of the upper-left corner of the component.</param>
  4856. </member>
  4857. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.CreateToolCore(System.Drawing.Design.ToolboxItem,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
  4858. <summary>
  4859. <para> Provides core functionality for all the <see cref="M:System.Windows.Forms.Design.ParentControlDesigner.CreateTool(System.Drawing.Design.ToolboxItem)" />
  4860. methods.</para>
  4861. </summary>
  4862. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to create a component from.</param>
  4863. <param name="x"> The horizontal position, in design-time view coordinates, of the location of the left edge of the tool, if a size is specified, or of the center of the tool, if no size is specified.</param>
  4864. <param name="y"> The vertical position, in design-time view coordinates, of the location of the top edge of the tool, if a size is specified, or of the center of the tool, if no size is specified.</param>
  4865. <param name="width">The width of the tool. This parameter is ignored if the <paramref name="hasSize" /> parameter is set to <see langword="false" /> .</param>
  4866. <param name="height">The height of the tool. This parameter is ignored if the <paramref name="hasSize" /> parameter is set to <see langword="false" /> .</param>
  4867. <param name="hasLocation">
  4868. <see langword="true" /> if a location for the component is specified; <see langword="false" /> if the component is to be positioned in the center of the currently selected control.</param>
  4869. <param name="hasSize">
  4870. <see langword="true" /> if a size for the component is specified; <see langword="false" /> if the default height and width values for the component are to be used.</param>
  4871. <returns>
  4872. <para> An array of components created from the tool.</para>
  4873. </returns>
  4874. </member>
  4875. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.GetControl(System.Object)">
  4876. <summary>
  4877. <para>Gets the control from the designer of the specified component.</para>
  4878. </summary>
  4879. <param name="component">The component to retrieve the control for.</param>
  4880. <returns>
  4881. <para>The <see cref="T:System.Windows.Forms.Control" /> that the specified component belongs
  4882. to.</para>
  4883. </returns>
  4884. </member>
  4885. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.GetUpdatedRect(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
  4886. <summary>
  4887. <para>Updates the position of the specified rectangle,
  4888. adjusting it for grid alignment if gird alignment mode is
  4889. enabled.</para>
  4890. </summary>
  4891. <param name="originalRect">A <see cref="T:System.Drawing.Rectangle" /> indicating the initial position of the component being updated. </param>
  4892. <param name="dragRect">A <see cref="T:System.Drawing.Rectangle" /> indicating the new position of the component. </param>
  4893. <param name="updateSize">
  4894. <see langword="true" /> to update the size of the rectangle, if there has been any change; otherwise, <see langword="false" />. </param>
  4895. <returns>
  4896. <para> A rectangle indicating
  4897. the position of the component in design-time view screen coordinates. If no changes have been made,
  4898. this method returns the original rectangle.</para>
  4899. </returns>
  4900. </member>
  4901. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.Initialize(System.ComponentModel.IComponent)">
  4902. <summary>
  4903. <para>Initializes the designer with the specified component.</para>
  4904. </summary>
  4905. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to associate with the designer. </param>
  4906. </member>
  4907. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnDragDrop(System.Windows.Forms.DragEventArgs)">
  4908. <summary>
  4909. <para> Provides an opportunity to perform
  4910. processing when an object is dropped onto a designer control.</para>
  4911. </summary>
  4912. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  4913. </member>
  4914. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnDragEnter(System.Windows.Forms.DragEventArgs)">
  4915. <summary>
  4916. <para> Provides an opportunity to perform processing when an object is dragged into the area over the designer's control.</para>
  4917. </summary>
  4918. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  4919. </member>
  4920. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnDragLeave(System.EventArgs)">
  4921. <summary>
  4922. <para>Provides an opportunity to perform processing when an object is dragged out of the area over the designer's control.</para>
  4923. </summary>
  4924. <param name="e">An <see cref="T:System.EventArgs" /> that provides data for the event.</param>
  4925. </member>
  4926. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnDragOver(System.Windows.Forms.DragEventArgs)">
  4927. <summary>
  4928. <para> Provides an opportunity to perform processing when an object is dragged over the control designer view.</para>
  4929. </summary>
  4930. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  4931. </member>
  4932. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
  4933. <summary>
  4934. <para> Provides an opportunity to perform processing to
  4935. provide visual cues based on the location of the mouse
  4936. while a drag operation is in progress.</para>
  4937. </summary>
  4938. <param name="e">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that provides data for the event.</param>
  4939. </member>
  4940. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnMouseDragBegin(System.Int32,System.Int32)">
  4941. <summary>
  4942. <para> Provides an opportunity to perform processing when a drag operation begins.</para>
  4943. </summary>
  4944. <param name="x">The x position, in control coordinates, of the mouse. </param>
  4945. <param name="y">The y position, in control coordinates, of the mouse. </param>
  4946. </member>
  4947. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnMouseDragEnd(System.Boolean)">
  4948. <summary>
  4949. <para> Provides an opportunity to perform processing when a drag operation
  4950. ends.</para>
  4951. </summary>
  4952. <param name="cancel">
  4953. <see langword="true" /> to cancel the drag operation; <see langword="false" /> to commit it. </param>
  4954. </member>
  4955. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnMouseDragMove(System.Int32,System.Int32)">
  4956. <summary>
  4957. <para>Provides an opportunity to perform processing for
  4958. each movement of the mouse during an OLE drag operation.</para>
  4959. </summary>
  4960. <param name="x">The x position, in screen coordinates, of the mouse. </param>
  4961. <param name="y">The y position, in screen coordinates, of the mouse. </param>
  4962. </member>
  4963. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnMouseEnter">
  4964. <summary>
  4965. <para>Provides an opportunity to perform processing when the mouse cursor enters the area over the
  4966. control.</para>
  4967. </summary>
  4968. </member>
  4969. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnMouseHover">
  4970. <summary>
  4971. <para>Provides an opportunity to perform processing when the mouse hovers
  4972. at a point over the control.</para>
  4973. </summary>
  4974. </member>
  4975. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnMouseLeave">
  4976. <summary>
  4977. <para> Provides an opportunity to perform processing when the mouse leaves
  4978. the area over the control.</para>
  4979. </summary>
  4980. </member>
  4981. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
  4982. <summary>
  4983. <para>Provides an opportunity to perform processing after a component has finished painting.</para>
  4984. </summary>
  4985. <param name="pe">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that provides data for the event. </param>
  4986. </member>
  4987. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.OnSetCursor">
  4988. <summary>
  4989. <para>
  4990. Provides an opportunity to change the current mouse cursor.</para>
  4991. </summary>
  4992. </member>
  4993. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.PreFilterProperties(System.Collections.IDictionary)">
  4994. <summary>
  4995. <para> Adjusts the set of properties the component will expose
  4996. through a <see cref="T:System.ComponentModel.TypeDescriptor" />
  4997. .</para>
  4998. </summary>
  4999. <param name="properties">An <see cref="T:System.Collections.IDictionary" /> that contains the properties for the class of the component. </param>
  5000. </member>
  5001. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.WndProc(System.Windows.Forms.Message@)">
  5002. <summary>
  5003. <para> Processes Windows messages.</para>
  5004. </summary>
  5005. <param name="m">The <see cref="T:System.Windows.Forms.Message" /> to process.</param>
  5006. </member>
  5007. <member name="P:System.Windows.Forms.Design.ParentControlDesigner.DefaultControlLocation">
  5008. <summary>
  5009. <para>Gets the default location for a control added to the designer.</para>
  5010. </summary>
  5011. </member>
  5012. <member name="P:System.Windows.Forms.Design.ParentControlDesigner.DrawGrid">
  5013. <summary>
  5014. <para> Gets
  5015. or sets a value indicating whether a
  5016. grid should be drawn on the control for this designer.</para>
  5017. </summary>
  5018. </member>
  5019. <member name="P:System.Windows.Forms.Design.ParentControlDesigner.EnableDragRect">
  5020. <summary>
  5021. <para>Gets a value indicating whether drag rectangles are drawn by the designer.</para>
  5022. </summary>
  5023. </member>
  5024. <member name="P:System.Windows.Forms.Design.ParentControlDesigner.GridSize">
  5025. <summary>
  5026. <para>
  5027. Gets or sets the size of each square of
  5028. the grid that is drawn when the designer is in grid draw
  5029. mode.</para>
  5030. </summary>
  5031. </member>
  5032. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ControlOleDragDropHandler.OnInitializeComponent(System.ComponentModel.IComponent,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
  5033. <summary>
  5034. This is called by the drag drop handler for each new tool that is created. It gives us a chance to
  5035. place the control on the correct designer.
  5036. </summary>
  5037. </member>
  5038. <member name="M:System.Windows.Forms.Design.IMenuStatusHandler.OverrideInvoke(System.ComponentModel.Design.MenuCommand)">
  5039. <summary>
  5040. CommandSet will check with this handler on each status update
  5041. to see if the handler wants to override the availability of
  5042. this command.
  5043. </summary>
  5044. <param name="cmd">
  5045. The menu command to override the invokation for.
  5046. </param>
  5047. <returns>
  5048. true if the handler overrode the invocation on
  5049. the command.
  5050. </returns>
  5051. </member>
  5052. <member name="M:System.Windows.Forms.Design.IMenuStatusHandler.OverrideStatus(System.ComponentModel.Design.MenuCommand)">
  5053. <summary>
  5054. CommandSet will check with this handler on each status update
  5055. to see if the handler wants to override the availability of
  5056. this command.
  5057. </summary>
  5058. <param name="cmd">
  5059. The menu command to override the status for.
  5060. </param>
  5061. <returns>
  5062. true if the handler overrode the status on
  5063. the command.
  5064. </returns>
  5065. </member>
  5066. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.EscapeHandler.#ctor(System.Windows.Forms.Design.ParentControlDesigner)">
  5067. <summary>
  5068. Creates a new escape handler.
  5069. </summary>
  5070. </member>
  5071. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.EscapeHandler.OverrideInvoke(System.ComponentModel.Design.MenuCommand)">
  5072. <summary>
  5073. CommandSet will check with this handler on each status update
  5074. to see if the handler wants to override the availability of
  5075. this command.
  5076. </summary>
  5077. <param name="cmd">
  5078. The menu command to override the invokation for.
  5079. </param>
  5080. <returns>
  5081. true if the handler overrode the invocation on
  5082. the command.
  5083. </returns>
  5084. </member>
  5085. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.EscapeHandler.OverrideStatus(System.ComponentModel.Design.MenuCommand)">
  5086. <summary>
  5087. CommandSet will check with this handler on each status update
  5088. to see if the handler wants to override the availability of
  5089. this command.
  5090. </summary>
  5091. <param name="cmd">
  5092. The menu command to override the status for.
  5093. </param>
  5094. <returns>
  5095. true if the handler overrode the status on
  5096. the command.
  5097. </returns>
  5098. </member>
  5099. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.#ctor(System.Windows.Forms.Design.ParentControlDesigner)">
  5100. <summary>
  5101. Creates a new selection UI handler for the given
  5102. designer.
  5103. </summary>
  5104. <param name="parentControlDesigner">
  5105. The designer this handler will work with to
  5106. help provide selection UI.
  5107. </param>
  5108. </member>
  5109. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.GetComponent">
  5110. <summary>
  5111. Retrieves the base component for the selection handler.
  5112. </summary>
  5113. <returns>
  5114. The component for this selection handler.
  5115. </returns>
  5116. </member>
  5117. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.GetControl">
  5118. <summary>
  5119. Retrieves the base component's UI control for the selection handler.
  5120. </summary>
  5121. <returns>
  5122. The UI control for this selection handler's base control.
  5123. </returns>
  5124. </member>
  5125. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.GetControl(System.ComponentModel.IComponent)">
  5126. <summary>
  5127. Retrieves the UI control for the given component.
  5128. </summary>
  5129. <param name="component">
  5130. The component to retrieve the UI control for.
  5131. </param>
  5132. <returns>
  5133. The control that provides UI for this component.
  5134. </returns>
  5135. </member>
  5136. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.GetCurrentSnapSize">
  5137. <summary>
  5138. Retrieves the current grid snap size we should snap objects
  5139. to.
  5140. </summary>
  5141. </member>
  5142. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.GetService(System.Type)">
  5143. <summary>
  5144. We use this to request often-used services.
  5145. </summary>
  5146. </member>
  5147. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.GetShouldSnapToGrid">
  5148. <summary>
  5149. Determines if the selection UI handler should attempt to snap
  5150. objects to a grid.
  5151. </summary>
  5152. </member>
  5153. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.GetUpdatedRect(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
  5154. <summary>
  5155. Given a rectangle, this updates the dimensions of it
  5156. with any grid snaps and returns a new rectangle. If
  5157. no changes to the rectangle's size were needed, this
  5158. may return the same rectangle.
  5159. </summary>
  5160. <param name="originalRect">
  5161. The rectangle to update.
  5162. </param>
  5163. <param name="dragRect">
  5164. The dragging rectangle of the component.
  5165. </param>
  5166. <param name="updateSize">
  5167. True to updateSize as well
  5168. </param>
  5169. <returns>
  5170. A rectangle with updated dimensions.
  5171. </returns>
  5172. </member>
  5173. <member name="M:System.Windows.Forms.Design.ParentControlDesigner.ParentControlSelectionUIHandler.SetCursor">
  5174. <summary>
  5175. Asks the handler to set the appropriate cursor
  5176. </summary>
  5177. </member>
  5178. <member name="M:System.Windows.Forms.Design.ScrollableControlDesigner.GetHitTest(System.Drawing.Point)">
  5179. <summary>
  5180. <para>Indicates
  5181. whether the specified point was within the boundaries of the component.
  5182. </para>
  5183. </summary>
  5184. <param name="pt">The <see cref="T:System.Drawing.Point" /> , in screen coordinates, that was clicked.</param>
  5185. <returns>
  5186. <para>
  5187. <see langword="true" /> if the point
  5188. at the cursor is
  5189. within the boundaries of the component; otherwise, <see langword="false" /> .</para>
  5190. </returns>
  5191. </member>
  5192. <member name="M:System.Windows.Forms.Design.ScrollableControlDesigner.WndProc(System.Windows.Forms.Message@)">
  5193. <summary>
  5194. <para> Processes Windows messages.</para>
  5195. </summary>
  5196. <param name="m">The <see cref="T:System.Windows.Forms.Message" /> to process.</param>
  5197. </member>
  5198. <member name="F:System.Windows.Forms.Design.DocumentDesigner.menuEditorService">
  5199. <summary>
  5200. <para> Initializes the menuEditorService variable to
  5201. <see langword="null" />.</para>
  5202. </summary>
  5203. </member>
  5204. <member name="M:System.Windows.Forms.Design.DocumentDesigner.Dispose(System.Boolean)">
  5205. <summary>
  5206. <para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Design.DocumentDesigner" /> and optionally releases the managed resources.</para>
  5207. </summary>
  5208. <param name="disposing">
  5209. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  5210. </member>
  5211. <member name="M:System.Windows.Forms.Design.DocumentDesigner.GetToolSupported(System.Drawing.Design.ToolboxItem)">
  5212. <summary>
  5213. <para>
  5214. Indicates whether the specified tool is supported by
  5215. the designer.</para>
  5216. </summary>
  5217. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to test for toolbox support. </param>
  5218. <returns>
  5219. <para>
  5220. <see langword="true" /> if the tool should be enabled on
  5221. the toolbox; <see langword="false" />
  5222. if the document designer doesn't know how to use the tool.</para>
  5223. </returns>
  5224. </member>
  5225. <member name="M:System.Windows.Forms.Design.DocumentDesigner.Initialize(System.ComponentModel.IComponent)">
  5226. <summary>
  5227. <para>Initializes the designer with the specified component.</para>
  5228. </summary>
  5229. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to associate with the designer. </param>
  5230. </member>
  5231. <member name="M:System.Windows.Forms.Design.DocumentDesigner.OnContextMenu(System.Int32,System.Int32)">
  5232. <summary>
  5233. <para> Called when the context menu should
  5234. be displayed.</para>
  5235. </summary>
  5236. <param name="x">The horizontal screen coordinate to display the context menu at.</param>
  5237. <param name=" y">The vertical screen coordinate to display the context menu at.</param>
  5238. </member>
  5239. <member name="M:System.Windows.Forms.Design.DocumentDesigner.OnCreateHandle">
  5240. <summary>
  5241. <para> Called immediately after the handle for the designer has been created.</para>
  5242. </summary>
  5243. </member>
  5244. <member name="M:System.Windows.Forms.Design.DocumentDesigner.EnsureMenuEditorService(System.ComponentModel.IComponent)">
  5245. <summary>
  5246. <para>Checks for the existence of a menu editor service and
  5247. creates one if one does not already exist.</para>
  5248. </summary>
  5249. <param name="c">The <see cref="T:System.ComponentModel.IComponent" /> to ensure has a context menu service.</param>
  5250. </member>
  5251. <member name="M:System.Windows.Forms.Design.DocumentDesigner.PreFilterProperties(System.Collections.IDictionary)">
  5252. <summary>
  5253. <para> Adjusts the set of properties the component exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</para>
  5254. </summary>
  5255. <param name="properties">An <see cref="T:System.Collections.IDictionary" /> that contains the properties for the class of the component. </param>
  5256. </member>
  5257. <member name="M:System.Windows.Forms.Design.DocumentDesigner.ToolPicked(System.Drawing.Design.ToolboxItem)">
  5258. <summary>
  5259. <para>Handles the behavior that occurs when a user double-clicks a toolbox item.</para>
  5260. </summary>
  5261. <param name="tool">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to create a component for. </param>
  5262. </member>
  5263. <member name="M:System.Windows.Forms.Design.DocumentDesigner.WndProc(System.Windows.Forms.Message@)">
  5264. <summary>
  5265. <para>Processes Windows messages.</para>
  5266. </summary>
  5267. <param name="m">The <see cref="T:System.Windows.Forms.Message" /> to process.</param>
  5268. </member>
  5269. <member name="P:System.Windows.Forms.Design.DocumentDesigner.SelectionRules">
  5270. <summary>
  5271. <para> Gets the <see cref="T:System.Windows.Forms.Design.SelectionRules" /> for the designer.</para>
  5272. </summary>
  5273. </member>
  5274. <member name="M:System.Windows.Forms.Design.DocumentDesigner.AxToolboxItem.CreateComponentsCore(System.ComponentModel.Design.IDesignerHost)">
  5275. </member>
  5276. <member name="M:System.Windows.Forms.Design.DocumentDesigner.AxToolboxItem.Deserialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5277. </member>
  5278. <member name="M:System.Windows.Forms.Design.DocumentDesigner.AxToolboxItem.Serialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5279. </member>
  5280. <member name="M:System.Windows.Forms.Design.DocumentDesigner.DocumentInheritanceService.#ctor(System.Windows.Forms.Design.DocumentDesigner)">
  5281. <summary>
  5282. Creates a new document inheritance service.
  5283. </summary>
  5284. <param name="designer">
  5285. A back pointer to our designer.
  5286. </param>
  5287. </member>
  5288. <member name="M:System.Windows.Forms.Design.DocumentDesigner.DocumentInheritanceService.IgnoreInheritedMember(System.Reflection.MemberInfo,System.ComponentModel.IComponent)">
  5289. <summary>
  5290. <para>Indicates the inherited members to ignore.</para>
  5291. </summary>
  5292. <param name="member">The member to check. This will either be a FieldInfo or a MethodInfo</param>
  5293. <param name="component">The component instance this member is bound to.</param>
  5294. <returns>
  5295. <para>
  5296. <see langword="true" /> if
  5297. the specified member should be included in the set of inherited components;
  5298. otherwise, <see langword="false" />.</para>
  5299. </returns>
  5300. </member>
  5301. <member name="M:System.Windows.Forms.Design.IEventHandlerService.GetHandler(System.Type)">
  5302. <summary>
  5303. <para>Gets the currently active event handler of the specified type.</para>
  5304. </summary>
  5305. <param name="handlerType">The type of the handler to get.</param>
  5306. <returns>
  5307. <para>An instance of the handler, or <see langword="null" /> if
  5308. there is no handler of the requested type.</para>
  5309. </returns>
  5310. </member>
  5311. <member name="M:System.Windows.Forms.Design.IEventHandlerService.PopHandler(System.Object)">
  5312. <summary>
  5313. <para>
  5314. Pops the specified handler off of the stack.</para>
  5315. </summary>
  5316. <param name="handler">The handler to remove from the stack.</param>
  5317. </member>
  5318. <member name="M:System.Windows.Forms.Design.IEventHandlerService.PushHandler(System.Object)">
  5319. <summary>
  5320. <para>Pushes the new, specified event handler on the stack.</para>
  5321. </summary>
  5322. <param name="handler">The handle to add to the stack.</param>
  5323. </member>
  5324. <member name="P:System.Windows.Forms.Design.IEventHandlerService.FocusWindow">
  5325. <summary>
  5326. <para>Gets or sets the control that handles focus changes
  5327. for this event handler service.</para>
  5328. </summary>
  5329. </member>
  5330. <member name="M:System.Windows.Forms.Design.EventHandlerService.#ctor(System.Windows.Forms.Control)">
  5331. <summary>
  5332. <para>[To be supplied.]</para>
  5333. </summary>
  5334. </member>
  5335. <member name="M:System.Windows.Forms.Design.EventHandlerService.GetHandler(System.Type)">
  5336. <summary>
  5337. <para>
  5338. Gets the currently active event handler of the specified type.</para>
  5339. </summary>
  5340. <param name="handlerType">The type of the handler to get.</param>
  5341. <returns>
  5342. <para>An instance of the handler, or null if
  5343. there is no handler of the requested type.</para>
  5344. </returns>
  5345. </member>
  5346. <member name="M:System.Windows.Forms.Design.EventHandlerService.PopHandler(System.Object)">
  5347. <summary>
  5348. <para>
  5349. Pops
  5350. the given handler off of the stack.</para>
  5351. </summary>
  5352. <param name="handler">The handler to remove from the stack.</param>
  5353. </member>
  5354. <member name="M:System.Windows.Forms.Design.EventHandlerService.PushHandler(System.Object)">
  5355. <summary>
  5356. <para>Pushes a new event handler on the stack.</para>
  5357. </summary>
  5358. <param name="handler">The handle to add to the stack.</param>
  5359. </member>
  5360. <member name="E:System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged">
  5361. <summary>
  5362. <para>[To be supplied.]</para>
  5363. </summary>
  5364. </member>
  5365. <member name="P:System.Windows.Forms.Design.EventHandlerService.FocusWindow">
  5366. <summary>
  5367. <para>[To be supplied.]</para>
  5368. </summary>
  5369. </member>
  5370. <member name="M:System.Windows.Forms.Design.EventHandlerService.HandlerEntry.#ctor(System.Object,System.Windows.Forms.Design.EventHandlerService.HandlerEntry)">
  5371. <summary>
  5372. Creates a new handler entry objet.
  5373. </summary>
  5374. <param name="handler">
  5375. The handler to contain.
  5376. </param>
  5377. <param name="next">
  5378. The next node in the chain.
  5379. </param>
  5380. </member>
  5381. <member name="T:System.Windows.Forms.Design.FileNameEditor">
  5382. <summary>
  5383. <para> Provides a user interface for selecting a
  5384. file name.</para>
  5385. </summary>
  5386. </member>
  5387. <member name="M:System.Windows.Forms.Design.FileNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  5388. <summary>
  5389. <para>Edits the specified object using the editor style provided
  5390. by the <see cref="M:System.Windows.Forms.Design.FileNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)" /> method.</para>
  5391. </summary>
  5392. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  5393. <param name="provider">A service provider object through which editing services may be obtained.</param>
  5394. <param name="value">An instance of the value being edited.</param>
  5395. <returns>
  5396. <para>The new value of the object. If the value of the object hasn't
  5397. changed, this should return the same object it was passed.</para>
  5398. </returns>
  5399. </member>
  5400. <member name="M:System.Windows.Forms.Design.FileNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  5401. <summary>
  5402. <para>Gets the editing style used
  5403. by the <see cref="M:System.Windows.Forms.Design.FileNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.</para>
  5404. </summary>
  5405. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  5406. <returns>
  5407. <para>One of the <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> values indicating the provided editing style.</para>
  5408. </returns>
  5409. </member>
  5410. <member name="M:System.Windows.Forms.Design.FileNameEditor.InitializeDialog(System.Windows.Forms.OpenFileDialog)">
  5411. <summary>
  5412. <para>Initializes the open file dialog when it is created.</para>
  5413. </summary>
  5414. <param name="openFileDialog"> The <see cref="T:System.Windows.Forms.OpenFileDialog" /> to use to select a file name.</param>
  5415. </member>
  5416. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Desktop">
  5417. <summary>
  5418. <para>
  5419. The user's desktop.
  5420. </para>
  5421. </summary>
  5422. </member>
  5423. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Favorites">
  5424. <summary>
  5425. <para>
  5426. The user's favorites list.
  5427. </para>
  5428. </summary>
  5429. </member>
  5430. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyComputer">
  5431. <summary>
  5432. <para>
  5433. The contents of the My Computer icon.
  5434. </para>
  5435. </summary>
  5436. </member>
  5437. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyDocuments">
  5438. <summary>
  5439. <para>
  5440. The user's My Documents folder.
  5441. </para>
  5442. </summary>
  5443. </member>
  5444. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyPictures">
  5445. <summary>
  5446. <para>
  5447. User's location to store pictures.
  5448. </para>
  5449. </summary>
  5450. </member>
  5451. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.NetAndDialUpConnections">
  5452. <summary>
  5453. <para>
  5454. Network and dial-up connections.
  5455. </para>
  5456. </summary>
  5457. </member>
  5458. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.NetworkNeighborhood">
  5459. <summary>
  5460. <para>
  5461. The network neighborhood.
  5462. </para>
  5463. </summary>
  5464. </member>
  5465. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Printers">
  5466. <summary>
  5467. <para>
  5468. A folder containing installed printers.
  5469. </para>
  5470. </summary>
  5471. </member>
  5472. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Recent">
  5473. <summary>
  5474. <para>
  5475. A folder containing shortcuts to recently opened files.
  5476. </para>
  5477. </summary>
  5478. </member>
  5479. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.SendTo">
  5480. <summary>
  5481. <para>
  5482. A folder containing shortcuts to applications to send documents to.
  5483. </para>
  5484. </summary>
  5485. </member>
  5486. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.StartMenu">
  5487. <summary>
  5488. <para>
  5489. The user's start menu.
  5490. </para>
  5491. </summary>
  5492. </member>
  5493. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Templates">
  5494. <summary>
  5495. <para>
  5496. The user's file templates.
  5497. </para>
  5498. </summary>
  5499. </member>
  5500. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForComputer">
  5501. <summary>
  5502. <para> The folder browser can only return computers. If the user selects anything
  5503. other than a computer, the <see langword="OK" /> button is grayed.
  5504. </para>
  5505. </summary>
  5506. </member>
  5507. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForEverything">
  5508. <summary>
  5509. <para> The folder browser can return any object that it can return.
  5510. </para>
  5511. </summary>
  5512. </member>
  5513. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForPrinter">
  5514. <summary>
  5515. <para> The folder browser can only return printers. If the user selects anything other
  5516. than a printer, the <see langword="OK" /> button is grayed.
  5517. </para>
  5518. </summary>
  5519. </member>
  5520. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToDomain">
  5521. <summary>
  5522. <para> The folder browser will not include network folders
  5523. below the domain level in the dialog box's tree view control, or allow navigation to network locations outside of the domain.
  5524. </para>
  5525. </summary>
  5526. </member>
  5527. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToFilesystem">
  5528. <summary>
  5529. <para> The folder browser will only return local file system directories. If the user selects
  5530. folders that are not part of the local file system, the <see langword="OK" /> button is grayed.
  5531. </para>
  5532. </summary>
  5533. </member>
  5534. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToSubfolders">
  5535. <summary>
  5536. <para> The folder browser will only return obejcts of
  5537. the local file system that are within the root folder or a subfolder
  5538. of the root folder. If the user selects a subfolder of the root folder
  5539. that is not part of the local file system, the <see langword="OK" />
  5540. button is grayed.
  5541. </para>
  5542. </summary>
  5543. </member>
  5544. <member name="F:System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.ShowTextBox">
  5545. <summary>
  5546. <para> The folder browser includes a <see cref="T:System.Windows.Forms.TextBox" /> control in the browse dialog box that allows the user to type the name of an item.
  5547. </para>
  5548. </summary>
  5549. </member>
  5550. <member name="M:System.Windows.Forms.Design.FormDocumentDesigner.Dispose(System.Boolean)">
  5551. <summary>
  5552. <para>Disposes of the resources used by this designer (other than memory).</para>
  5553. </summary>
  5554. </member>
  5555. <member name="M:System.Windows.Forms.Design.FormDocumentDesigner.EnsureMenuEditorService(System.ComponentModel.IComponent)">
  5556. </member>
  5557. <member name="M:System.Windows.Forms.Design.FormDocumentDesigner.Initialize(System.ComponentModel.IComponent)">
  5558. <summary>
  5559. <para>Initializes the designer with the specified component.</para>
  5560. </summary>
  5561. <param name="component">The component to associate with this designer.</param>
  5562. </member>
  5563. <member name="M:System.Windows.Forms.Design.FormDocumentDesigner.OnCreateHandle">
  5564. <summary>
  5565. <para>Handles the create handle event.</para>
  5566. </summary>
  5567. </member>
  5568. <member name="M:System.Windows.Forms.Design.FormDocumentDesigner.OnDragOver(System.Windows.Forms.DragEventArgs)">
  5569. <summary>
  5570. <para> Provides an opportunity to perform processing when an object is dragged over the control designer view.</para>
  5571. </summary>
  5572. <param name="de">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
  5573. </member>
  5574. <member name="M:System.Windows.Forms.Design.FormDocumentDesigner.PreFilterProperties(System.Collections.IDictionary)">
  5575. <summary>
  5576. <para>
  5577. Allows a
  5578. designer to filter the set of properties the component
  5579. it is designing will expose through the TypeDescriptor
  5580. object.</para>
  5581. </summary>
  5582. <param name="properties">The properties for the class of the component.</param>
  5583. <returns>
  5584. <para>The augmented set of properties. If the method does not
  5585. modify any properties, it may just return a reference to
  5586. its input parameter. If you do make a change to the
  5587. properties, you must create a new array.</para>
  5588. </returns>
  5589. </member>
  5590. <member name="M:System.Windows.Forms.Design.GroupBoxDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
  5591. <summary>
  5592. <para>
  5593. Overrides and handles the PaintAdornments event.</para>
  5594. </summary>
  5595. <param name="pe">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that provides data for the event.</param>
  5596. </member>
  5597. <member name="M:System.Windows.Forms.Design.GroupBoxDesigner.WndProc(System.Windows.Forms.Message@)">
  5598. <summary>
  5599. <para>
  5600. Provides for Windows message processing.</para>
  5601. </summary>
  5602. <param name="m">The message to process.</param>
  5603. </member>
  5604. <member name="P:System.Windows.Forms.Design.GroupBoxDesigner.DefaultControlLocation">
  5605. <summary>
  5606. <para>
  5607. Gets the default location for a control added to this designer.</para>
  5608. </summary>
  5609. </member>
  5610. <member name="M:System.Windows.Forms.Design.HelpNamespaceEditor.InitializeDialog(System.Windows.Forms.OpenFileDialog)">
  5611. <summary>
  5612. <para>Initializes the open file dialog when it is created.</para>
  5613. </summary>
  5614. <param name="openFileDialog">An instance of the OpenFileDialog we will use to choose a file name.</param>
  5615. </member>
  5616. <member name="M:System.Windows.Forms.Design.ImageCollectionEditor.#ctor(System.Type)">
  5617. <summary>
  5618. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.ImageCollectionEditor" /> class.</para>
  5619. </summary>
  5620. <param name="type">The type of the collection to edit.</param>
  5621. </member>
  5622. <member name="M:System.Windows.Forms.Design.ImageCollectionEditor.CreateInstance(System.Type)">
  5623. <summary>
  5624. <para>Creates an instance of the specified type in the collection.</para>
  5625. </summary>
  5626. <param name="type">The type of the image to insert in the collection.</param>
  5627. </member>
  5628. <member name="M:System.Windows.Forms.Design.ImageIndexEditor.#ctor">
  5629. <summary>
  5630. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.ImageIndexEditor" /> class.</para>
  5631. </summary>
  5632. </member>
  5633. <member name="M:System.Windows.Forms.Design.ImageIndexEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
  5634. <summary>
  5635. <para>Gets a value indicating whether this editor supports the painting of a representation
  5636. of an object's value.</para>
  5637. </summary>
  5638. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  5639. <returns>
  5640. <para>
  5641. <see langword="true" /> if PaintValue is implemented;
  5642. otherwise, <see langword="false" />.</para>
  5643. </returns>
  5644. </member>
  5645. <member name="M:System.Windows.Forms.Design.ImageIndexEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
  5646. <summary>
  5647. <para>
  5648. Paints a representative value of the specified object to
  5649. the specified canvas.</para>
  5650. </summary>
  5651. <param name="e">
  5652. What to paint and where to paint it.
  5653. </param>
  5654. </member>
  5655. <member name="M:System.Windows.Forms.Design.ImageListDesigner.PreFilterProperties(System.Collections.IDictionary)">
  5656. <summary>
  5657. <para>Provides an opportunity for the designer to filter the properties.</para>
  5658. </summary>
  5659. </member>
  5660. <member name="M:System.Windows.Forms.Design.ImageListDesigner.OriginalImageCollection.Add(System.Drawing.Image)">
  5661. <summary>
  5662. <para>Add the specified image to the ImageList.</para>
  5663. </summary>
  5664. <param name="value"> A System.Drawing.Bitmap image to add.</param>
  5665. </member>
  5666. <member name="M:System.Windows.Forms.Design.ImageListDesigner.OriginalImageCollection.Clear">
  5667. <summary>
  5668. Remove all images and masks from the ImageList.
  5669. </summary>
  5670. </member>
  5671. <member name="T:System.Windows.Forms.Design.IMenuEditorService">
  5672. <summary>
  5673. <para>Provides access to the menu editing service.</para>
  5674. </summary>
  5675. </member>
  5676. <member name="M:System.Windows.Forms.Design.IMenuEditorService.GetMenu">
  5677. <summary>
  5678. <para>Gets the current menu.</para>
  5679. </summary>
  5680. <returns>
  5681. <para>The current <see cref="T:System.Windows.Forms.Menu" />.</para>
  5682. </returns>
  5683. </member>
  5684. <member name="M:System.Windows.Forms.Design.IMenuEditorService.IsActive">
  5685. <summary>
  5686. <para> Indicates whether the current menu is active.</para>
  5687. </summary>
  5688. <returns>
  5689. <para>
  5690. <see langword="true" /> if the current menu is currently active; otherwise,
  5691. <see langword="false" />.</para>
  5692. </returns>
  5693. </member>
  5694. <member name="M:System.Windows.Forms.Design.IMenuEditorService.SetMenu(System.Windows.Forms.Menu)">
  5695. <summary>
  5696. <para> Sets the specified menu visible
  5697. on the form.</para>
  5698. </summary>
  5699. <param name="menu">The <see cref="T:System.Windows.Forms.Menu" /> to render.</param>
  5700. </member>
  5701. <member name="M:System.Windows.Forms.Design.IMenuEditorService.SetSelection(System.Windows.Forms.MenuItem)">
  5702. <summary>
  5703. <para>Sets the selected menu item of the current menu.</para>
  5704. </summary>
  5705. <param name="item">A <see cref="T:System.Windows.Forms.MenuItem" /> to set as the currently selected menu item.</param>
  5706. </member>
  5707. <member name="M:System.Windows.Forms.Design.IMenuEditorService.MessageFilter(System.Windows.Forms.Message@)">
  5708. <summary>
  5709. <para>Allows the editor service to intercept Win32 messages.</para>
  5710. </summary>
  5711. <param name="m">The <see cref="T:System.Windows.Forms.Message" /> to process.</param>
  5712. <returns>
  5713. <para>
  5714. <see langword="true" /> if the message is for the control; otherwise,
  5715. <see langword="false" />.</para>
  5716. </returns>
  5717. </member>
  5718. <member name="M:System.Windows.Forms.Design.IMouseHandler.OnMouseDoubleClick(System.ComponentModel.IComponent)">
  5719. <summary>
  5720. <para>This is called when the user double clicks on a component. The typical
  5721. behavior is to create an event handler for the component's default event and
  5722. navigate to the handler.</para>
  5723. </summary>
  5724. <param name="component">The component that recieved the double click.</param>
  5725. </member>
  5726. <member name="M:System.Windows.Forms.Design.IMouseHandler.OnMouseDown(System.ComponentModel.IComponent,System.Windows.Forms.MouseButtons,System.Int32,System.Int32)">
  5727. <summary>
  5728. This is called when a mouse button is depressed. This will perform
  5729. the default drag action for the selected components, which is to
  5730. move those components around by the mouse.
  5731. </summary>
  5732. <param name="component">
  5733. The compnent that the mouse was over when the user
  5734. pressed the button down.
  5735. </param>
  5736. <param name="button">
  5737. The button that was pressed.
  5738. </param>
  5739. <param name="x">
  5740. The location of the mouse, in screen coordinates.
  5741. </param>
  5742. <param name="y">
  5743. The location of the mouse, in screen coordinates.
  5744. </param>
  5745. </member>
  5746. <member name="M:System.Windows.Forms.Design.IMouseHandler.OnMouseHover(System.ComponentModel.IComponent)">
  5747. <summary>
  5748. This is called when the mouse momentarially hovers over the
  5749. view for the given component.
  5750. </summary>
  5751. <param name="component">
  5752. The component the mouse is hovering over.
  5753. </param>
  5754. </member>
  5755. <member name="M:System.Windows.Forms.Design.IMouseHandler.OnMouseMove(System.ComponentModel.IComponent,System.Int32,System.Int32)">
  5756. <summary>
  5757. This is called for each movement of the mouse.
  5758. </summary>
  5759. <param name="component">
  5760. The component the mouse is over.
  5761. </param>
  5762. <param name="x">
  5763. The location of the mouse, in screen coordinates.
  5764. </param>
  5765. <param name="y">
  5766. The location of the mouse, in screen coordinates.
  5767. </param>
  5768. </member>
  5769. <member name="M:System.Windows.Forms.Design.IMouseHandler.OnMouseUp(System.ComponentModel.IComponent,System.Windows.Forms.MouseButtons)">
  5770. <summary>
  5771. This is called when the user releases the mouse from a component.
  5772. This will update the UI to reflect the release of the mouse.
  5773. </summary>
  5774. <param name="component">
  5775. The component that recieved the click.
  5776. </param>
  5777. <param name="button">
  5778. The button that has been released.
  5779. </param>
  5780. </member>
  5781. <member name="M:System.Windows.Forms.Design.IMouseHandler.OnSetCursor(System.ComponentModel.IComponent)">
  5782. <summary>
  5783. This is called when the cursor for the given component should be updated.
  5784. The mouse is always over the given component's view when this is called.
  5785. </summary>
  5786. <param name="component">
  5787. The component to update the cursor for.
  5788. </param>
  5789. </member>
  5790. <member name="M:System.Windows.Forms.Design.InheritanceUI.AddInheritedControl(System.Windows.Forms.Control,System.ComponentModel.InheritanceLevel)">
  5791. </member>
  5792. <member name="M:System.Windows.Forms.Design.InheritanceUI.RemoveInheritedControl(System.Windows.Forms.Control)">
  5793. </member>
  5794. <member name="P:System.Windows.Forms.Design.InheritanceUI.InheritanceGlyph">
  5795. </member>
  5796. <member name="P:System.Windows.Forms.Design.InheritanceUI.InheritanceGlyphRectangle">
  5797. </member>
  5798. <member name="M:System.Windows.Forms.Design.ISelectionUIService.AssignSelectionUIHandler(System.Object,System.Windows.Forms.Design.ISelectionUIHandler)">
  5799. <summary>
  5800. Assigns a selection UI handler to a given component. The handler will be
  5801. called when the UI service needs information about the component. A single
  5802. selection UI handler can be assigned to multiple components.
  5803. When multiple components are dragged, only a single handler may control the
  5804. drag. Because of this, only components that are assigned the same handler
  5805. as the primary selection are included in drag operations.
  5806. A selection UI handler is automatically unassigned when the component is removed
  5807. from the container or disposed.
  5808. </summary>
  5809. <param name="component">
  5810. The component that this handler is in control of. A handler may
  5811. control multiple components.
  5812. </param>
  5813. <param name="handler">
  5814. The selection UI handler to assign.
  5815. </param>
  5816. </member>
  5817. <member name="M:System.Windows.Forms.Design.ISelectionUIService.BeginDrag(System.Windows.Forms.Design.SelectionRules,System.Int32,System.Int32)">
  5818. <summary>
  5819. This can be called by an outside party to begin a drag of the currently selected
  5820. set of components. At least one designer must have added a UI handler or
  5821. else this method will always return false.
  5822. </summary>
  5823. <param name="rules">
  5824. A set of selection rules that define what type of a drag you're
  5825. interested in. This will be used to mask off components that
  5826. don't have the capabilities that you want. The default ruleset
  5827. is zero.
  5828. </param>
  5829. <param name="initialX">
  5830. Starting X position, in screen coordinates, of the drag
  5831. </param>
  5832. <param name="initialY">
  5833. Starting X position, in screen coordinates, of the drag
  5834. </param>
  5835. <returns>
  5836. true if the selection service will allow the drag to proceed.
  5837. </returns>
  5838. </member>
  5839. <member name="M:System.Windows.Forms.Design.ISelectionUIService.DragMoved(System.Drawing.Rectangle)">
  5840. <summary>
  5841. Called by an outside party to update drag information. This can only be called
  5842. after a successful call to beginDrag.
  5843. </summary>
  5844. <param name="offset">
  5845. The offset in size and location of the new components. The
  5846. selection service may filter this offset to conform to limitations
  5847. on the currently selected components.
  5848. </param>
  5849. </member>
  5850. <member name="M:System.Windows.Forms.Design.ISelectionUIService.EndDrag(System.Boolean)">
  5851. <summary>
  5852. Called by an outside party to finish a drag operation. This can only be called
  5853. after a successful call to beginDrag.
  5854. </summary>
  5855. <param name="cancel">
  5856. true if the caller now wishes to cancel the drag, or false
  5857. to carry it out.
  5858. </param>
  5859. </member>
  5860. <member name="M:System.Windows.Forms.Design.ISelectionUIService.FilterSelection(System.Object[],System.Windows.Forms.Design.SelectionRules)">
  5861. <summary>
  5862. Filters the set of selected components. The selection service will retrieve all
  5863. components that are currently selected. This method allows you to filter this
  5864. set down to components that match your criteria. The selectionRules parameter
  5865. must contain one or more flags from the SelectionRules class. These flags
  5866. allow you to constrain the set of selected objects to visible, movable,
  5867. sizeable or all objects.
  5868. </summary>
  5869. <param name="components">
  5870. The array of components to filter.
  5871. </param>
  5872. <param name="selectionRules">
  5873. One or more flags from the SelectionRules class.
  5874. Selection rules can be used to define one or more
  5875. constraints on the selection set that is returned.
  5876. If this parameter is zero, all selected components
  5877. are returned.
  5878. </param>
  5879. <returns>
  5880. the filtered set of components.
  5881. </returns>
  5882. </member>
  5883. <member name="M:System.Windows.Forms.Design.ISelectionUIService.GetAdornmentDimensions(System.Windows.Forms.Design.AdornmentType)">
  5884. <summary>
  5885. Retrieves the width and height of a selection border grab handle.
  5886. Designers may need this to properly position their user interfaces.
  5887. </summary>
  5888. <param name="adornmentType">
  5889. Adorment type to get dimensions for.
  5890. </param>
  5891. <returns>
  5892. a Size containing the width and height of a selection grab
  5893. handle.
  5894. </returns>
  5895. </member>
  5896. <member name="M:System.Windows.Forms.Design.ISelectionUIService.GetAdornmentHitTest(System.Object,System.Drawing.Point)">
  5897. <summary>
  5898. Tests to determine if the given screen coordinate is over an adornment
  5899. for the specified component. This will only return true if the
  5900. adornment, and selection UI, is visible.
  5901. </summary>
  5902. <param name="component">
  5903. Component to test
  5904. </param>
  5905. <param name="pt">
  5906. point, in screen coordinates, to test
  5907. </param>
  5908. </member>
  5909. <member name="M:System.Windows.Forms.Design.ISelectionUIService.GetContainerSelected(System.Object)">
  5910. <summary>
  5911. <para>Gets a value indicating whether the specified component is the currently selected container.</para>
  5912. </summary>
  5913. <param name="component">The component to test.</param>
  5914. <returns>
  5915. <para>
  5916. <see langword="true" /> if the component is part of the user's current container selection; otherwise, <see langword="false" />.</para>
  5917. </returns>
  5918. </member>
  5919. <member name="M:System.Windows.Forms.Design.ISelectionUIService.GetSelectionRules(System.Object)">
  5920. <summary>
  5921. Retrieves a set of flags that define rules for the selection. Selection
  5922. rules indicate if the given component can be moved or sized, for example.
  5923. </summary>
  5924. <param name="component">
  5925. The component to inquire about. An exception will be thrown
  5926. if this compnent is not currently selected.
  5927. </param>
  5928. <returns>
  5929. a series of flags from the SelectionRules class.
  5930. </returns>
  5931. </member>
  5932. <member name="M:System.Windows.Forms.Design.ISelectionUIService.GetSelectionStyle(System.Object)">
  5933. <summary>
  5934. Allows you to configure the style of the selection frame that a
  5935. component uses. This is useful if your component supports different
  5936. modes of operation (such as an in-place editing mode and a static
  5937. design mode). Where possible, you should leave the selection style
  5938. as is and use the design-time hit testing feature of the IDesigner
  5939. interface to provide features at design time. The value of style
  5940. must be one of the SelectionStyle enum values.
  5941. The selection style is only valid for the duration that the component is
  5942. selected.
  5943. </summary>
  5944. <param name="component">
  5945. The component to set the selection style for.
  5946. </param>
  5947. <returns>
  5948. the selection style. If the given component is not selected this
  5949. will throw an exception.
  5950. </returns>
  5951. </member>
  5952. <member name="M:System.Windows.Forms.Design.ISelectionUIService.SetContainerSelected(System.Object,System.Boolean)">
  5953. <summary>
  5954. <para>Changes the container selection status of the specified component.</para>
  5955. </summary>
  5956. <param name="component">The component to modify the container selection status of.</param>
  5957. <param name="selected">
  5958. <see langword="true" /> to set the component to become the selected container; <see langword="false" /> to be unselected.</param>
  5959. </member>
  5960. <member name="M:System.Windows.Forms.Design.ISelectionUIService.SetSelectionStyle(System.Object,System.Windows.Forms.Design.SelectionStyles)">
  5961. <summary>
  5962. Allows you to configure the style of the selection frame that a
  5963. component uses. This is useful if your component supports different
  5964. modes of operation (such as an in-place editing mode and a static
  5965. design mode). Where possible, you should leave the selection style
  5966. as is and use the design-time hit testing feature of the IDesigner
  5967. interface to provide features at design time. The value of style
  5968. must be one of the SelectionStyle enum values.
  5969. The selection style is only valid for the duration that the component is
  5970. selected.
  5971. </summary>
  5972. <param name="component">
  5973. The component to set the selection style for.
  5974. </param>
  5975. <param name="style">
  5976. The style to set it to.
  5977. </param>
  5978. </member>
  5979. <member name="M:System.Windows.Forms.Design.ISelectionUIService.SyncSelection">
  5980. <summary>
  5981. This should be called when a component has been moved, sized or re-parented,
  5982. but the change was not the result of a property change. All property
  5983. changes are monitored by the selection UI service, so this is automatic most
  5984. of the time. There are times, however, when a component may be moved without
  5985. a property change notification occurring. Scrolling an auto scroll Win32
  5986. form is an example of this.
  5987. This method simply re-queries all currently selected components for their
  5988. bounds and udpates the selection handles for any that have changed.
  5989. </summary>
  5990. </member>
  5991. <member name="M:System.Windows.Forms.Design.ISelectionUIService.SyncComponent(System.Object)">
  5992. <summary>
  5993. This should be called when a component's property changed, that the designer
  5994. thinks should result in a selection UI change.
  5995. This method simply re-queries all currently selected components for their
  5996. bounds and udpates the selection handles for any that have changed.
  5997. </summary>
  5998. </member>
  5999. <member name="P:System.Windows.Forms.Design.ISelectionUIService.Visible">
  6000. <summary>
  6001. Determines if the selection UI is shown or not.
  6002. </summary>
  6003. <returns>
  6004. true if the UI is being displayed, or false
  6005. if it is currently invisible.
  6006. </returns>
  6007. </member>
  6008. <member name="E:System.Windows.Forms.Design.ISelectionUIService.ContainerSelectorActive">
  6009. <summary>
  6010. Adds an event handler to the ContainerSelectorActive event.
  6011. This event is fired whenever the user interacts with the container
  6012. selector in a manor that would indicate that the selector should
  6013. continued to be displayed. Since the container selector normally
  6014. will vanish after a timeout, designers should listen to this event
  6015. and reset the timeout when this event occurs.
  6016. </summary>
  6017. </member>
  6018. <member name="P:System.Windows.Forms.Design.ISelectionUIService.Dragging">
  6019. <summary>
  6020. This can be used to determine if the user is in the middle of a drag operation.
  6021. </summary>
  6022. <returns>
  6023. true if the user is currently dragging components around.
  6024. </returns>
  6025. </member>
  6026. <member name="M:System.Windows.Forms.Design.LabelDesigner.Dispose(System.Boolean)">
  6027. </member>
  6028. <member name="M:System.Windows.Forms.Design.LabelDesigner.Initialize(System.ComponentModel.IComponent)">
  6029. </member>
  6030. <member name="P:System.Windows.Forms.Design.LabelDesigner.SelectionRules">
  6031. </member>
  6032. <member name="M:System.Windows.Forms.Design.LinkAreaEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  6033. <summary>
  6034. <para>Edits the given object value using the editor style
  6035. provided by <see cref="M:System.Windows.Forms.Design.LinkAreaEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)" />.</para>
  6036. </summary>
  6037. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  6038. <param name="provider">A service provider object through which editing services may be obtained.</param>
  6039. <param name="value">An instance of the value being edited.</param>
  6040. <returns>
  6041. <para>The new value of the object. If the value of the object hasn't
  6042. changed, this should return the same object it was passed.</para>
  6043. </returns>
  6044. </member>
  6045. <member name="M:System.Windows.Forms.Design.LinkAreaEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  6046. <summary>
  6047. <para>Gets the <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> of the <see cref="M:System.Windows.Forms.Design.LinkAreaEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.</para>
  6048. </summary>
  6049. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  6050. <returns>
  6051. <para>One of the <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> values indicating the provided editing
  6052. style. If the method is not supported, this will return
  6053. <see langword="None" />.</para>
  6054. </returns>
  6055. </member>
  6056. <member name="M:System.Windows.Forms.Design.ListBoxDesigner.Dispose(System.Boolean)">
  6057. <summary>
  6058. <para>Disposes of the resources (other than memory) used by
  6059. the <see cref="T:System.Windows.Forms.Design.ListBoxDesigner" />.</para>
  6060. </summary>
  6061. </member>
  6062. <member name="M:System.Windows.Forms.Design.ListBoxDesigner.Initialize(System.ComponentModel.IComponent)">
  6063. <summary>
  6064. <para>Initializes the designer with the specified component.</para>
  6065. </summary>
  6066. <param name="component">The component to associate this designer with. This must always be an instance of Control.</param>
  6067. </member>
  6068. <member name="M:System.Windows.Forms.Design.ListBoxDesigner.OnCreateHandle">
  6069. <summary>
  6070. <para> Handles the CreateHandle event.</para>
  6071. </summary>
  6072. </member>
  6073. <member name="M:System.Windows.Forms.Design.StringCollectionEditor.CreateCollectionForm">
  6074. <summary>
  6075. <para> Creates a
  6076. new form to show the current collection.</para>
  6077. </summary>
  6078. <returns>
  6079. <para>An instance of CollectionForm to provide as the user interface for
  6080. editing the collection.</para>
  6081. </returns>
  6082. </member>
  6083. <member name="M:System.Windows.Forms.Design.StringCollectionEditor.StringCollectionForm.#ctor(System.ComponentModel.Design.CollectionEditor)">
  6084. <summary>
  6085. Constructs a StringCollectionForm.
  6086. </summary>
  6087. </member>
  6088. <member name="P:System.Windows.Forms.Design.StringCollectionEditor.StringCollectionForm.HelpTopic">
  6089. </member>
  6090. <member name="M:System.Windows.Forms.Design.ListViewDesigner.GetHitTest(System.Drawing.Point)">
  6091. <summary>
  6092. <para>Indicates whether the specified point was within the bounds of the component.</para>
  6093. </summary>
  6094. <returns>
  6095. <para>
  6096. <see langword="true" /> if the specified point should be considered
  6097. "active"; <see langword="false" /> if it is not something the user can
  6098. interact with.</para>
  6099. </returns>
  6100. </member>
  6101. <member name="P:System.Windows.Forms.Design.ListViewDesigner.AssociatedComponents">
  6102. </member>
  6103. <member name="T:System.Windows.Forms.Design.MenuCommands">
  6104. <summary>
  6105. <para> Defines a set of <see cref="T:System.ComponentModel.Design.CommandID" /> fields that each correspond to
  6106. a
  6107. command function provided by the host environment.</para>
  6108. </summary>
  6109. </member>
  6110. <member name="F:System.Windows.Forms.Design.MenuCommands.SelectionMenu">
  6111. <summary>
  6112. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6113. the selection menu.</para>
  6114. </summary>
  6115. </member>
  6116. <member name="F:System.Windows.Forms.Design.MenuCommands.ContainerMenu">
  6117. <summary>
  6118. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the container menu.</para>
  6119. </summary>
  6120. </member>
  6121. <member name="F:System.Windows.Forms.Design.MenuCommands.TraySelectionMenu">
  6122. <summary>
  6123. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6124. the tray selection menu.</para>
  6125. </summary>
  6126. </member>
  6127. <member name="F:System.Windows.Forms.Design.MenuCommands.ComponentTrayMenu">
  6128. <summary>
  6129. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the component tray menu.</para>
  6130. </summary>
  6131. </member>
  6132. <member name="F:System.Windows.Forms.Design.MenuCommands.DesignerProperties">
  6133. <summary>
  6134. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6135. the properties page for the designer.</para>
  6136. </summary>
  6137. </member>
  6138. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyCancel">
  6139. <summary>
  6140. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6141. the cancel key handler.</para>
  6142. </summary>
  6143. </member>
  6144. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyReverseCancel">
  6145. <summary>
  6146. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6147. the key reverse cancel handler.</para>
  6148. </summary>
  6149. </member>
  6150. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyDefaultAction">
  6151. <summary>
  6152. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6153. the default key handler.</para>
  6154. </summary>
  6155. </member>
  6156. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyMoveUp">
  6157. <summary>
  6158. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6159. the key move up handler.</para>
  6160. </summary>
  6161. </member>
  6162. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyMoveDown">
  6163. <summary>
  6164. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6165. the key move down handler.</para>
  6166. </summary>
  6167. </member>
  6168. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyMoveLeft">
  6169. <summary>
  6170. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6171. the key move left handler.</para>
  6172. </summary>
  6173. </member>
  6174. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyMoveRight">
  6175. <summary>
  6176. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6177. the key move right handler.</para>
  6178. </summary>
  6179. </member>
  6180. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeUp">
  6181. <summary>
  6182. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to
  6183. access the key nudge up handler.</para>
  6184. </summary>
  6185. </member>
  6186. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeDown">
  6187. <summary>
  6188. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6189. the key nudge down handler.</para>
  6190. </summary>
  6191. </member>
  6192. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeLeft">
  6193. <summary>
  6194. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6195. the key nudge left handler.</para>
  6196. </summary>
  6197. </member>
  6198. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeRight">
  6199. <summary>
  6200. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6201. the key nudge right handler.</para>
  6202. </summary>
  6203. </member>
  6204. <member name="F:System.Windows.Forms.Design.MenuCommands.KeySizeWidthIncrease">
  6205. <summary>
  6206. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6207. the key size width increase handler.</para>
  6208. </summary>
  6209. </member>
  6210. <member name="F:System.Windows.Forms.Design.MenuCommands.KeySizeHeightIncrease">
  6211. <summary>
  6212. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6213. the key size height increase handler.</para>
  6214. </summary>
  6215. </member>
  6216. <member name="F:System.Windows.Forms.Design.MenuCommands.KeySizeWidthDecrease">
  6217. <summary>
  6218. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6219. the key size width decrease handler.</para>
  6220. </summary>
  6221. </member>
  6222. <member name="F:System.Windows.Forms.Design.MenuCommands.KeySizeHeightDecrease">
  6223. <summary>
  6224. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6225. the key size height decrease handler.</para>
  6226. </summary>
  6227. </member>
  6228. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeWidthIncrease">
  6229. <summary>
  6230. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6231. the key nudge width increase handler.</para>
  6232. </summary>
  6233. </member>
  6234. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeHeightIncrease">
  6235. <summary>
  6236. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6237. the key nudge height increase handler.</para>
  6238. </summary>
  6239. </member>
  6240. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeWidthDecrease">
  6241. <summary>
  6242. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6243. the key nudge width decrease handler.</para>
  6244. </summary>
  6245. </member>
  6246. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyNudgeHeightDecrease">
  6247. <summary>
  6248. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6249. the key nudge height decrease handler.</para>
  6250. </summary>
  6251. </member>
  6252. <member name="F:System.Windows.Forms.Design.MenuCommands.KeySelectNext">
  6253. <summary>
  6254. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6255. the key select next handler.</para>
  6256. </summary>
  6257. </member>
  6258. <member name="F:System.Windows.Forms.Design.MenuCommands.KeySelectPrevious">
  6259. <summary>
  6260. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6261. the key select previous handler.</para>
  6262. </summary>
  6263. </member>
  6264. <member name="F:System.Windows.Forms.Design.MenuCommands.KeyTabOrderSelect">
  6265. <summary>
  6266. <para>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access
  6267. the key tab order select handler.</para>
  6268. </summary>
  6269. </member>
  6270. <member name="P:System.Windows.Forms.Design.MonthCalendarDesigner.SelectionRules">
  6271. </member>
  6272. <member name="M:System.Windows.Forms.Design.PanelDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
  6273. <summary>
  6274. <para>Overrides the OnPaintAdornments method of the base class.</para>
  6275. </summary>
  6276. </member>
  6277. <member name="M:System.Windows.Forms.Design.PictureBoxDesigner.Dispose(System.Boolean)">
  6278. </member>
  6279. <member name="M:System.Windows.Forms.Design.PictureBoxDesigner.Initialize(System.ComponentModel.IComponent)">
  6280. </member>
  6281. <member name="P:System.Windows.Forms.Design.PictureBoxDesigner.SelectionRules">
  6282. </member>
  6283. <member name="M:System.Windows.Forms.Design.PropertyGridDesigner.PreFilterProperties(System.Collections.IDictionary)">
  6284. <summary>
  6285. <para>Adjusts the set of properties the component exposes
  6286. through a <see cref="T:System.ComponentModel.TypeDescriptor" />
  6287. .</para>
  6288. </summary>
  6289. <param name="properties">An <see cref="T:System.Collections.IDictionary" /> containing the properties for the class of the component. </param>
  6290. </member>
  6291. <member name="M:System.Windows.Forms.Design.RichTextBoxDesigner.OnSetComponentDefaults">
  6292. <summary>
  6293. <para>Handles the SetComponentDefaults event.</para>
  6294. </summary>
  6295. </member>
  6296. <member name="T:System.Windows.Forms.Design.SelectionRules">
  6297. <summary>
  6298. <para> Defines identifiers
  6299. that are used to indicate selection rules for a component.
  6300. </para>
  6301. </summary>
  6302. </member>
  6303. <member name="F:System.Windows.Forms.Design.SelectionRules.None">
  6304. <summary>
  6305. <para>
  6306. Indicates
  6307. no special selection attributes.
  6308. </para>
  6309. </summary>
  6310. </member>
  6311. <member name="F:System.Windows.Forms.Design.SelectionRules.Moveable">
  6312. <summary>
  6313. <para>
  6314. Indicates the component supports a location property that
  6315. allows it to be moved on the screen.
  6316. </para>
  6317. </summary>
  6318. </member>
  6319. <member name="F:System.Windows.Forms.Design.SelectionRules.Visible">
  6320. <summary>
  6321. <para> Indicates the component has some form of visible user
  6322. interface and the selection service is drawing a selection border around
  6323. this user interface. If a selected component has this rule set, you can assume
  6324. that the component implements <see cref="T:System.ComponentModel.IComponent" />
  6325. and that it
  6326. is associated with a corresponding designer instance.
  6327. </para>
  6328. </summary>
  6329. </member>
  6330. <member name="F:System.Windows.Forms.Design.SelectionRules.Locked">
  6331. <summary>
  6332. <para> Indicates the component is locked to its container.
  6333. Overrides the <see cref="F:System.Windows.Forms.Design.SelectionRules.Moveable" />, <see cref="F:System.Windows.Forms.Design.SelectionRules.AllSizeable" />, <see cref="F:System.Windows.Forms.Design.SelectionRules.BottomSizeable" />, <see cref="F:System.Windows.Forms.Design.SelectionRules.LeftSizeable" />, <see cref="F:System.Windows.Forms.Design.SelectionRules.RightSizeable" />, and <see cref="F:System.Windows.Forms.Design.SelectionRules.TopSizeable" />
  6334. bit flags of this enumeration.
  6335. </para>
  6336. </summary>
  6337. </member>
  6338. <member name="F:System.Windows.Forms.Design.SelectionRules.TopSizeable">
  6339. <summary>
  6340. Indicates the component supports resize from the top.
  6341. </summary>
  6342. </member>
  6343. <member name="F:System.Windows.Forms.Design.SelectionRules.BottomSizeable">
  6344. <summary>
  6345. <para>Indicates the component supports resize from the bottom.</para>
  6346. </summary>
  6347. </member>
  6348. <member name="F:System.Windows.Forms.Design.SelectionRules.LeftSizeable">
  6349. <summary>
  6350. <para>
  6351. Indicates the component supports
  6352. resize from the left.
  6353. </para>
  6354. </summary>
  6355. </member>
  6356. <member name="F:System.Windows.Forms.Design.SelectionRules.RightSizeable">
  6357. <summary>
  6358. <para>
  6359. Indicates the component supports
  6360. resize from the right.
  6361. </para>
  6362. </summary>
  6363. </member>
  6364. <member name="F:System.Windows.Forms.Design.SelectionRules.AllSizeable">
  6365. <summary>
  6366. <para>
  6367. Indicates the component supports sizing in all directions.
  6368. </para>
  6369. </summary>
  6370. </member>
  6371. <member name="F:System.Windows.Forms.Design.SelectionStyles.None">
  6372. <summary>
  6373. The component is not currently selected.
  6374. </summary>
  6375. </member>
  6376. <member name="F:System.Windows.Forms.Design.SelectionStyles.Selected">
  6377. <summary>
  6378. <para>
  6379. A component is selected and may be dragged around the
  6380. </para>
  6381. </summary>
  6382. </member>
  6383. <member name="F:System.Windows.Forms.Design.SelectionStyles.Active">
  6384. <summary>
  6385. <para>
  6386. An alternative selection border,
  6387. indicating that a component is in active editing mode and that clicking and
  6388. dragging on the component affects the component itself, not its position
  6389. in the designer.
  6390. </para>
  6391. </summary>
  6392. </member>
  6393. <member name="M:System.Windows.Forms.Design.SelectionUIService.#ctor(System.ComponentModel.Design.IDesignerHost)">
  6394. <summary>
  6395. Creates a new selection manager object. The selection manager manages all
  6396. selection of all designers under the current form file.
  6397. </summary>
  6398. <param name="host">
  6399. The IDesignerHost interface this will communicate with
  6400. </param>
  6401. </member>
  6402. <member name="M:System.Windows.Forms.Design.SelectionUIService.Dispose(System.Boolean)">
  6403. <summary>
  6404. Disposes the entire selection UI manager.
  6405. </summary>
  6406. </member>
  6407. <member name="M:System.Windows.Forms.Design.SelectionUIService.GetTransactionName(System.Windows.Forms.Design.SelectionRules,System.Object[])">
  6408. </member>
  6409. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnHandleCreated(System.EventArgs)">
  6410. <summary>
  6411. update our window region on first create. We shouldn't do this before the handle
  6412. is created or else we will force creation.
  6413. </summary>
  6414. </member>
  6415. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnDragEnter(System.Windows.Forms.DragEventArgs)">
  6416. <summary>
  6417. Inheriting classes should override this method to handle this event.
  6418. Call super.onDragEnter to send this event to any registered event listeners.
  6419. </summary>
  6420. <param name="devent">
  6421. event
  6422. </param>
  6423. </member>
  6424. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnDragOver(System.Windows.Forms.DragEventArgs)">
  6425. <summary>
  6426. Inheriting classes should override this method to handle this event.
  6427. Call super.onDragOver to send this event to any registered event listeners.
  6428. </summary>
  6429. <param name="devent">
  6430. event
  6431. </param>
  6432. </member>
  6433. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnDragLeave(System.EventArgs)">
  6434. <summary>
  6435. Inheriting classes should override this method to handle this event.
  6436. Call super.onDragLeave to send this event to any registered event listeners.
  6437. </summary>
  6438. <param name="e">
  6439. event
  6440. </param>
  6441. </member>
  6442. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnDragDrop(System.Windows.Forms.DragEventArgs)">
  6443. <summary>
  6444. Inheriting classes should override this method to handle this event.
  6445. Call super.onDragDrop to send this event to any registered event listeners.
  6446. </summary>
  6447. <param name="devent">
  6448. event
  6449. </param>
  6450. </member>
  6451. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnDoubleClick(System.EventArgs)">
  6452. <summary>
  6453. Inheriting classes should override this method to handle this event.
  6454. Call base.OnDoiubleClick to send this event to any registered event listeners.
  6455. </summary>
  6456. </member>
  6457. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  6458. <summary>
  6459. Overrides Control to handle our selection grab handles.
  6460. </summary>
  6461. <param name="me">
  6462. The mouse event.
  6463. </param>
  6464. </member>
  6465. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  6466. <summary>
  6467. Overrides Control to handle our selection grab handles.
  6468. </summary>
  6469. <param name="me">
  6470. The mouse event.
  6471. </param>
  6472. </member>
  6473. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  6474. <summary>
  6475. Overrides Control to handle our selection grab handles.
  6476. </summary>
  6477. <param name="me">
  6478. The mouse event.
  6479. </param>
  6480. </member>
  6481. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnMove(System.EventArgs)">
  6482. <summary>
  6483. If the selection manager move, this indicates that the form has autoscolling
  6484. enabled and has been scrolled. We have to invalidate here because we may
  6485. get moved before the rest of the components so we may draw the selection in
  6486. the wrong spot.
  6487. </summary>
  6488. </member>
  6489. <member name="M:System.Windows.Forms.Design.SelectionUIService.OnPaint(System.Windows.Forms.PaintEventArgs)">
  6490. <summary>
  6491. overrides control.onPaint. here we paint the selection handles. The window's
  6492. region was setup earlier.
  6493. </summary>
  6494. </member>
  6495. <member name="M:System.Windows.Forms.Design.SelectionUIService.WndProc(System.Windows.Forms.Message@)">
  6496. <summary>
  6497. Override of our control's WNDPROC. We diddle with capture a bit,
  6498. and it's important to turn this off if the capture changes.
  6499. </summary>
  6500. </member>
  6501. <member name="P:System.Windows.Forms.Design.SelectionUIService.CreateParams">
  6502. <summary>
  6503. override of control.
  6504. </summary>
  6505. </member>
  6506. <member name="P:System.Windows.Forms.Design.SelectionUIService.System#Windows#Forms#Design#ISelectionUIService#Dragging">
  6507. <summary>
  6508. This can be used to determine if the user is in the middle of a drag operation.
  6509. </summary>
  6510. <returns>
  6511. true if the user is currently dragging components around.
  6512. </returns>
  6513. </member>
  6514. <member name="P:System.Windows.Forms.Design.SelectionUIService.System#Windows#Forms#Design#ISelectionUIService#Visible">
  6515. <summary>
  6516. Determines if the selection UI is shown or not.
  6517. </summary>
  6518. <returns>
  6519. true if the UI is being displayed, or false
  6520. if it is currently invisible.
  6521. </returns>
  6522. </member>
  6523. <member name="E:System.Windows.Forms.Design.SelectionUIService.System#Windows#Forms#Design#ISelectionUIService#ContainerSelectorActive">
  6524. <summary>
  6525. Adds an event handler to the ContainerSelectorActive event.
  6526. This event is fired whenever the user interacts with the container
  6527. selector in a manor that would indicate that the selector should
  6528. continued to be displayed. Since the container selector normally
  6529. will vanish after a timeout, designers should listen to this event
  6530. and reset the timeout when this event occurs.
  6531. </summary>
  6532. </member>
  6533. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.#ctor(System.Windows.Forms.Design.SelectionUIService,System.Object)">
  6534. <summary>
  6535. constructor
  6536. </summary>
  6537. </member>
  6538. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.DoPaint(System.Drawing.Graphics)">
  6539. <summary>
  6540. paints the selection
  6541. </summary>
  6542. </member>
  6543. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.GetCursorAtPoint(System.Drawing.Point)">
  6544. <summary>
  6545. Retrieves an appropriate cursor at the given point. If there is no appropriate
  6546. cursor here (ie, the point lies outside the selection rectangle), then this
  6547. will return null.
  6548. </summary>
  6549. <param name="pt">
  6550. The point to check.
  6551. </param>
  6552. <returns>
  6553. a Cursor object, or null.
  6554. </returns>
  6555. </member>
  6556. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.GetHitTest(System.Drawing.Point)">
  6557. <summary>
  6558. returns the hit test code of the given point. This may be one of:
  6559. </summary>
  6560. <param name="pt">
  6561. - the point to inquire about
  6562. </param>
  6563. <returns>
  6564. . A hit test code that may be one of:
  6565. NOHIT - the point is not within this selection
  6566. SIZE_X - the point can by sized in the X direction
  6567. SIZE_Y - the point can be sized in the Y direction
  6568. MOVE_X - the point can be moved in the X direction
  6569. MOVE_Y - the point can be moved in the Y direction
  6570. Move and size flags may be logically OR'd together
  6571. </returns>
  6572. </member>
  6573. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.GetRegion">
  6574. <summary>
  6575. returns a region handle that defines this selection. This is used to piece
  6576. together a paint region for the surface that we draw our selection handles on
  6577. </summary>
  6578. </member>
  6579. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.GetRules">
  6580. <summary>
  6581. Retrieves the rules associated with this selection.
  6582. </summary>
  6583. <returns>
  6584. a set of flags from SelectionRules.
  6585. </returns>
  6586. </member>
  6587. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.Invalidate">
  6588. <summary>
  6589. Invalidates the region for this selection glyph.
  6590. </summary>
  6591. </member>
  6592. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.PointWithinSelection(System.Drawing.Point)">
  6593. <summary>
  6594. Part of our hit testing logic; determines if the point is somewhere
  6595. within our selection.
  6596. </summary>
  6597. </member>
  6598. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.UpdateRules">
  6599. <summary>
  6600. Updates our cached selection rules based on current
  6601. handler values.
  6602. </summary>
  6603. </member>
  6604. <member name="M:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.UpdateSize">
  6605. <summary>
  6606. rebuilds the inner and outer rectangles based on the current
  6607. selItem.component dimensions. We could calcuate this every time, but that
  6608. would be expensive for functions like getHitTest that are called a lot
  6609. (like on every mouse move)
  6610. </summary>
  6611. </member>
  6612. <member name="P:System.Windows.Forms.Design.SelectionUIService.SelectionUIItem.Style">
  6613. <summary>
  6614. Retrieves the style of the selection frame for this selection.
  6615. </summary>
  6616. <returns>
  6617. one of the enum values from SelectionStyle
  6618. </returns>
  6619. </member>
  6620. <member name="M:System.Windows.Forms.Design.SelectionUIService.ContainerSelectionUIItem.#ctor(System.Windows.Forms.Design.SelectionUIService,System.Object)">
  6621. <summary>
  6622. constructor
  6623. </summary>
  6624. </member>
  6625. <member name="M:System.Windows.Forms.Design.SplitterDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
  6626. <summary>
  6627. <para>Handles the PaintAdornments event.
  6628. Overrides the base class method.</para>
  6629. </summary>
  6630. </member>
  6631. <member name="P:System.Windows.Forms.Design.StatusBarDesigner.AssociatedComponents">
  6632. <summary>
  6633. <para>
  6634. Retrieves a list of assosciated components. These are components that should be incluced in a cut or copy operation on this component.
  6635. </para>
  6636. </summary>
  6637. </member>
  6638. <member name="M:System.Windows.Forms.Design.StringArrayEditor.CreateCollectionItemType">
  6639. <summary>
  6640. <para>Gets the data type this collection contains.</para>
  6641. </summary>
  6642. <returns>
  6643. <para>The data type the collection is designed to contain.</para>
  6644. </returns>
  6645. </member>
  6646. <member name="M:System.Windows.Forms.Design.StringArrayEditor.GetItems(System.Object)">
  6647. <summary>
  6648. <para> Gets the items in this collection.</para>
  6649. </summary>
  6650. <param name="editValue">
  6651. </param>
  6652. </member>
  6653. <member name="M:System.Windows.Forms.Design.StringArrayEditor.SetItems(System.Object,System.Object[])">
  6654. <summary>
  6655. <para>
  6656. Sets the items in this collection.</para>
  6657. </summary>
  6658. <param name="editValue">
  6659. </param>
  6660. <param name=" value">
  6661. </param>
  6662. </member>
  6663. <member name="M:System.Windows.Forms.Design.TabControlDesigner.CanParent(System.Windows.Forms.Control)">
  6664. </member>
  6665. <member name="M:System.Windows.Forms.Design.TabControlDesigner.Dispose(System.Boolean)">
  6666. </member>
  6667. <member name="M:System.Windows.Forms.Design.TabControlDesigner.GetHitTest(System.Drawing.Point)">
  6668. </member>
  6669. <member name="M:System.Windows.Forms.Design.TabControlDesigner.Initialize(System.ComponentModel.IComponent)">
  6670. </member>
  6671. <member name="M:System.Windows.Forms.Design.TabControlDesigner.WndProc(System.Windows.Forms.Message@)">
  6672. </member>
  6673. <member name="P:System.Windows.Forms.Design.TabControlDesigner.Verbs">
  6674. </member>
  6675. <member name="M:System.Windows.Forms.Design.TabOrder.#ctor(System.ComponentModel.Design.IDesignerHost)">
  6676. <summary>
  6677. <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.TabOrder" /> class using
  6678. the specified designer host.</para>
  6679. </summary>
  6680. <param name="host"> The designer host.</param>
  6681. </member>
  6682. <member name="M:System.Windows.Forms.Design.TabOrder.Dispose(System.Boolean)">
  6683. <summary>
  6684. <para>Disposes of the resources (other than memory) used by
  6685. the <see cref="T:System.Windows.Forms.Design.TabOrder" /> .</para>
  6686. </summary>
  6687. </member>
  6688. <member name="M:System.Windows.Forms.Design.TabOrder.OnMouseDoubleClick(System.ComponentModel.IComponent)">
  6689. <summary>
  6690. <para> Handlers the MouseDoubleClick event.</para>
  6691. </summary>
  6692. <param name="component">The component that recieved the double click.</param>
  6693. </member>
  6694. <member name="M:System.Windows.Forms.Design.TabOrder.OnMouseDown(System.ComponentModel.IComponent,System.Windows.Forms.MouseButtons,System.Int32,System.Int32)">
  6695. <summary>
  6696. <para> Handles the MouseDown event using the specified mouse down coordinates.</para>
  6697. </summary>
  6698. <param name="component">The component that the mouse was over when the user pressed the button down.</param>
  6699. <param name="button">The button that was pressed.</param>
  6700. <param name="x">The location of the mouse, in screen coordinates.</param>
  6701. <param name="y">The location of the mouse, in screen coordinates.</param>
  6702. </member>
  6703. <member name="M:System.Windows.Forms.Design.TabOrder.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  6704. <summary>
  6705. <para>
  6706. Overrides
  6707. the OnMouseDown method
  6708. from Control.</para>
  6709. </summary>
  6710. <param name="e">An EventArgs the provides data for the event.</param>
  6711. </member>
  6712. <member name="M:System.Windows.Forms.Design.TabOrder.OnMouseHover(System.ComponentModel.IComponent)">
  6713. <summary>
  6714. <para>Handles the MouseHover event.</para>
  6715. </summary>
  6716. <param name="component">The component the mouse is hovering over.</param>
  6717. </member>
  6718. <member name="M:System.Windows.Forms.Design.TabOrder.OnMouseMove(System.ComponentModel.IComponent,System.Int32,System.Int32)">
  6719. <summary>
  6720. <para> Handles the MouseMove event.</para>
  6721. </summary>
  6722. <param name="component">The component the mouse is over.</param>
  6723. <param name="x">The location of the mouse, in screen coordinates.</param>
  6724. <param name="y">The location of the mouse, in screen coordinates.</param>
  6725. </member>
  6726. <member name="M:System.Windows.Forms.Design.TabOrder.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  6727. <summary>
  6728. <para>Overrides the OnMouseMove method from Control.</para>
  6729. </summary>
  6730. <param name="e">The mouse event.</param>
  6731. </member>
  6732. <member name="M:System.Windows.Forms.Design.TabOrder.OnMouseUp(System.ComponentModel.IComponent,System.Windows.Forms.MouseButtons)">
  6733. <summary>
  6734. <para>
  6735. Handles the MouseUp event.</para>
  6736. </summary>
  6737. <param name="component">The component that recieved the click.</param>
  6738. <param name="button">The button that has been released.</param>
  6739. </member>
  6740. <member name="M:System.Windows.Forms.Design.TabOrder.OnSetCursor(System.ComponentModel.IComponent)">
  6741. <summary>
  6742. <para>Handles the SetCursor event.</para>
  6743. </summary>
  6744. <param name="component">The component to update the cursor for.</param>
  6745. </member>
  6746. <member name="M:System.Windows.Forms.Design.TabOrder.OnPaint(System.Windows.Forms.PaintEventArgs)">
  6747. <summary>
  6748. <para>Handles the Paint event.</para>
  6749. </summary>
  6750. <param name="e">An EventArgs that provides data for the event.</param>
  6751. </member>
  6752. <member name="M:System.Windows.Forms.Design.TabOrder.OverrideInvoke(System.ComponentModel.Design.MenuCommand)">
  6753. <summary>
  6754. <para> Indicates whether to override
  6755. the invocation of the specified command, depending on the result of
  6756. this handler.</para>
  6757. </summary>
  6758. <param name="cmd">The menu command to override the invokation for.</param>
  6759. <returns>
  6760. <para>
  6761. <see langword="true" /> if the handler overrode the
  6762. invocation of the command; otherwise, <see langword="false" />
  6763. .</para>
  6764. </returns>
  6765. </member>
  6766. <member name="M:System.Windows.Forms.Design.TabOrder.OverrideStatus(System.ComponentModel.Design.MenuCommand)">
  6767. <summary>
  6768. <para> Indicates whether to override the invocation of the
  6769. specified command, depending on the result of this handler.</para>
  6770. </summary>
  6771. <param name="cmd">The menu command to override the status for.</param>
  6772. <returns>
  6773. <para>
  6774. <see langword="true" /> if the handler overrode the status
  6775. on the command; otherwise, <see langword="false" />
  6776. .</para>
  6777. </returns>
  6778. </member>
  6779. <member name="M:System.Windows.Forms.Design.TabPageDesigner.CanBeParentedTo(System.ComponentModel.Design.IDesigner)">
  6780. </member>
  6781. <member name="P:System.Windows.Forms.Design.TabPageDesigner.SelectionRules">
  6782. </member>
  6783. <member name="M:System.Windows.Forms.Design.TextBoxBaseDesigner.Dispose(System.Boolean)">
  6784. </member>
  6785. <member name="M:System.Windows.Forms.Design.TextBoxBaseDesigner.Initialize(System.ComponentModel.IComponent)">
  6786. </member>
  6787. <member name="P:System.Windows.Forms.Design.TextBoxBaseDesigner.SelectionRules">
  6788. </member>
  6789. <member name="P:System.Windows.Forms.Design.ToolBarDesigner.AssociatedComponents">
  6790. </member>
  6791. <member name="P:System.Windows.Forms.Design.ToolBarDesigner.SelectionRules">
  6792. </member>
  6793. <member name="P:System.Windows.Forms.Design.TrackBarDesigner.SelectionRules">
  6794. </member>
  6795. <member name="M:System.Windows.Forms.Design.TreeNodeCollectionEditor.CreateCollectionForm">
  6796. <summary>
  6797. <para> Creates a new form that can
  6798. be used to show the current collection.</para>
  6799. </summary>
  6800. <returns>
  6801. <para>An instance of CollectionForm that can be used for the user interface for
  6802. editing the collection.</para>
  6803. </returns>
  6804. </member>
  6805. <member name="M:System.Windows.Forms.Design.TreeNodeCollectionEditor.TreeNodeCollectionForm.OnEditValueChanged">
  6806. <summary>
  6807. This is called when the value property in the CollectionForm has changed.
  6808. In it you should update your user interface to reflect the current value.
  6809. </summary>
  6810. </member>
  6811. <member name="P:System.Windows.Forms.Design.TreeNodeCollectionEditor.TreeNodeCollectionForm.HelpTopic">
  6812. </member>
  6813. <member name="M:System.Windows.Forms.Design.TreeViewDesigner.GetHitTest(System.Drawing.Point)">
  6814. </member>
  6815. <member name="P:System.Windows.Forms.Design.UpDownBaseDesigner.SelectionRules">
  6816. </member>
  6817. <member name="M:System.Windows.Forms.Design.UserControlDocumentDesigner.GetToolSupported(System.Drawing.Design.ToolboxItem)">
  6818. <summary>
  6819. <para>Indicates whether the specified tool is supported by this
  6820. designer.</para>
  6821. </summary>
  6822. <param name="tool">The tool that is to be enabled on the toolbox.</param>
  6823. <returns>
  6824. <para>
  6825. <see langword="true" /> if the tool can be enabled on
  6826. the toolbox; <see langword="false" />
  6827. if the document designer doesn't know how to use the tool.</para>
  6828. </returns>
  6829. </member>
  6830. <member name="M:System.Windows.Forms.Design.UserControlDocumentDesigner.Initialize(System.ComponentModel.IComponent)">
  6831. <summary>
  6832. <para>Initializes the designer with the specified component.</para>
  6833. </summary>
  6834. <param name="component">The component to associate with this designer.</param>
  6835. </member>
  6836. <member name="M:System.Windows.Forms.Design.UserControlDocumentDesigner.PreFilterProperties(System.Collections.IDictionary)">
  6837. </member>
  6838. <member name="T:System.Diagnostics.Design.LogConverter">
  6839. <summary>
  6840. LogConverter is the TypeConverter for the Log property on EventLog. It returns
  6841. a list of all event logs on the system.
  6842. </summary>
  6843. </member>
  6844. <member name="M:System.Diagnostics.Design.LogConverter.#ctor">
  6845. <summary>
  6846. <para>Initializes a new instance of the <see cref="T:System.Diagnostics.Design.LogConverter" /> class for the given type.
  6847. </para>
  6848. </summary>
  6849. </member>
  6850. <member name="M:System.Diagnostics.Design.LogConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  6851. <summary>
  6852. <para>[To be supplied.]</para>
  6853. </summary>
  6854. </member>
  6855. <member name="M:System.Diagnostics.Design.LogConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  6856. <summary>
  6857. <para>[To be supplied.]</para>
  6858. </summary>
  6859. </member>
  6860. <member name="M:System.Diagnostics.Design.ProcessDesigner.PreFilterProperties(System.Collections.IDictionary)">
  6861. </member>
  6862. <member name="M:System.Diagnostics.Design.ProcessModuleDesigner.PreFilterProperties(System.Collections.IDictionary)">
  6863. </member>
  6864. <member name="M:System.Diagnostics.Design.ProcessThreadDesigner.PreFilterProperties(System.Collections.IDictionary)">
  6865. </member>
  6866. <member name="T:System.Web.UI.Design.ColorBuilder">
  6867. <summary>
  6868. <para> Starts a color editor that allows a user to select a color. </para>
  6869. </summary>
  6870. </member>
  6871. <member name="M:System.Web.UI.Design.ColorBuilder.BuildColor(System.ComponentModel.IComponent,System.Windows.Forms.Control,System.String)">
  6872. <summary>
  6873. <para>Starts a color editor to build an HTML color property value.</para>
  6874. </summary>
  6875. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> whose site is to be used to access design-time services. </param>
  6876. <param name="owner">The <see cref="T:System.Web.UI.Control" /> used to parent the picker window. </param>
  6877. <param name="initialColor">The initial color to be shown in the picker window, in a valid HTML color format. </param>
  6878. <returns>
  6879. <para>The color value, represented as a string in an HTML
  6880. color format, or <see langword="null" />
  6881. if the builder service could not be retrieved.</para>
  6882. </returns>
  6883. </member>
  6884. <member name="T:System.Web.UI.Design.ControlParser">
  6885. <summary>
  6886. <para>Provides methods for creating a Web Server <see cref="T:System.Web.UI.Control" />
  6887. or <see cref="T:System.Web.UI.ITemplate" /> from a string of aspx code representing a
  6888. persisted control or template.</para>
  6889. </summary>
  6890. </member>
  6891. <member name="M:System.Web.UI.Design.ControlParser.ParseControl(System.ComponentModel.Design.IDesignerHost,System.String)">
  6892. <summary>
  6893. <para> Creates a control from the specified persisted control code,
  6894. using the specified designer host.</para>
  6895. </summary>
  6896. <param name="designerHost">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the document.</param>
  6897. <param name=" controlText">The text of the code for the control.</param>
  6898. <returns>
  6899. <para>The <see cref="T:System.Web.UI.Control" /> that the specified text represents, or <see langword="null" /> if the parser could not build
  6900. the control. </para>
  6901. </returns>
  6902. </member>
  6903. <member name="M:System.Web.UI.Design.ControlParser.ParseControl(System.ComponentModel.Design.IDesignerHost,System.String,System.String)">
  6904. <summary>
  6905. <para>Creates a control from the specified persisted control code, using the
  6906. specified designer host and directives.</para>
  6907. </summary>
  6908. <param name="designerHost">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the document.</param>
  6909. <param name=" controlText">The text of the code for the control.</param>
  6910. <param name=" directives">The directives to include in the code for the control.</param>
  6911. <returns>
  6912. <para>The <see cref="T:System.Web.UI.Control" />
  6913. that the specified text represents. </para>
  6914. </returns>
  6915. </member>
  6916. <member name="M:System.Web.UI.Design.ControlParser.ParseTemplate(System.ComponentModel.Design.IDesignerHost,System.String)">
  6917. <summary>
  6918. <para>Creates an <see cref="T:System.Web.UI.ITemplate" /> from the specified persisted template code.</para>
  6919. </summary>
  6920. <param name="designerHost">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the document.</param>
  6921. <param name=" templateText">A string that represents a persisted template. </param>
  6922. <returns>
  6923. <para>An <see cref="T:System.Web.UI.ITemplate" /> created by parsing the specified persisted
  6924. template code.</para>
  6925. </returns>
  6926. </member>
  6927. <member name="M:System.Web.UI.Design.ControlParser.ParseTemplate(System.ComponentModel.Design.IDesignerHost,System.String,System.String)">
  6928. <summary>
  6929. <para>Parses the specified persisted template code and creates an <see cref="T:System.Web.UI.ITemplate" />.</para>
  6930. </summary>
  6931. <param name="designerHost">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the document.</param>
  6932. <param name=" templateText">A string that represents a persisted template.</param>
  6933. <param name=" directives">Any directives to add to the beginning of the code for the template.</param>
  6934. <returns>
  6935. <para> An <see cref="T:System.Web.UI.ITemplate" />
  6936. created
  6937. by parsing the specified persisted template code.</para>
  6938. </returns>
  6939. </member>
  6940. <member name="T:System.Web.UI.Design.DataBindingCollectionConverter">
  6941. <summary>
  6942. <para> Provides a type converter
  6943. for <see cref="T:System.Web.UI.DataBindingCollection" /> objects.
  6944. </para>
  6945. </summary>
  6946. </member>
  6947. <member name="M:System.Web.UI.Design.DataBindingCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  6948. <summary>
  6949. <para>Converts a data binding collection to the specified type.</para>
  6950. </summary>
  6951. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that indicates the component or control the data binding collection belongs to.</param>
  6952. <param name=" culture">A <see cref="T:System.Globalization.CultureInfo" /> that can be used to provide additional culture information.</param>
  6953. <param name=" value">The object to convert.</param>
  6954. <param name=" destinationType">The type to convert to.</param>
  6955. <returns>
  6956. <para>The object produced by the type conversion. If the
  6957. <paramref name="destinationType" /> parameter is of type string, this method returns an empty string.</para>
  6958. </returns>
  6959. </member>
  6960. <member name="T:System.Web.UI.Design.DataBindingCollectionEditor">
  6961. <summary>
  6962. <para>Provides a user interface for editing a collection of data bindings.</para>
  6963. </summary>
  6964. </member>
  6965. <member name="M:System.Web.UI.Design.DataBindingCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  6966. <summary>
  6967. <para> Edits the value of the specified data-binding collection using the specified service provider and context.
  6968. </para>
  6969. </summary>
  6970. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that identifies the component or control the collection belongs to. </param>
  6971. <param name=" provider">The <see cref="T:System.IServiceProvider" /> to use. </param>
  6972. <param name=" value">The collection to edit. </param>
  6973. <returns>
  6974. <para> The new collection.
  6975. </para>
  6976. </returns>
  6977. </member>
  6978. <member name="M:System.Web.UI.Design.DataBindingCollectionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  6979. <summary>
  6980. <para> Gets the editor style used by the <see cref="M:System.Web.UI.Design.DataBindingCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.
  6981. </para>
  6982. </summary>
  6983. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that identifies the component or control to retrieve the edit style for. </param>
  6984. <returns>
  6985. <para> A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> that specifies the editor edit style of the component or control.
  6986. </para>
  6987. </returns>
  6988. </member>
  6989. <member name="T:System.Web.UI.Design.DataBindingHandler">
  6990. <summary>
  6991. <para> Provides a base class for a data-binding handler.</para>
  6992. </summary>
  6993. </member>
  6994. <member name="M:System.Web.UI.Design.DataBindingHandler.DataBindControl(System.ComponentModel.Design.IDesignerHost,System.Web.UI.Control)">
  6995. <summary>
  6996. <para> Data binds the specified control.</para>
  6997. </summary>
  6998. <param name="designerHost">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the document.</param>
  6999. <param name=" control">The <see cref="T:System.Web.UI.Control" /> to data bind.</param>
  7000. </member>
  7001. <member name="M:System.Web.UI.Design.DataBindingValueUIHandler.OnGetUIValueItem(System.ComponentModel.ITypeDescriptorContext,System.ComponentModel.PropertyDescriptor,System.Collections.ArrayList)">
  7002. <summary>
  7003. <para> Adds a data binding for the specified property and the specified value item
  7004. list if the current control has data bindings and the current object does not already
  7005. have a binding.</para>
  7006. </summary>
  7007. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that can provide additional context information.</param>
  7008. <param name=" propDesc">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the property to add a data binding for. </param>
  7009. <param name=" valueUIItemList">An <see cref="T:System.Collections.ArrayList" /> of items that have data bindings.</param>
  7010. </member>
  7011. <member name="T:System.Web.UI.Design.DataFieldConverter">
  7012. <summary>
  7013. <para> Provides a type converter that can retrieve a list of data
  7014. fields from the current component's selected data source.</para>
  7015. </summary>
  7016. </member>
  7017. <member name="M:System.Web.UI.Design.DataFieldConverter.#ctor">
  7018. <summary>
  7019. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.DataFieldConverter" /> class.
  7020. </para>
  7021. </summary>
  7022. </member>
  7023. <member name="M:System.Web.UI.Design.DataFieldConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  7024. <summary>
  7025. <para> Gets a value
  7026. indicating whether the converter can convert an object of the specified source type to the native type
  7027. of the converter.
  7028. </para>
  7029. </summary>
  7030. <param name="context">
  7031. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7032. </param>
  7033. <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from. </param>
  7034. <returns>
  7035. <para>
  7036. <see langword="true " />if the converter can perform the conversion; otherwise,
  7037. <see langword="false" />.
  7038. </para>
  7039. </returns>
  7040. </member>
  7041. <member name="M:System.Web.UI.Design.DataFieldConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  7042. <summary>
  7043. <para>Converts the specified object to the native type of the converter.</para>
  7044. </summary>
  7045. <param name="context">
  7046. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7047. </param>
  7048. <param name=" culture">A <see cref="T:System.Globalization.CultureInfo" /> that can be used to support localization features.</param>
  7049. <param name="value">The <see cref="T:System.Object" /> to convert.</param>
  7050. <returns>
  7051. <para>An <see cref="T:System.Object" /> that represents
  7052. the specified
  7053. object after conversion.</para>
  7054. </returns>
  7055. </member>
  7056. <member name="M:System.Web.UI.Design.DataFieldConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  7057. <summary>
  7058. <para> Gets the data fields present within the selected data source if information about them is available.
  7059. </para>
  7060. </summary>
  7061. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> indicating the component or control to get values for. </param>
  7062. <returns>
  7063. <para> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
  7064. listing the standard accessible data sources.</para>
  7065. <para>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
  7066. listing the data fields from the
  7067. data source selected for the component. This method uses the <see cref="T:System.Web.UI.Design.IDataSourceProvider" /> implementation on the component's designer
  7068. to retrieve the selected data source.</para>
  7069. </returns>
  7070. </member>
  7071. <member name="M:System.Web.UI.Design.DataFieldConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  7072. <summary>
  7073. <para> Gets a value indicating whether the collection of standard values returned from
  7074. <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" />
  7075. is a list of all possible values.
  7076. </para>
  7077. </summary>
  7078. <param name="context">
  7079. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7080. </param>
  7081. <returns>
  7082. <para>
  7083. <see langword="true " />if the
  7084. <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
  7085. returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an all exclusive list of all
  7086. possible values; <see langword="false " />if other values are possible. </para>
  7087. <para>As implemented in this class, this method always returns
  7088. <see langword="false" /> .</para>
  7089. </returns>
  7090. </member>
  7091. <member name="M:System.Web.UI.Design.DataFieldConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  7092. <summary>
  7093. <para> Gets a value indicating whether the converter supports a standard set of values
  7094. that can be picked from a list.
  7095. </para>
  7096. </summary>
  7097. <param name="context">
  7098. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</para>
  7099. </param>
  7100. <returns>
  7101. <para>
  7102. <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> can be
  7103. called to find a common set of values the object supports; otherwise,
  7104. <see langword="false" />.
  7105. </para>
  7106. </returns>
  7107. </member>
  7108. <member name="T:System.Web.UI.Design.DataMemberConverter">
  7109. <summary>
  7110. <para> Provides a type converter that can retrieve a
  7111. list of data members from the current component's selected data
  7112. source.</para>
  7113. </summary>
  7114. </member>
  7115. <member name="M:System.Web.UI.Design.DataMemberConverter.#ctor">
  7116. <summary>
  7117. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.DataFieldConverter" /> class.
  7118. </para>
  7119. </summary>
  7120. </member>
  7121. <member name="M:System.Web.UI.Design.DataMemberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  7122. <summary>
  7123. <para> Gets a value indicating
  7124. whether the converter can convert an object of the specified source type to the native type
  7125. of the converter.
  7126. </para>
  7127. </summary>
  7128. <param name="context">
  7129. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7130. </param>
  7131. <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from. </param>
  7132. <returns>
  7133. <para>
  7134. <see langword="true " />if the converter can perform the conversion; otherwise,
  7135. <see langword="false" />.
  7136. </para>
  7137. </returns>
  7138. </member>
  7139. <member name="M:System.Web.UI.Design.DataMemberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  7140. <summary>
  7141. <para>Converts the specified object to the native type of the converter.</para>
  7142. </summary>
  7143. <param name="context">
  7144. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7145. </param>
  7146. <param name=" culture">A <see cref="T:System.Globalization.CultureInfo" /> that can be used to support localization features.</param>
  7147. <param name="value">The <see cref="T:System.Object" /> to convert.</param>
  7148. <returns>
  7149. <para>An <see cref="T:System.Object" /> that represents the specified
  7150. object after conversion.</para>
  7151. </returns>
  7152. </member>
  7153. <member name="M:System.Web.UI.Design.DataMemberConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  7154. <summary>
  7155. <para> Gets the data members present within the selected data source, if information about them is available.
  7156. </para>
  7157. </summary>
  7158. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> indicating the component or control to get values for. </param>
  7159. <returns>
  7160. <para> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
  7161. listing the data members of the data source selected for the component. The
  7162. converter uses the <see cref="T:System.Web.UI.Design.IDataSourceProvider" /> implementation of the
  7163. associated component's designer to
  7164. retrieve the current data source selection.</para>
  7165. </returns>
  7166. </member>
  7167. <member name="M:System.Web.UI.Design.DataMemberConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  7168. <summary>
  7169. <para> Gets a value indicating whether the collection of standard values returned from
  7170. <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" />
  7171. is a list of all possible values.
  7172. </para>
  7173. </summary>
  7174. <param name="context">
  7175. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </para>
  7176. </param>
  7177. <returns>
  7178. <para>
  7179. <see langword="true " />if the
  7180. <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
  7181. returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exclusive list of
  7182. possible values; <see langword="false " />if other values are
  7183. possible.</para>
  7184. <para> As implemented in this class, this method always returns
  7185. <see langword="false" /> .</para>
  7186. </returns>
  7187. </member>
  7188. <member name="M:System.Web.UI.Design.DataMemberConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  7189. <summary>
  7190. <para> Gets a value indicating whether the converter supports a standard set of values
  7191. that can be picked from a list.
  7192. </para>
  7193. </summary>
  7194. <param name="context">
  7195. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7196. </param>
  7197. <returns>
  7198. <para>
  7199. <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> should be
  7200. called to find a common set of values the object supports; otherwise,
  7201. <see langword="false" />. This implementation always returns
  7202. <see langword="true" />.
  7203. </para>
  7204. </returns>
  7205. </member>
  7206. <member name="T:System.Web.UI.Design.DataSourceConverter">
  7207. <summary>
  7208. <para> Provides a type
  7209. converter that can retrieve a list of data sources accessible to the current
  7210. component.</para>
  7211. </summary>
  7212. </member>
  7213. <member name="M:System.Web.UI.Design.DataSourceConverter.#ctor">
  7214. <summary>
  7215. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.DataSourceConverter" /> class.
  7216. </para>
  7217. </summary>
  7218. </member>
  7219. <member name="M:System.Web.UI.Design.DataSourceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  7220. <summary>
  7221. <para> Gets a value
  7222. indicating whether the converter can convert an object of the specified source type to the native type
  7223. of the converter.
  7224. </para>
  7225. </summary>
  7226. <param name="context">
  7227. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7228. </param>
  7229. <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from. </param>
  7230. <returns>
  7231. <para>
  7232. <see langword="true " />if the converter can perform the conversion; otherwise,
  7233. <see langword="false" />.
  7234. </para>
  7235. <para> As implemented in this class, this method
  7236. always returns <see langword="false" />.
  7237. </para>
  7238. </returns>
  7239. </member>
  7240. <member name="M:System.Web.UI.Design.DataSourceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  7241. <summary>
  7242. <para> Converts the specified object to the native type of the converter.
  7243. </para>
  7244. </summary>
  7245. <param name="context">
  7246. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7247. </param>
  7248. <param name="culture">
  7249. <para>The <see cref="T:System.Globalization.CultureInfo" /> that can be used to support localization features.</para>
  7250. </param>
  7251. <param name="value">The <see cref="T:System.Object" /> to convert. </param>
  7252. <returns>
  7253. <para> An <see cref="T:System.Object" /> that represents
  7254. the specified object after conversion.</para>
  7255. </returns>
  7256. </member>
  7257. <member name="M:System.Web.UI.Design.DataSourceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  7258. <summary>
  7259. <para> Gets the standard data sources accessible to the control.
  7260. </para>
  7261. </summary>
  7262. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> indicating the component or control to get values for. </param>
  7263. <returns>
  7264. <para> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
  7265. listing the standard accessible data sources.</para>
  7266. </returns>
  7267. </member>
  7268. <member name="M:System.Web.UI.Design.DataSourceConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  7269. <summary>
  7270. <para> Gets a value indicating whether the collection of standard values returned from
  7271. <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" />
  7272. is a list of all possible values.
  7273. </para>
  7274. </summary>
  7275. <param name="context">
  7276. <para>An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </para>
  7277. </param>
  7278. <returns>
  7279. <para>
  7280. <see langword="true " />if the
  7281. <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
  7282. returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exclusive list of all
  7283. possible values; <see langword="false " />if other values
  7284. are possible.</para>
  7285. <para> As implemented in this class, this method always returns
  7286. <see langword="false" /> .</para>
  7287. </returns>
  7288. </member>
  7289. <member name="M:System.Web.UI.Design.DataSourceConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  7290. <summary>
  7291. <para> Gets a value indicating whether the converter supports a standard set of values
  7292. that can be picked from a list.
  7293. </para>
  7294. </summary>
  7295. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  7296. <returns>
  7297. <para>
  7298. <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> should be
  7299. called to find a common set of values the object supports; otherwise,
  7300. <see langword="false" />. This implementation always
  7301. returns <see langword="true" />.
  7302. </para>
  7303. </returns>
  7304. </member>
  7305. <member name="T:System.Web.UI.Design.DesignTimeData">
  7306. <summary>
  7307. <para> Provides helper methods that can be used by control designers to generate sample data for
  7308. data bound properties at design time.</para>
  7309. </summary>
  7310. </member>
  7311. <member name="M:System.Web.UI.Design.DesignTimeData.CreateDummyDataTable">
  7312. <summary>
  7313. <para>Creates a datatable that contains sample data.</para>
  7314. </summary>
  7315. <returns>
  7316. <para>A new <see cref="T:System.Data.DataTable" /> that contains 3 columns. These columns can contain data of type string.</para>
  7317. </returns>
  7318. </member>
  7319. <member name="M:System.Web.UI.Design.DesignTimeData.CreateSampleDataTable(System.Collections.IEnumerable)">
  7320. <summary>
  7321. <para>Creates a sample datatable with the same schema as the specified data source.</para>
  7322. </summary>
  7323. <param name="referenceData">A data source with the schema to use as the format for the sample datatable. </param>
  7324. <returns>
  7325. <para>A <see cref="T:System.Data.DataTable" /> that contains dummy data in the format of the specified
  7326. data source, or a default dummy data table if the specified data source
  7327. contained no data columns.</para>
  7328. </returns>
  7329. </member>
  7330. <member name="M:System.Web.UI.Design.DesignTimeData.GetDataFields(System.Collections.IEnumerable)">
  7331. <summary>
  7332. <para>Gets the data fields of the specified data source.</para>
  7333. </summary>
  7334. <param name="dataSource">The data source to retrieve the data fields of.</param>
  7335. <returns>
  7336. <para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the data fields of
  7337. the specified data source.</para>
  7338. </returns>
  7339. </member>
  7340. <member name="M:System.Web.UI.Design.DesignTimeData.GetDataMembers(System.Object)">
  7341. <summary>
  7342. <para>Gets the data members of the specified data source.</para>
  7343. </summary>
  7344. <param name="dataSource">The data source to retrieve the members of.</param>
  7345. <returns>
  7346. <para>An array of type string that represents the data members of the specified data
  7347. source.</para>
  7348. </returns>
  7349. </member>
  7350. <member name="M:System.Web.UI.Design.DesignTimeData.GetDataMember(System.ComponentModel.IListSource,System.String)">
  7351. <summary>
  7352. <para>Gets the specified data member from the specified data source.</para>
  7353. </summary>
  7354. <param name="dataSource">An <see cref="T:System.ComponentModel.IListSource" /> that contains the data member to retrieve.</param>
  7355. <param name=" dataMember"> The data member to retrieve.</param>
  7356. <returns>
  7357. <para>The specified data member from the specified data source, if it exists.</para>
  7358. </returns>
  7359. </member>
  7360. <member name="M:System.Web.UI.Design.DesignTimeData.GetDesignTimeDataSource(System.Data.DataTable,System.Int32)">
  7361. <summary>
  7362. <para> Adds sample rows to the specified data table and returns the updated table.</para>
  7363. </summary>
  7364. <param name="dataTable">The <see cref="T:System.Data.DataTable" /> that defines the shape of the data source. Sample rows are added to this table. </param>
  7365. <param name="minimumRows">The minimum number of rows of sample data that the data source will contain. </param>
  7366. <returns>
  7367. <para>A live data source for use at design time.</para>
  7368. </returns>
  7369. </member>
  7370. <member name="M:System.Web.UI.Design.DesignTimeData.GetSelectedDataSource(System.ComponentModel.IComponent,System.String)">
  7371. <summary>
  7372. <para> Gets the specified data source.</para>
  7373. </summary>
  7374. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> that contains the data source.</param>
  7375. <param name=" dataSource">The data source to retrieve.</param>
  7376. <returns>
  7377. <para>The data source object, or <see langword="null" />
  7378. if the data source or component's site could not be
  7379. accessed.</para>
  7380. </returns>
  7381. </member>
  7382. <member name="M:System.Web.UI.Design.DesignTimeData.GetSelectedDataSource(System.ComponentModel.IComponent,System.String,System.String)">
  7383. <summary>
  7384. <para> Gets the specified data member of the specified data source.</para>
  7385. </summary>
  7386. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> that contains the data sourced property.</param>
  7387. <param name=" dataSource">The data source to retrieve.</param>
  7388. <param name=" dataMember">The data member to retrieve.</param>
  7389. <returns>
  7390. <para>The data member, or <see langword="null" /> if the data source or component's site could not be
  7391. accessed.</para>
  7392. </returns>
  7393. </member>
  7394. <member name="M:System.Web.UI.Design.GlobalDataBindingHandler.OnDataBind(System.Object,System.EventArgs)">
  7395. <summary>
  7396. </summary>
  7397. </member>
  7398. <member name="T:System.Web.UI.Design.HtmlControlDesigner">
  7399. <summary>
  7400. <para> Provides basic design-time functionality for ASP.NET server controls.</para>
  7401. </summary>
  7402. </member>
  7403. <member name="M:System.Web.UI.Design.HtmlControlDesigner.#ctor">
  7404. <summary>
  7405. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.HtmlControlDesigner" /> class.
  7406. </para>
  7407. </summary>
  7408. </member>
  7409. <member name="M:System.Web.UI.Design.HtmlControlDesigner.Dispose(System.Boolean)">
  7410. <summary>
  7411. <para>Releases the unmanaged resources used by the <see cref="T:System.Web.UI.Design.HtmlControlDesigner" /> and optionally releases the managed
  7412. resources.</para>
  7413. </summary>
  7414. <param name="disposing">
  7415. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  7416. </member>
  7417. <member name="M:System.Web.UI.Design.HtmlControlDesigner.OnBehaviorAttached">
  7418. <summary>
  7419. <para> Provides an opportunity to perform processing when a behavior is attached to the designer.
  7420. </para>
  7421. </summary>
  7422. </member>
  7423. <member name="M:System.Web.UI.Design.HtmlControlDesigner.OnBehaviorDetaching">
  7424. <summary>
  7425. <para>Provides an opportunity to perform processing when a behavior
  7426. is detached from the designer.</para>
  7427. </summary>
  7428. </member>
  7429. <member name="M:System.Web.UI.Design.HtmlControlDesigner.OnSetParent">
  7430. <summary>
  7431. <para> Provides an opportunity to perform when the associated control is parented.
  7432. </para>
  7433. </summary>
  7434. </member>
  7435. <member name="M:System.Web.UI.Design.HtmlControlDesigner.PreFilterEvents(System.Collections.IDictionary)">
  7436. <summary>
  7437. <para> Modifies the set of events that the designer exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" /> object. </para>
  7438. </summary>
  7439. <param name="events">
  7440. <para>An <see cref="T:System.Collections.IDictionary" /> that contains the names of the events of the component to expose.</para>
  7441. </param>
  7442. </member>
  7443. <member name="M:System.Web.UI.Design.HtmlControlDesigner.PreFilterProperties(System.Collections.IDictionary)">
  7444. <summary>
  7445. <para> Modifies the set of properties that the
  7446. designer exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />
  7447. object.
  7448. </para>
  7449. </summary>
  7450. <param name="properties">The set of properties to filter for the component. </param>
  7451. </member>
  7452. <member name="M:System.Web.UI.Design.HtmlControlDesigner.OnBindingsCollectionChanged(System.String)">
  7453. <summary>
  7454. <para> Provides a method that can be used to indicate
  7455. when a data binding has been changed.
  7456. </para>
  7457. </summary>
  7458. <param name="propName">The name of the property that has been changed. </param>
  7459. </member>
  7460. <member name="P:System.Web.UI.Design.HtmlControlDesigner.Behavior">
  7461. <summary>
  7462. <para> Gets or sets the DHTML behavior associated with the designer instance.
  7463. </para>
  7464. </summary>
  7465. </member>
  7466. <member name="P:System.Web.UI.Design.HtmlControlDesigner.DataBindings">
  7467. <summary>
  7468. <para>Gets or sets the data bindings for the current control.</para>
  7469. </summary>
  7470. </member>
  7471. <member name="P:System.Web.UI.Design.HtmlControlDesigner.ShouldCodeSerialize">
  7472. <summary>
  7473. <para>Gets or sets a value indicating whether a field declaration for the control should be
  7474. created in the code-behind file for the current design document during serialization.</para>
  7475. </summary>
  7476. </member>
  7477. <member name="T:System.Web.UI.Design.HtmlIntrinsicControlDesigner">
  7478. <summary>
  7479. <para>Provides a base designer for all intrinsic HTML controls.</para>
  7480. </summary>
  7481. </member>
  7482. <member name="T:System.Web.UI.Design.IDataSourceProvider">
  7483. <summary>
  7484. <para> Defines an interface that a control designer can implement to provide access to a data source.</para>
  7485. </summary>
  7486. </member>
  7487. <member name="M:System.Web.UI.Design.IDataSourceProvider.GetSelectedDataSource">
  7488. <summary>
  7489. <para> Gets a reference to the selected data source of this data source provider.</para>
  7490. </summary>
  7491. <returns>
  7492. <para>The currently selected data source object of this data source provider.</para>
  7493. </returns>
  7494. </member>
  7495. <member name="M:System.Web.UI.Design.IDataSourceProvider.GetResolvedSelectedDataSource">
  7496. <summary>
  7497. <para> Gets the selected data member from the selected data source.</para>
  7498. </summary>
  7499. <returns>
  7500. <para> The selected data member from the selected data source,
  7501. if the control allows the user to select an <see cref="T:System.ComponentModel.IListSource" /> (such as a <see cref="T:System.Data.DataSet" />) for the data source, and provides
  7502. a DataMember property to select a particular list (or <see cref="T:System.Data.DataTable" /> )
  7503. within the data source.</para>
  7504. </returns>
  7505. </member>
  7506. <member name="T:System.Web.UI.Design.IHtmlControlDesignerBehavior">
  7507. <summary>
  7508. <para> Defines an interface that enables the extension of specific behaviors of an HTML control designer.</para>
  7509. </summary>
  7510. </member>
  7511. <member name="M:System.Web.UI.Design.IHtmlControlDesignerBehavior.GetAttribute(System.String,System.Boolean)">
  7512. <summary>
  7513. <para>Gets the specified attribute.</para>
  7514. </summary>
  7515. <param name="attribute">The attribute to retrieve.</param>
  7516. <param name=" ignoreCase">
  7517. <see langword="true" /> if the attribute syntax is case-insensitive; otherwise, <see langword="false" />.</param>
  7518. <returns>
  7519. <para>The attribute that was retrieved.</para>
  7520. </returns>
  7521. </member>
  7522. <member name="M:System.Web.UI.Design.IHtmlControlDesignerBehavior.RemoveAttribute(System.String,System.Boolean)">
  7523. <summary>
  7524. <para>Removes the specified attribute.</para>
  7525. </summary>
  7526. <param name="attribute">The attribute to remove.</param>
  7527. <param name=" ignoreCase">
  7528. <see langword="true" /> if the attribute syntax is case-insensitive; otherwise, <see langword="false" />.</param>
  7529. </member>
  7530. <member name="M:System.Web.UI.Design.IHtmlControlDesignerBehavior.SetAttribute(System.String,System.Object,System.Boolean)">
  7531. <summary>
  7532. <para>Sets the specified attribute to the specified object.</para>
  7533. </summary>
  7534. <param name="attribute">The attribute to set.</param>
  7535. <param name=" value">The object on which to set the attribute.</param>
  7536. <param name=" ignoreCase">
  7537. <see langword="true" /> if the attribute syntax is case-insensitive; otherwise, <see langword="false" />.</param>
  7538. </member>
  7539. <member name="M:System.Web.UI.Design.IHtmlControlDesignerBehavior.GetStyleAttribute(System.String,System.Boolean,System.Boolean)">
  7540. <summary>
  7541. <para>Gets the specified style attribute.</para>
  7542. </summary>
  7543. <param name="attribute">The style attribute to retrieve.</param>
  7544. <param name=" designTimeOnly">
  7545. <see langword="true" /> if the attribute is only active at design time; otherwise,<see langword=" false" />.</param>
  7546. <param name=" ignoreCase">
  7547. <see langword="true" /> if the attribute syntax is case-insensitive; otherwise, <see langword="false" />.</param>
  7548. <returns>
  7549. <para>The style attribute that was retrieved.</para>
  7550. </returns>
  7551. </member>
  7552. <member name="M:System.Web.UI.Design.IHtmlControlDesignerBehavior.RemoveStyleAttribute(System.String,System.Boolean,System.Boolean)">
  7553. <summary>
  7554. <para>Removes the specified style attribute.</para>
  7555. </summary>
  7556. <param name="attribute">The style attribute to remove.</param>
  7557. <param name=" designTimeOnly">
  7558. <see langword="true" /> if the attribute is only active at design time; otherwise,<see langword=" false" />.</param>
  7559. <param name=" ignoreCase">
  7560. <see langword="true" /> if the attribute syntax is case-insensitive; otherwise, <see langword="false" />.</param>
  7561. </member>
  7562. <member name="M:System.Web.UI.Design.IHtmlControlDesignerBehavior.SetStyleAttribute(System.String,System.Boolean,System.Object,System.Boolean)">
  7563. <summary>
  7564. <para>Sets the specified style attribute to the specified object.</para>
  7565. </summary>
  7566. <param name="attribute">The attribute to set.</param>
  7567. <param name=" designTimeOnly">
  7568. <see langword="true" /> if the attribute is only active at design-time; otherwise,<see langword=" false" />.</param>
  7569. <param name=" value">The object to set the attribute on.</param>
  7570. <param name=" ignoreCase">
  7571. <see langword="true" /> if the attribute syntax is case-insensitive; otherwise, <see langword="false" />.</param>
  7572. </member>
  7573. <member name="P:System.Web.UI.Design.IHtmlControlDesignerBehavior.Designer">
  7574. <summary>
  7575. <para>Gets or sets the designer that the behavior is associated with.</para>
  7576. </summary>
  7577. </member>
  7578. <member name="P:System.Web.UI.Design.IHtmlControlDesignerBehavior.DesignTimeElement">
  7579. <summary>
  7580. <para>Gets the element that the designer is associated with.</para>
  7581. </summary>
  7582. </member>
  7583. <member name="T:System.Web.UI.Design.ImageUrlEditor">
  7584. <summary>
  7585. <para>Provides a user interface for selecting a
  7586. URL to an image.</para>
  7587. </summary>
  7588. </member>
  7589. <member name="T:System.Web.UI.Design.UrlEditor">
  7590. <summary>
  7591. <para> Provides a user interface for selecting a URL.</para>
  7592. </summary>
  7593. </member>
  7594. <member name="M:System.Web.UI.Design.UrlEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  7595. <summary>
  7596. <para> Edits the value of the specified object using the editor style
  7597. provided by the <see cref="M:System.Web.UI.Design.UrlEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)" />
  7598. method.
  7599. </para>
  7600. </summary>
  7601. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information. </param>
  7602. <param name="provider">A service provider object through which editing services may be obtained. </param>
  7603. <param name="value">An instance of the value being edited. </param>
  7604. <returns>
  7605. <para> The new value of the object. If the value of the object hasn't changed,
  7606. this method should return the same object it was passed.
  7607. </para>
  7608. </returns>
  7609. </member>
  7610. <member name="M:System.Web.UI.Design.UrlEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  7611. <summary>
  7612. <para>Gets the editing style of the <see cref="M:System.Web.UI.Design.UrlEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.</para>
  7613. </summary>
  7614. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  7615. <returns>
  7616. <para>One of the <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> values
  7617. indicating the provided editing style. If the method is not supported, this will
  7618. return <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.None" />.</para>
  7619. </returns>
  7620. </member>
  7621. <member name="P:System.Web.UI.Design.UrlEditor.Caption">
  7622. <summary>
  7623. <para> Gets the caption to display on the selection dialog box.
  7624. </para>
  7625. </summary>
  7626. </member>
  7627. <member name="P:System.Web.UI.Design.UrlEditor.Options">
  7628. <summary>
  7629. <para> Indicates the options for the URL builder to use.</para>
  7630. </summary>
  7631. </member>
  7632. <member name="P:System.Web.UI.Design.UrlEditor.Filter">
  7633. <summary>
  7634. <para>Gets the file name filter string for the editor. This is used to
  7635. determine the items that appear in the file list of the dialog box.</para>
  7636. </summary>
  7637. </member>
  7638. <member name="P:System.Web.UI.Design.ImageUrlEditor.Caption">
  7639. <summary>
  7640. <para>Gets the caption to display on the selection dialog window.</para>
  7641. </summary>
  7642. </member>
  7643. <member name="P:System.Web.UI.Design.ImageUrlEditor.Filter">
  7644. <summary>
  7645. <para> Gets the file type filter string for the editor.
  7646. This is used to determine the items that appear in the file list of the dialog box.</para>
  7647. </summary>
  7648. </member>
  7649. <member name="T:System.Web.UI.Design.ITemplateEditingFrame">
  7650. <summary>
  7651. <para> Provides an interface to manage a template editing area.</para>
  7652. </summary>
  7653. </member>
  7654. <member name="M:System.Web.UI.Design.ITemplateEditingFrame.Close(System.Boolean)">
  7655. <summary>
  7656. <para>Closes the control and optionally saves any changes.</para>
  7657. </summary>
  7658. <param name="saveChanges">
  7659. <see langword="true" /> if changes to the document should be saved; otherwise, <see langword="false" />.</param>
  7660. </member>
  7661. <member name="M:System.Web.UI.Design.ITemplateEditingFrame.Open">
  7662. <summary>
  7663. <para>Opens and displays the control.</para>
  7664. </summary>
  7665. </member>
  7666. <member name="M:System.Web.UI.Design.ITemplateEditingFrame.Resize(System.Int32,System.Int32)">
  7667. <summary>
  7668. <para>Resizes the control to the specified width and height.</para>
  7669. </summary>
  7670. <param name="width">The new width for the control.</param>
  7671. <param name=" height">The new height for the control.</param>
  7672. </member>
  7673. <member name="M:System.Web.UI.Design.ITemplateEditingFrame.Save">
  7674. <summary>
  7675. <para>Saves any changes to the document.</para>
  7676. </summary>
  7677. </member>
  7678. <member name="M:System.Web.UI.Design.ITemplateEditingFrame.UpdateControlName(System.String)">
  7679. <summary>
  7680. <para>Changes the name of the control to the specified name.</para>
  7681. </summary>
  7682. <param name="newName">The new name for the control.</param>
  7683. </member>
  7684. <member name="P:System.Web.UI.Design.ITemplateEditingFrame.ControlStyle">
  7685. <summary>
  7686. <para> Gets the style for the editing frame.</para>
  7687. </summary>
  7688. </member>
  7689. <member name="P:System.Web.UI.Design.ITemplateEditingFrame.Name">
  7690. <summary>
  7691. <para> Gets the name of the editing frame.</para>
  7692. </summary>
  7693. </member>
  7694. <member name="P:System.Web.UI.Design.ITemplateEditingFrame.InitialHeight">
  7695. <summary>
  7696. <para>Gets or sets the initial height of the control.</para>
  7697. </summary>
  7698. </member>
  7699. <member name="P:System.Web.UI.Design.ITemplateEditingFrame.InitialWidth">
  7700. <summary>
  7701. <para>Gets or sets the initial width of the control.</para>
  7702. </summary>
  7703. </member>
  7704. <member name="P:System.Web.UI.Design.ITemplateEditingFrame.TemplateNames">
  7705. <summary>
  7706. <para> Gets a set of names of templates to use.</para>
  7707. </summary>
  7708. </member>
  7709. <member name="P:System.Web.UI.Design.ITemplateEditingFrame.TemplateStyles">
  7710. <summary>
  7711. <para> Gets the template styles for the control.</para>
  7712. </summary>
  7713. </member>
  7714. <member name="P:System.Web.UI.Design.ITemplateEditingFrame.Verb">
  7715. <summary>
  7716. <para> Gets or sets the verb that invokes the template.</para>
  7717. </summary>
  7718. </member>
  7719. <member name="T:System.Web.UI.Design.ITemplateEditingService">
  7720. <summary>
  7721. <para>Provides services for editing control templates at design time.</para>
  7722. </summary>
  7723. </member>
  7724. <member name="M:System.Web.UI.Design.ITemplateEditingService.CreateFrame(System.Web.UI.Design.TemplatedControlDesigner,System.String,System.String[])">
  7725. <summary>
  7726. <para>Creates a new template editing frame for the specified
  7727. templated control designer, using the specified name and templates.</para>
  7728. </summary>
  7729. <param name="designer">The <see cref="T:System.Web.UI.Design.TemplatedControlDesigner" /> that will use the template editing frame.</param>
  7730. <param name=" frameName">The name of the editing frame that will be displayed on the frame. Typically this is the same as the <see cref="P:System.ComponentModel.Design.DesignerVerb.Text" /> property used as the menu text for the <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> that is invoked to create the frame.</param>
  7731. <param name=" templateNames">An array of names for the templates that the template editing frame will contain.</param>
  7732. <returns>
  7733. <para>The new <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" />.</para>
  7734. </returns>
  7735. </member>
  7736. <member name="M:System.Web.UI.Design.ITemplateEditingService.CreateFrame(System.Web.UI.Design.TemplatedControlDesigner,System.String,System.String[],System.Web.UI.WebControls.Style,System.Web.UI.WebControls.Style[])">
  7737. <summary>
  7738. <para>Creates a new template editing frame for the specified
  7739. <see cref="T:System.Web.UI.Design.TemplatedControlDesigner" />, using the specified name, template names, control
  7740. style, and template styles.</para>
  7741. </summary>
  7742. <param name="designer">The <see cref="T:System.Web.UI.Design.TemplatedControlDesigner" /> that will use the template editing frame.</param>
  7743. <param name=" frameName">The name of the editing frame that will be displayed on the frame. Typically this is the same as the <see cref="P:System.ComponentModel.Design.DesignerVerb.Text" /> property used as the menu text for the <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> that is invoked to create the frame.</param>
  7744. <param name=" templateNames">An array of names for the templates that the template editing frame will contain.</param>
  7745. <param name=" controlStyle">The control <see cref="T:System.Web.UI.WebControls.Style" /> for the editing frame.</param>
  7746. <param name=" templateStyles">An array of type <see cref="T:System.Web.UI.WebControls.Style" /> that represents the template styles for the editing frame.</param>
  7747. <returns>
  7748. <para>The new <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" />.</para>
  7749. </returns>
  7750. </member>
  7751. <member name="M:System.Web.UI.Design.ITemplateEditingService.GetContainingTemplateName(System.Web.UI.Control)">
  7752. <summary>
  7753. <para>Gets the name of the parent template.</para>
  7754. </summary>
  7755. <param name="control">The <see cref="T:System.Web.UI.Control" /> for which to get the name of the parent template.</param>
  7756. <returns>
  7757. <para>The name of the parent template.</para>
  7758. </returns>
  7759. </member>
  7760. <member name="P:System.Web.UI.Design.ITemplateEditingService.SupportsNestedTemplateEditing">
  7761. <summary>
  7762. <para>Indicates whether the service supports nested template editing.</para>
  7763. </summary>
  7764. </member>
  7765. <member name="T:System.Web.UI.Design.IControlDesignerBehavior">
  7766. <summary>
  7767. <para> Enables the extension of specific behaviors of a control designer.</para>
  7768. </summary>
  7769. </member>
  7770. <member name="M:System.Web.UI.Design.IControlDesignerBehavior.OnTemplateModeChanged">
  7771. <summary>
  7772. <para>Provides an opportunity to perform processing when the
  7773. designer enters or exits template mode.</para>
  7774. </summary>
  7775. </member>
  7776. <member name="P:System.Web.UI.Design.IControlDesignerBehavior.DesignTimeElementView">
  7777. <summary>
  7778. <para> Gets the design-time view control object for the designer.</para>
  7779. </summary>
  7780. </member>
  7781. <member name="P:System.Web.UI.Design.IControlDesignerBehavior.DesignTimeHtml">
  7782. <summary>
  7783. <para>Gets or sets the design-time HTML for the designer's control.</para>
  7784. </summary>
  7785. </member>
  7786. <member name="T:System.Web.UI.Design.IWebFormReferenceManager">
  7787. <summary>
  7788. <para> Provides an interface that can lookup information about
  7789. the types used in the current Web
  7790. Forms project.</para>
  7791. </summary>
  7792. </member>
  7793. <member name="M:System.Web.UI.Design.IWebFormReferenceManager.GetObjectType(System.String,System.String)">
  7794. <summary>
  7795. <para>Gets the type of the specified object.</para>
  7796. </summary>
  7797. <param name="tagPrefix">The tag prefix for the type.</param>
  7798. <param name=" typeName">The name of the type.</param>
  7799. <returns>
  7800. <para>The <see cref="T:System.Type" />
  7801. of the object, if it could be resolved.</para>
  7802. </returns>
  7803. </member>
  7804. <member name="M:System.Web.UI.Design.IWebFormReferenceManager.GetTagPrefix(System.Type)">
  7805. <summary>
  7806. <para> Gets the tag prefix for the specified type of object.
  7807. </para>
  7808. </summary>
  7809. <param name="objectType">The type of the object. </param>
  7810. <returns>
  7811. <para>The tag prefix for the specified object type, if it could be located.</para>
  7812. </returns>
  7813. </member>
  7814. <member name="M:System.Web.UI.Design.IWebFormReferenceManager.GetRegisterDirectives">
  7815. <summary>
  7816. <para> Gets the register directives for the current project.
  7817. </para>
  7818. </summary>
  7819. <returns>
  7820. <para>The register directives for the current project.</para>
  7821. </returns>
  7822. </member>
  7823. <member name="T:System.Web.UI.Design.IWebFormsBuilderUIService">
  7824. <summary>
  7825. <para> Provides methods to start specific user interfaces for
  7826. building properties at design-time.</para>
  7827. </summary>
  7828. </member>
  7829. <member name="M:System.Web.UI.Design.IWebFormsBuilderUIService.BuildColor(System.Windows.Forms.Control,System.String)">
  7830. <summary>
  7831. <para>Starts a <see cref="T:System.Web.UI.Design.ColorBuilder" /> to build a color property.</para>
  7832. </summary>
  7833. <param name="owner">The control used to parent the dialog shown by the <see cref="T:System.Web.UI.Design.ColorBuilder" /> .</param>
  7834. <param name=" initialColor">The initial color for the editor to pre-select.</param>
  7835. <returns>
  7836. <para>The color that was selected. This value will be a
  7837. named color, or an RGB color expressed in HTML color format (#RRGGBB).</para>
  7838. </returns>
  7839. </member>
  7840. <member name="M:System.Web.UI.Design.IWebFormsBuilderUIService.BuildUrl(System.Windows.Forms.Control,System.String,System.String,System.String,System.String,System.Web.UI.Design.UrlBuilderOptions)">
  7841. <summary>
  7842. <para>Launches an editor to build a URL property.</para>
  7843. </summary>
  7844. <param name="owner">The control used to parent the dialog shown by the <see cref="T:System.Web.UI.Design.UrlBuilder" /> .</param>
  7845. <param name=" initialUrl">The initial URL to display in the selection interface.</param>
  7846. <param name=" baseUrl"> The base URL used to construct relative URLs.</param>
  7847. <param name=" caption">A caption that presents a message in the selection interface.</param>
  7848. <param name=" filter">The filter string to use to optionally filter the files displayed in the selection interface.</param>
  7849. <param name=" options">A <see cref="T:System.Web.UI.Design.UrlBuilderOptions" /> that indicates the options for the <see cref="T:System.Web.UI.Design.UrlBuilder" />.</param>
  7850. <returns>
  7851. <para>A string that contains the URL returned by the
  7852. <see cref="T:System.Web.UI.Design.UrlBuilder" />. </para>
  7853. </returns>
  7854. </member>
  7855. <member name="T:System.Web.UI.Design.IWebFormsDocumentService">
  7856. <summary>
  7857. <para>Provides methods to access services for tracking the loading state of a Web Forms
  7858. document, handling events at load time, accessing a document's location,
  7859. managing a document's undo service, and setting a new selection within the document.</para>
  7860. </summary>
  7861. </member>
  7862. <member name="M:System.Web.UI.Design.IWebFormsDocumentService.CreateDiscardableUndoUnit">
  7863. <summary>
  7864. <para>Creates a discardable undo unit.</para>
  7865. </summary>
  7866. <returns>
  7867. <para>The new discardable undo unit.</para>
  7868. </returns>
  7869. </member>
  7870. <member name="M:System.Web.UI.Design.IWebFormsDocumentService.DiscardUndoUnit(System.Object)">
  7871. <summary>
  7872. <para>Discards the specified undo unit.</para>
  7873. </summary>
  7874. <param name="discardableUndoUnit">The undo unit to discard.</param>
  7875. </member>
  7876. <member name="M:System.Web.UI.Design.IWebFormsDocumentService.EnableUndo(System.Boolean)">
  7877. <summary>
  7878. <para>Enables the ability to undo actions that occur within
  7879. undoable action units or transactions.</para>
  7880. </summary>
  7881. <param name="enable">
  7882. <see langword="true" /> if actions should be undoable; otherwise, <see langword="false" />.</param>
  7883. </member>
  7884. <member name="M:System.Web.UI.Design.IWebFormsDocumentService.UpdateSelection">
  7885. <summary>
  7886. <para>When implemented in a derived class, updates the current selection.</para>
  7887. </summary>
  7888. </member>
  7889. <member name="P:System.Web.UI.Design.IWebFormsDocumentService.DocumentUrl">
  7890. <summary>
  7891. <para> Gets the URL at which the document is located.</para>
  7892. </summary>
  7893. </member>
  7894. <member name="P:System.Web.UI.Design.IWebFormsDocumentService.IsLoading">
  7895. <summary>
  7896. <para>Gets a value indicating whether the document service is currently loading.</para>
  7897. </summary>
  7898. </member>
  7899. <member name="E:System.Web.UI.Design.IWebFormsDocumentService.LoadComplete">
  7900. <summary>
  7901. <para>Occurs when the service has finished loading.</para>
  7902. </summary>
  7903. </member>
  7904. <member name="T:System.Web.UI.Design.ReadWriteControlDesigner">
  7905. <summary>
  7906. <para> Extends design-time behavior for read/write server controls.</para>
  7907. </summary>
  7908. </member>
  7909. <member name="T:System.Web.UI.Design.ControlDesigner">
  7910. <summary>
  7911. <para> Provides a base class for Web server control designers.
  7912. </para>
  7913. </summary>
  7914. </member>
  7915. <member name="M:System.Web.UI.Design.ControlDesigner.CreatePlaceHolderDesignTimeHtml">
  7916. <summary>
  7917. <para>Creates a simple HTML section for the control that can be
  7918. used to display information related to the control at design time when there
  7919. is not enough information to display a meaningful representation of the
  7920. control.</para>
  7921. </summary>
  7922. <returns>
  7923. <para> A string containing design-time HTML that provides basic information about the control.</para>
  7924. </returns>
  7925. </member>
  7926. <member name="M:System.Web.UI.Design.ControlDesigner.CreatePlaceHolderDesignTimeHtml(System.String)">
  7927. <summary>
  7928. <para>Creates a simple HTML section for the control, using the specified
  7929. additional information, that can be used to display information related to the control at design time
  7930. when there is not enough information to display a meaningful representation of the
  7931. control.</para>
  7932. </summary>
  7933. <param name="instruction">A string containing information to add to the HTML section.</param>
  7934. <returns>
  7935. <para> A string containing design-time HTML that provides information about
  7936. the control.</para>
  7937. </returns>
  7938. </member>
  7939. <member name="M:System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml">
  7940. <summary>
  7941. <para> Gets the HTML that is used to represent the control at design time.
  7942. </para>
  7943. </summary>
  7944. <returns>
  7945. <para> The HTML that is used to represent the control at design time.
  7946. </para>
  7947. </returns>
  7948. </member>
  7949. <member name="M:System.Web.UI.Design.ControlDesigner.GetEmptyDesignTimeHtml">
  7950. <summary>
  7951. <para> Gets the HTML that is used to represent an empty control at design time.</para>
  7952. </summary>
  7953. <returns>
  7954. <para> The HTML that is used to represent an empty control at
  7955. design time. By default, this HTML contains the name of the component.
  7956. </para>
  7957. </returns>
  7958. </member>
  7959. <member name="M:System.Web.UI.Design.ControlDesigner.GetErrorDesignTimeHtml(System.Exception)">
  7960. <summary>
  7961. <para>Gets the HTML that provides information about the specified exception. This method is typically called after an error
  7962. has been encountered at design time.</para>
  7963. </summary>
  7964. <param name="e">The exception that occurred.</param>
  7965. <returns>
  7966. <para> The HTML for the specified exception.</para>
  7967. </returns>
  7968. </member>
  7969. <member name="M:System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml">
  7970. <summary>
  7971. <para> Gets the persistable inner HTML of the control.
  7972. </para>
  7973. </summary>
  7974. <returns>
  7975. <para> The persistable inner HTML of the control.
  7976. </para>
  7977. </returns>
  7978. </member>
  7979. <member name="M:System.Web.UI.Design.ControlDesigner.Initialize(System.ComponentModel.IComponent)">
  7980. <summary>
  7981. <para> Initializes the designer and
  7982. loads the specified component.
  7983. </para>
  7984. </summary>
  7985. <param name="component">The control element being designed. </param>
  7986. </member>
  7987. <member name="M:System.Web.UI.Design.ControlDesigner.IsPropertyBound(System.String)">
  7988. <summary>
  7989. <para> Gets a value indicating whether the specified property is data-bound.
  7990. </para>
  7991. </summary>
  7992. <param name="propName">The property to check for data binding. </param>
  7993. <returns>
  7994. <para>
  7995. <see langword="true" /> if the property is data bound; otherwise,
  7996. <see langword="false" />.
  7997. </para>
  7998. </returns>
  7999. </member>
  8000. <member name="M:System.Web.UI.Design.ControlDesigner.OnBehaviorAttached">
  8001. <summary>
  8002. <para> Called when the designer is attached to the behavior.
  8003. </para>
  8004. </summary>
  8005. </member>
  8006. <member name="M:System.Web.UI.Design.ControlDesigner.OnBindingsCollectionChanged(System.String)">
  8007. <summary>
  8008. <para> Called
  8009. when the data bindings collection changes.
  8010. </para>
  8011. </summary>
  8012. <param name="propName">The property to test for changes in its bindings collection. </param>
  8013. </member>
  8014. <member name="M:System.Web.UI.Design.ControlDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
  8015. <summary>
  8016. <para> Called when the component changes.
  8017. </para>
  8018. </summary>
  8019. <param name="sender"> The source of the event. </param>
  8020. <param name="ce">A <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs" /> that contains the event data. </param>
  8021. </member>
  8022. <member name="M:System.Web.UI.Design.ControlDesigner.OnControlResize">
  8023. <summary>
  8024. <para>
  8025. Called when the design-time control has been resized.</para>
  8026. </summary>
  8027. </member>
  8028. <member name="M:System.Web.UI.Design.ControlDesigner.RaiseResizeEvent">
  8029. <summary>
  8030. <para>Raises the <see cref="M:System.Web.UI.Design.ControlDesigner.OnControlResize" /> event.</para>
  8031. </summary>
  8032. </member>
  8033. <member name="M:System.Web.UI.Design.ControlDesigner.UpdateDesignTimeHtml">
  8034. <summary>
  8035. <para>Refreshes the display of the control.</para>
  8036. </summary>
  8037. </member>
  8038. <member name="P:System.Web.UI.Design.ControlDesigner.AllowResize">
  8039. <summary>
  8040. <para> Gets a value
  8041. indicating whether the control can be resized.
  8042. </para>
  8043. </summary>
  8044. </member>
  8045. <member name="P:System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete">
  8046. <summary>
  8047. <para> Gets a value indicating whether the designer must
  8048. have completed loading before the design-time HTML can be used.</para>
  8049. </summary>
  8050. </member>
  8051. <member name="P:System.Web.UI.Design.ControlDesigner.ID">
  8052. <summary>
  8053. <para> Gets or sets the ID string for the control.</para>
  8054. </summary>
  8055. </member>
  8056. <member name="P:System.Web.UI.Design.ControlDesigner.IsDirty">
  8057. <summary>
  8058. <para> Gets or sets a value indicating whether the Web server control has been marked as changed.
  8059. </para>
  8060. </summary>
  8061. </member>
  8062. <member name="P:System.Web.UI.Design.ControlDesigner.ReadOnly">
  8063. <summary>
  8064. <para> Gets or sets a value indicating whether the properties of the control are read-only at design-time.
  8065. </para>
  8066. </summary>
  8067. </member>
  8068. <member name="M:System.Web.UI.Design.ReadWriteControlDesigner.#ctor">
  8069. <summary>
  8070. <para>
  8071. Initializes an instance of the <see cref="T:System.Web.UI.Design.ReadWriteControlDesigner" /> class.
  8072. </para>
  8073. </summary>
  8074. </member>
  8075. <member name="M:System.Web.UI.Design.ReadWriteControlDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
  8076. <summary>
  8077. <para>Represents the method that will handle the
  8078. <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged" /> event
  8079. of the <see cref="T:System.ComponentModel.Design.IComponentChangeService" />.</para>
  8080. </summary>
  8081. <param name="sender">The object sending the event.</param>
  8082. <param name="ce">The <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs" /> that provides data for the event.</param>
  8083. </member>
  8084. <member name="M:System.Web.UI.Design.ReadWriteControlDesigner.MapPropertyToStyle(System.String,System.Object)">
  8085. <summary>
  8086. <para>Maps a property, including description and value, to an intrinsic HTML style.</para>
  8087. </summary>
  8088. <param name="propName">The name of the property to map.</param>
  8089. <param name="varPropValue">The value of the property.</param>
  8090. <returns>
  8091. <note type="inheritinfo">
  8092. This method
  8093. must be overridden in
  8094. a derived class to implement the designer.
  8095. </note>
  8096. </returns>
  8097. </member>
  8098. <member name="M:System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached">
  8099. <summary>
  8100. <para> Provides notification that is raised when a behavior is attached to
  8101. the designer.</para>
  8102. </summary>
  8103. </member>
  8104. <member name="T:System.Web.UI.Design.TemplatedControlDesigner">
  8105. <summary>
  8106. <para> Extends design-time behavior for template-based server controls.</para>
  8107. </summary>
  8108. </member>
  8109. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.#ctor">
  8110. <summary>
  8111. <para>
  8112. Initializes a new instance of the <see cref="T:System.Web.UI.Design.TemplatedControlDesigner" />
  8113. class.
  8114. </para>
  8115. </summary>
  8116. </member>
  8117. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.CreateTemplateEditingFrame(System.Web.UI.Design.TemplateEditingVerb)">
  8118. <summary>
  8119. <para>Creates a template editing frame for the specified verb.</para>
  8120. </summary>
  8121. <param name="verb">The template editing verb to create a template editing frame for.</param>
  8122. <returns>
  8123. <para>The new template editing frame.</para>
  8124. </returns>
  8125. </member>
  8126. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.EnterTemplateMode(System.Web.UI.Design.ITemplateEditingFrame)">
  8127. <summary>
  8128. <para> Opens a particular template frame object for editing in the designer.
  8129. </para>
  8130. </summary>
  8131. <param name="newTemplateEditingFrame"> The template editing frame object to open in the designer. </param>
  8132. </member>
  8133. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.ExitTemplateMode(System.Boolean,System.Boolean,System.Boolean)">
  8134. <summary>
  8135. <para> Closes the currently active template editing frame after saving any relevant changes.
  8136. </para>
  8137. </summary>
  8138. <param name="fSwitchingTemplates">
  8139. <see langword="true" /> when switching from one template editing frame to another; otherwise <see langword="false" />. </param>
  8140. <param name="fNested">
  8141. <see langword="true" /> if this designer is nested (one or more levels) within another control whose designer is also in template editing mode; otherwise <see langword="false" />. </param>
  8142. <param name=" fSave">
  8143. <see langword="true" /> if templates shold be saved on exit; otherwise, <see langword="false" />.</param>
  8144. </member>
  8145. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetCachedTemplateEditingVerbs">
  8146. <summary>
  8147. <para>Gets the cached template editing verbs.</para>
  8148. </summary>
  8149. <returns>
  8150. <para>An array of <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> objects, if any.</para>
  8151. </returns>
  8152. </member>
  8153. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetPersistInnerHtml">
  8154. <summary>
  8155. <para> Gets the HTML to be persisted for the content present within the associated server control runtime.
  8156. </para>
  8157. </summary>
  8158. <returns>
  8159. <para> The persistable inner HTML.
  8160. </para>
  8161. </returns>
  8162. </member>
  8163. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataItemProperty(System.String)">
  8164. <summary>
  8165. <para> Gets the data item property of the template's container.
  8166. </para>
  8167. </summary>
  8168. <param name="templateName"> The name of the template. </param>
  8169. <returns>
  8170. <para> A string representing the data.
  8171. </para>
  8172. </returns>
  8173. </member>
  8174. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(System.String)">
  8175. <summary>
  8176. <para> Gets the data source of the template's container.
  8177. </para>
  8178. </summary>
  8179. <param name="templateName">The name of the template. </param>
  8180. <returns>
  8181. <para> The data source of the container of the specified template.
  8182. </para>
  8183. </returns>
  8184. </member>
  8185. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.Boolean@)">
  8186. <summary>
  8187. <para> Gets the template's content.
  8188. </para>
  8189. </summary>
  8190. <param name="editingFrame">The template editing frame to retrieve the content of. </param>
  8191. <param name="templateName">The name of the template. </param>
  8192. <param name=" allowEditing">
  8193. <see langword="true" /> if the template's content can be edited; <see langword="false" /> if the content is read-only. </param>
  8194. <returns>
  8195. <para> The content of the template.
  8196. </para>
  8197. </returns>
  8198. </member>
  8199. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetTemplateEditingVerbs">
  8200. <summary>
  8201. <para>Gets the template editing verbs available to the designer.</para>
  8202. </summary>
  8203. <returns>
  8204. <para>The template editing verbs available to the designer.</para>
  8205. </returns>
  8206. </member>
  8207. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetTemplateFromText(System.String)">
  8208. <summary>
  8209. <para>Creates a template from the specified text.</para>
  8210. </summary>
  8211. <param name="text">The text to retrieve a template from.</param>
  8212. <returns>
  8213. <para>An <see cref="T:System.Web.UI.ITemplate" /> from the specified text.</para>
  8214. </returns>
  8215. </member>
  8216. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetTemplatePropertyParentType(System.String)">
  8217. <summary>
  8218. <para>Gets the type of the parent of the template property.</para>
  8219. </summary>
  8220. <param name="templateName">The name of the template to return the type of the parent for.</param>
  8221. <returns>
  8222. <para>The type of the object that has the template property.</para>
  8223. </returns>
  8224. </member>
  8225. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.GetTextFromTemplate(System.Web.UI.ITemplate)">
  8226. <summary>
  8227. <para>Gets a string of text that represents the specified template.</para>
  8228. </summary>
  8229. <param name="template">The <see cref="T:System.Web.UI.ITemplate" /> to convert to text.</param>
  8230. <returns>
  8231. <para>A string that represents the specified template.</para>
  8232. </returns>
  8233. </member>
  8234. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.OnBehaviorAttached">
  8235. <summary>
  8236. <para> Provides an opportunity to perform additional processing when a behavior is attached to the designer.
  8237. </para>
  8238. </summary>
  8239. </member>
  8240. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
  8241. <summary>
  8242. <para> Delegate to handle the component changed event.
  8243. </para>
  8244. </summary>
  8245. <param name="sender">The object sending the event. </param>
  8246. <param name="ce">A <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs" /> that provides data for the event. </param>
  8247. </member>
  8248. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.OnSetParent">
  8249. <summary>
  8250. <para> Provides an opportunity to perform additional processing when the parent of this designer is changed.
  8251. </para>
  8252. </summary>
  8253. </member>
  8254. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.OnTemplateModeChanged">
  8255. <summary>
  8256. <para> Provides an opportunity to perform
  8257. additional processing when the template mode is changed.</para>
  8258. </summary>
  8259. </member>
  8260. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.PreFilterProperties(System.Collections.IDictionary)">
  8261. <summary>
  8262. <para> Allows a designer to filter the set of member attributes
  8263. the component it is designing will expose through a <see cref="T:System.ComponentModel.TypeDescriptor" />
  8264. object.
  8265. </para>
  8266. </summary>
  8267. <param name="properties"> The member attributes for component. </param>
  8268. <returns>
  8269. <para> The augmented set of attributes. If the method does not modify any attributes,
  8270. it may just return a reference to its input parameter. If you do make a change
  8271. to the attributes, you must create a new array.
  8272. </para>
  8273. </returns>
  8274. </member>
  8275. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.SaveActiveTemplateEditingFrame">
  8276. <summary>
  8277. <para>Saves the active template editing frame.</para>
  8278. </summary>
  8279. </member>
  8280. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.SetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.String)">
  8281. <summary>
  8282. <para> Sets the specified template's content to the specified content.
  8283. </para>
  8284. </summary>
  8285. <param name="editingFrame">The template editing frame to provide content for. </param>
  8286. <param name="templateName">The name of the template. </param>
  8287. <param name="templateContent">The content to set for the template. </param>
  8288. </member>
  8289. <member name="M:System.Web.UI.Design.TemplatedControlDesigner.UpdateDesignTimeHtml">
  8290. <summary>
  8291. <para> Updates the design-time HTML.
  8292. </para>
  8293. </summary>
  8294. </member>
  8295. <member name="P:System.Web.UI.Design.TemplatedControlDesigner.ActiveTemplateEditingFrame">
  8296. <summary>
  8297. <para>Gets the active template editing frame.</para>
  8298. </summary>
  8299. </member>
  8300. <member name="P:System.Web.UI.Design.TemplatedControlDesigner.CanEnterTemplateMode">
  8301. <summary>
  8302. <para>Indicates whether or not this designer will allow the viewing or editing of templates. This property is read-only.</para>
  8303. </summary>
  8304. </member>
  8305. <member name="P:System.Web.UI.Design.TemplatedControlDesigner.HidePropertiesInTemplateMode">
  8306. <summary>
  8307. <para>Indicates whether the properties of the control
  8308. will be hidden when the control is placed into template editing mode.</para>
  8309. </summary>
  8310. </member>
  8311. <member name="P:System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode">
  8312. <summary>
  8313. <para>Indicates whether or not the designer document is in template mode.</para>
  8314. </summary>
  8315. </member>
  8316. <member name="M:System.Web.UI.Design.TemplateEditingFrame.#ctor(System.Web.UI.Design.TemplatedControlDesigner,System.String,System.String[],System.Web.UI.WebControls.Style,System.Web.UI.WebControls.Style[])">
  8317. </member>
  8318. <member name="M:System.Web.UI.Design.TemplateEditingFrame.Close(System.Boolean)">
  8319. </member>
  8320. <member name="M:System.Web.UI.Design.TemplateEditingFrame.Dispose">
  8321. </member>
  8322. <member name="M:System.Web.UI.Design.TemplateEditingFrame.Open">
  8323. </member>
  8324. <member name="M:System.Web.UI.Design.TemplateEditingFrame.Resize(System.Int32,System.Int32)">
  8325. </member>
  8326. <member name="M:System.Web.UI.Design.TemplateEditingFrame.Save">
  8327. </member>
  8328. <member name="M:System.Web.UI.Design.TemplateEditingFrame.Show">
  8329. </member>
  8330. <member name="M:System.Web.UI.Design.TemplateEditingFrame.UpdateControlName(System.String)">
  8331. </member>
  8332. <member name="P:System.Web.UI.Design.TemplateEditingFrame.ControlStyle">
  8333. </member>
  8334. <member name="P:System.Web.UI.Design.TemplateEditingFrame.Name">
  8335. </member>
  8336. <member name="P:System.Web.UI.Design.TemplateEditingFrame.InitialHeight">
  8337. </member>
  8338. <member name="P:System.Web.UI.Design.TemplateEditingFrame.InitialWidth">
  8339. </member>
  8340. <member name="P:System.Web.UI.Design.TemplateEditingFrame.TemplateNames">
  8341. </member>
  8342. <member name="P:System.Web.UI.Design.TemplateEditingFrame.TemplateStyles">
  8343. </member>
  8344. <member name="P:System.Web.UI.Design.TemplateEditingFrame.Verb">
  8345. </member>
  8346. <member name="M:System.Web.UI.Design.TemplateEditingService.#ctor(System.ComponentModel.Design.IDesignerHost)">
  8347. </member>
  8348. <member name="M:System.Web.UI.Design.TemplateEditingService.CreateFrame(System.Web.UI.Design.TemplatedControlDesigner,System.String,System.String[])">
  8349. </member>
  8350. <member name="M:System.Web.UI.Design.TemplateEditingService.CreateFrame(System.Web.UI.Design.TemplatedControlDesigner,System.String,System.String[],System.Web.UI.WebControls.Style,System.Web.UI.WebControls.Style[])">
  8351. </member>
  8352. <member name="M:System.Web.UI.Design.TemplateEditingService.Dispose">
  8353. </member>
  8354. <member name="M:System.Web.UI.Design.TemplateEditingService.Finalize">
  8355. </member>
  8356. <member name="M:System.Web.UI.Design.TemplateEditingService.GetContainingTemplateName(System.Web.UI.Control)">
  8357. </member>
  8358. <member name="P:System.Web.UI.Design.TemplateEditingService.SupportsNestedTemplateEditing">
  8359. </member>
  8360. <member name="T:System.Web.UI.Design.TemplateEditingVerb">
  8361. <summary>
  8362. <para>Represents a designer verb that creates a template
  8363. editing frame, and can only be invoked by a template editor.</para>
  8364. </summary>
  8365. </member>
  8366. <member name="M:System.Web.UI.Design.TemplateEditingVerb.#ctor(System.String,System.Int32,System.Web.UI.Design.TemplatedControlDesigner)">
  8367. <summary>
  8368. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> class.</para>
  8369. </summary>
  8370. <param name="text">The text to show for the verb on a menu.</param>
  8371. <param name=" index">An optional integer value that can be used by a designer; typically to indicate the index of the verb within a set of verbs.</param>
  8372. <param name=" designer">The <see cref="T:System.Web.UI.Design.TemplatedControlDesigner" /> that can use this verb.</param>
  8373. </member>
  8374. <member name="M:System.Web.UI.Design.TemplateEditingVerb.Dispose">
  8375. <summary>
  8376. <para>Releases all resources used by the <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> .</para>
  8377. </summary>
  8378. </member>
  8379. <member name="M:System.Web.UI.Design.TemplateEditingVerb.Dispose(System.Boolean)">
  8380. <summary>
  8381. <para>Releases the unmanaged resources used by the <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> and optionally releases the managed
  8382. resources.</para>
  8383. </summary>
  8384. <param name="disposing">
  8385. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  8386. </member>
  8387. <member name="P:System.Web.UI.Design.TemplateEditingVerb.Index">
  8388. <summary>
  8389. <para> Gets the index, or other user data, for the verb.</para>
  8390. </summary>
  8391. </member>
  8392. <member name="T:System.Web.UI.Design.TextControlDesigner">
  8393. <summary>
  8394. <para>Extends design-time behavior for the ASP.NET <see cref="T:System.Web.UI.WebControls.Label" />
  8395. and <see cref="T:System.Web.UI.WebControls.HyperLink" /> server controls.</para>
  8396. </summary>
  8397. </member>
  8398. <member name="M:System.Web.UI.Design.TextControlDesigner.Initialize(System.ComponentModel.IComponent)">
  8399. <summary>
  8400. <para>Initializes the designer with the specified component.</para>
  8401. </summary>
  8402. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> for this designer to design.</param>
  8403. </member>
  8404. <member name="M:System.Web.UI.Design.TextControlDesigner.GetDesignTimeHtml">
  8405. <summary>
  8406. <para>Gets the HTML that is used to represent the
  8407. associated control at design time.</para>
  8408. </summary>
  8409. <returns>
  8410. <para>The HTML used to represent the control at design time.</para>
  8411. </returns>
  8412. </member>
  8413. <member name="M:System.Web.UI.Design.TextControlDesigner.GetPersistInnerHtml">
  8414. <summary>
  8415. <para>Gets the HTML to persist for the inner tags of the control.</para>
  8416. </summary>
  8417. <returns>
  8418. <para>The HTML for the tags of the control.</para>
  8419. </returns>
  8420. </member>
  8421. <member name="T:System.Web.UI.Design.TextDataBindingHandler">
  8422. <summary>
  8423. <para> Provides a data-binding handler for a data bound control at design-time.</para>
  8424. </summary>
  8425. </member>
  8426. <member name="M:System.Web.UI.Design.TextDataBindingHandler.DataBindControl(System.ComponentModel.Design.IDesignerHost,System.Web.UI.Control)">
  8427. <summary>
  8428. <para> Data binds the specified control.</para>
  8429. </summary>
  8430. <param name="designerHost">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the document that contains the control.</param>
  8431. <param name=" control">The <see cref="T:System.Web.UI.Control" /> to data bind.</param>
  8432. </member>
  8433. <member name="T:System.Web.UI.Design.UrlBuilder">
  8434. <summary>
  8435. <para>Starts a URL editor that allows a user to select a URL.</para>
  8436. </summary>
  8437. </member>
  8438. <member name="M:System.Web.UI.Design.UrlBuilder.BuildUrl(System.ComponentModel.IComponent,System.Windows.Forms.Control,System.String,System.String,System.String)">
  8439. <summary>
  8440. <para> Starts a URL picker to build a URL.</para>
  8441. </summary>
  8442. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> whose site is to be used to access design-time services. </param>
  8443. <param name="owner">The <see cref="T:System.Web.UI.Control" /> used to parent the picker window. </param>
  8444. <param name="initialUrl">The initial URL to be shown in the picker window. </param>
  8445. <param name="caption">The caption of the picker window. </param>
  8446. <param name="filter">The filter string to use to optionally filter the files displayed in the picker window. </param>
  8447. <returns>
  8448. <para>The URL returned from the URL picker.</para>
  8449. </returns>
  8450. </member>
  8451. <member name="M:System.Web.UI.Design.UrlBuilder.BuildUrl(System.ComponentModel.IComponent,System.Windows.Forms.Control,System.String,System.String,System.String,System.Web.UI.Design.UrlBuilderOptions)">
  8452. <summary>
  8453. <para> Starts the URL picker to build a URL, using the
  8454. specified <see cref="T:System.Web.UI.Design.UrlBuilderOptions" />.</para>
  8455. </summary>
  8456. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> whose site is to be used to access design-time services. </param>
  8457. <param name=" owner">The <see cref="T:System.Web.UI.Control" /> used to parent the picker window. </param>
  8458. <param name=" initialUrl">The initial URL to be shown in the picker window.</param>
  8459. <param name=" caption">The caption of the picker window. </param>
  8460. <param name=" filter">The filter string to use to optionally filter the files displayed in the picker window. </param>
  8461. <param name=" options">A <see cref="T:System.Web.UI.Design.UrlBuilderOptions" /> indicating the options for URL selection.</param>
  8462. <returns>
  8463. <para>The URL returned from the URL picker.</para>
  8464. </returns>
  8465. </member>
  8466. <member name="T:System.Web.UI.Design.UrlBuilderOptions">
  8467. <summary>
  8468. <para>Defines identifiers for settings of a <see cref="T:System.Web.UI.Design.UrlBuilder" />.</para>
  8469. </summary>
  8470. </member>
  8471. <member name="F:System.Web.UI.Design.UrlBuilderOptions.None">
  8472. <summary>
  8473. <para>Use no additional options for the <see cref="T:System.Web.UI.Design.UrlBuilder" />.</para>
  8474. </summary>
  8475. </member>
  8476. <member name="F:System.Web.UI.Design.UrlBuilderOptions.NoAbsolute">
  8477. <summary>
  8478. <para> Build a URL that references a path relative to the current path,
  8479. rather than one that references a fully qualified, absolute path.</para>
  8480. </summary>
  8481. </member>
  8482. <member name="T:System.Web.UI.Design.ControlPersister">
  8483. <summary>
  8484. <para> Provides methods for persisting Web server controls at design-time.</para>
  8485. </summary>
  8486. </member>
  8487. <member name="M:System.Web.UI.Design.ControlPersister.PersistInnerProperties(System.Object,System.ComponentModel.Design.IDesignerHost)">
  8488. <summary>
  8489. <para>Gets a string of data that can persist the inner properties of the specified control.</para>
  8490. </summary>
  8491. <param name="component">The component to persist the inner properties of.</param>
  8492. <param name="host">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the control.</param>
  8493. <returns>
  8494. <para>A string that contains the information to persist about
  8495. the inner properties
  8496. of the control.</para>
  8497. </returns>
  8498. </member>
  8499. <member name="M:System.Web.UI.Design.ControlPersister.PersistInnerProperties(System.IO.TextWriter,System.Object,System.ComponentModel.Design.IDesignerHost)">
  8500. <summary>
  8501. <para>Outputs a string of data that can persist the inner
  8502. properties of the specified control to the specified <see cref="T:System.IO.TextWriter" />
  8503. , using the specified designer host.</para>
  8504. </summary>
  8505. <param name="sw">The <see cref="T:System.IO.TextWriter" /> to use.</param>
  8506. <param name=" component">The component to persist.</param>
  8507. <param name="host">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the control.</param>
  8508. </member>
  8509. <member name="M:System.Web.UI.Design.ControlPersister.PersistControl(System.Web.UI.Control)">
  8510. <summary>
  8511. <para>Gets a string of data that represents the persisted form
  8512. of the specified control.</para>
  8513. </summary>
  8514. <param name="control">The <see cref="T:System.Web.UI.Control" /> to persist.</param>
  8515. <returns>
  8516. <para> A string that represents the persisted
  8517. form of the control.</para>
  8518. </returns>
  8519. </member>
  8520. <member name="M:System.Web.UI.Design.ControlPersister.PersistControl(System.Web.UI.Control,System.ComponentModel.Design.IDesignerHost)">
  8521. <summary>
  8522. <para>Gets a string of data that represents the persisted form of the specified
  8523. control, using the specified designer host.</para>
  8524. </summary>
  8525. <param name="control">The <see cref="T:System.Web.UI.Control" /> to persist.</param>
  8526. <param name="host">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the control.</param>
  8527. <returns>
  8528. <para>A string that represents the persisted form of the control.</para>
  8529. </returns>
  8530. </member>
  8531. <member name="M:System.Web.UI.Design.ControlPersister.PersistControl(System.IO.TextWriter,System.Web.UI.Control)">
  8532. <summary>
  8533. <para>Outputs a string of data that represents the persisted form of the specified control to the specified <see cref="T:System.IO.TextWriter" />.</para>
  8534. </summary>
  8535. <param name="sw">The <see cref="T:System.IO.TextWriter" /> to output the persisted control data to. </param>
  8536. <param name=" control">The <see cref="T:System.Web.UI.Control" /> to persist. </param>
  8537. </member>
  8538. <member name="M:System.Web.UI.Design.ControlPersister.PersistControl(System.IO.TextWriter,System.Web.UI.Control,System.ComponentModel.Design.IDesignerHost)">
  8539. <summary>
  8540. <para>Outputs a string of data that represents the persisted form of the
  8541. specified control to the specified <see cref="T:System.IO.TextWriter" />, using the specified designer
  8542. host.</para>
  8543. </summary>
  8544. <param name="sw">The <see cref="T:System.IO.TextWriter" /> to output the persisted control data to.</param>
  8545. <param name=" control">The <see cref="T:System.Web.UI.Control" /> to persist.</param>
  8546. <param name="host">An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that is the designer host for the control.</param>
  8547. </member>
  8548. <member name="T:System.Web.UI.Design.WebControlToolboxItem">
  8549. <summary>
  8550. <para>Provides a base class for a Web server control <see cref="T:System.Drawing.Design.ToolboxItem" />.</para>
  8551. </summary>
  8552. </member>
  8553. <member name="M:System.Web.UI.Design.WebControlToolboxItem.#ctor">
  8554. <summary>
  8555. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControlToolboxItem" /> class.</para>
  8556. </summary>
  8557. </member>
  8558. <member name="M:System.Web.UI.Design.WebControlToolboxItem.#ctor(System.Type)">
  8559. <summary>
  8560. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControlToolboxItem" /> class.</para>
  8561. </summary>
  8562. <param name="type">The Type of the tool for this toolbox item</param>
  8563. </member>
  8564. <member name="M:System.Web.UI.Design.WebControlToolboxItem.GetToolAttributeValue(System.ComponentModel.Design.IDesignerHost,System.Type)">
  8565. <summary>
  8566. <para> Gets the value of the specified type of attribute of the toolbox item.</para>
  8567. </summary>
  8568. <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the current design document.</param>
  8569. <param name=" attributeType">The type of attribute to retrieve the value of.</param>
  8570. <returns>
  8571. <para>The value of the specified type of attribute.</para>
  8572. </returns>
  8573. </member>
  8574. <member name="M:System.Web.UI.Design.WebControlToolboxItem.GetToolHtml(System.ComponentModel.Design.IDesignerHost)">
  8575. <summary>
  8576. <para>Gets the HTML for the Web control that the tool creates.</para>
  8577. </summary>
  8578. <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the current design document.</param>
  8579. <returns>
  8580. <para>The HTML for the Web control that the tool creates.</para>
  8581. </returns>
  8582. </member>
  8583. <member name="M:System.Web.UI.Design.WebControlToolboxItem.GetToolType(System.ComponentModel.Design.IDesignerHost)">
  8584. <summary>
  8585. <para>Gets the type of this toolbox item.</para>
  8586. </summary>
  8587. <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the current design document.</param>
  8588. <returns>
  8589. <para>The Type of this toolbox item.</para>
  8590. </returns>
  8591. </member>
  8592. <member name="T:System.Web.UI.Design.XmlFileEditor">
  8593. <summary>
  8594. <para>Provides a user interface for selecting an XML file
  8595. using a standard <see cref="T:System.Windows.Forms.OpenFileDialog" /> box.</para>
  8596. </summary>
  8597. </member>
  8598. <member name="T:System.Web.UI.Design.XmlUrlEditor">
  8599. <summary>
  8600. <para>Provides a user interface for selecting a URL that indicates the location of an XML file.</para>
  8601. </summary>
  8602. </member>
  8603. <member name="P:System.Web.UI.Design.XmlUrlEditor.Caption">
  8604. <summary>
  8605. <para> Gets the caption to display on the selection dialog window.</para>
  8606. </summary>
  8607. </member>
  8608. <member name="P:System.Web.UI.Design.XmlUrlEditor.Filter">
  8609. <summary>
  8610. <para>Gets the file name filter string for the editor. This is used to determine the
  8611. items that appear in the file list of the dialog box.</para>
  8612. </summary>
  8613. </member>
  8614. <member name="P:System.Web.UI.Design.XmlUrlEditor.Options">
  8615. <summary>
  8616. <para> Indicates the options for the URL builder to use.</para>
  8617. </summary>
  8618. </member>
  8619. <member name="T:System.Web.UI.Design.XslUrlEditor">
  8620. <summary>
  8621. <para>Provides a user interface for selecting an URL that indicates the location of an XSL file.</para>
  8622. </summary>
  8623. </member>
  8624. <member name="P:System.Web.UI.Design.XslUrlEditor.Caption">
  8625. <summary>
  8626. <para>Gets or sets the caption to display on the selection dialog window.</para>
  8627. </summary>
  8628. </member>
  8629. <member name="P:System.Web.UI.Design.XslUrlEditor.Filter">
  8630. <summary>
  8631. <para> Gets the file name filter string for the editor. This is used to determine the
  8632. items that appear in the file list of the dialog box.</para>
  8633. </summary>
  8634. </member>
  8635. <member name="P:System.Web.UI.Design.XslUrlEditor.Options">
  8636. <summary>
  8637. <para>Indicates the options for the URL builder to use.</para>
  8638. </summary>
  8639. </member>
  8640. <member name="M:System.Web.UI.Design.DataBindingUI.DataBindingForm.#ctor(System.Web.UI.Control,System.IServiceProvider)">
  8641. <summary>
  8642. </summary>
  8643. </member>
  8644. <member name="M:System.Web.UI.Design.DataBindingUI.DataBindingForm.OnActivated(System.EventArgs)">
  8645. <summary>
  8646. </summary>
  8647. </member>
  8648. <member name="F:System.Web.UI.Design.DataBindingUI.DataBindingType.Custom">
  8649. <summary>
  8650. <para>
  8651. Indicates a custom, or other type of data binding.
  8652. </para>
  8653. </summary>
  8654. </member>
  8655. <member name="F:System.Web.UI.Design.DataBindingUI.DataBindingType.DataBinderEval">
  8656. <summary>
  8657. <para>
  8658. Indicates a data binding consisting of a DataBinderEval statement with
  8659. understood references which consist of parseable arguments.
  8660. </para>
  8661. </summary>
  8662. </member>
  8663. <member name="F:System.Web.UI.Design.DataBindingUI.DataBindingType.Reference">
  8664. <summary>
  8665. <para>
  8666. Indicates a data binding with a single reference identifier.
  8667. </para>
  8668. </summary>
  8669. </member>
  8670. <member name="M:System.Web.UI.Design.Util.ColorComboBox.#ctor">
  8671. <summary>
  8672. Creates a new ColorComboBox
  8673. </summary>
  8674. </member>
  8675. <member name="M:System.Web.UI.Design.Util.ColorComboBox.OnHandleCreated(System.EventArgs)">
  8676. <summary>
  8677. </summary>
  8678. </member>
  8679. <member name="P:System.Web.UI.Design.Util.ColorComboBox.Color">
  8680. <summary>
  8681. </summary>
  8682. </member>
  8683. <member name="M:System.Web.UI.Design.Util.GroupLabel.#ctor">
  8684. <summary>
  8685. Creates a new GroupLabel
  8686. </summary>
  8687. </member>
  8688. <member name="M:System.Web.UI.Design.Util.GroupLabel.OnPaint(System.Windows.Forms.PaintEventArgs)">
  8689. <summary>
  8690. Custom UI is painted here
  8691. </summary>
  8692. </member>
  8693. <member name="M:System.Web.UI.Design.Util.TridentSite.CreateDocument">
  8694. <summary>
  8695. Creates a new instance of mshtml and initializes it as a new document
  8696. using its IPersistStreamInit.
  8697. </summary>
  8698. </member>
  8699. <member name="M:System.Web.UI.Design.Util.TridentSite.CloseDocument">
  8700. <summary>
  8701. Closes the mshtml instance by deactivating and releasing it.
  8702. </summary>
  8703. </member>
  8704. <member name="M:System.Web.UI.Design.Util.TridentSite.ActivateDocument">
  8705. <summary>
  8706. Activates the mshtml instance
  8707. </summary>
  8708. </member>
  8709. <member name="M:System.Web.UI.Design.Util.NumberEdit.WndProc(System.Windows.Forms.Message@)">
  8710. <summary>
  8711. Override of wndProc to listen to WM_CHAR and filter out invalid
  8712. key strokes. Valid keystrokes are:
  8713. 0...9,
  8714. '.' (if fractions allowed),
  8715. '-' (if negative allowed),
  8716. BKSP.
  8717. A beep is generated for invalid keystrokes
  8718. </summary>
  8719. </member>
  8720. <member name="P:System.Web.UI.Design.Util.NumberEdit.AllowDecimal">
  8721. <summary>
  8722. Controls whether the edit control allows negative values
  8723. </summary>
  8724. </member>
  8725. <member name="P:System.Web.UI.Design.Util.NumberEdit.AllowNegative">
  8726. <summary>
  8727. Controls whether the edit control allows negative values
  8728. </summary>
  8729. </member>
  8730. <member name="M:System.Web.UI.Design.Util.UnitControl.#ctor">
  8731. <summary>
  8732. Createa a new UnitControl.
  8733. </summary>
  8734. </member>
  8735. <member name="P:System.Web.UI.Design.Util.UnitControl.AllowNegativeValues">
  8736. <summary>
  8737. Controls whether the unit value can be negative
  8738. </summary>
  8739. </member>
  8740. <member name="P:System.Web.UI.Design.Util.UnitControl.AllowNonUnitValues">
  8741. <summary>
  8742. Controls whether the unit value can be a unit-less
  8743. </summary>
  8744. </member>
  8745. <member name="P:System.Web.UI.Design.Util.UnitControl.AllowPercentValues">
  8746. <summary>
  8747. Controls whether the unit value can be a percent value
  8748. </summary>
  8749. </member>
  8750. <member name="P:System.Web.UI.Design.Util.UnitControl.DefaultUnit">
  8751. <summary>
  8752. The default unit to be used
  8753. </summary>
  8754. </member>
  8755. <member name="P:System.Web.UI.Design.Util.UnitControl.Value">
  8756. <summary>
  8757. The unit reflecting the value and unit type within the UI.
  8758. Returns null if no unit is selected.
  8759. </summary>
  8760. </member>
  8761. <member name="T:System.Web.UI.Design.WebControls.AdRotatorDesigner">
  8762. <summary>
  8763. <para>Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.AdRotator" />
  8764. Web server control.</para>
  8765. </summary>
  8766. </member>
  8767. <member name="M:System.Web.UI.Design.WebControls.AdRotatorDesigner.GetDesignTimeHtml">
  8768. <summary>
  8769. <para>Gets the HTML that is used to represent the control
  8770. at design time.</para>
  8771. </summary>
  8772. <returns>
  8773. <para>The HTML that is used to represent the control at design time.</para>
  8774. </returns>
  8775. </member>
  8776. <member name="T:System.Web.UI.Design.WebControls.BaseDataListComponentEditor">
  8777. <summary>
  8778. <para>Provides a base component editor class for the Web
  8779. Forms <see cref="T:System.Web.UI.WebControls.DataGrid" /> and <see cref="T:System.Web.UI.WebControls.DataList" /> Web
  8780. server
  8781. controls.</para>
  8782. </summary>
  8783. </member>
  8784. <member name="M:System.Web.UI.Design.WebControls.BaseDataListComponentEditor.#ctor(System.Int32)">
  8785. <summary>
  8786. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.BaseDataListComponentEditor" />
  8787. class.</para>
  8788. </summary>
  8789. <param name="initialPage">The index of the initial page to display.</param>
  8790. </member>
  8791. <member name="M:System.Web.UI.Design.WebControls.BaseDataListComponentEditor.EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Windows.Forms.IWin32Window)">
  8792. <summary>
  8793. <para>Edits the specified component using the
  8794. specified context descriptor and parent window.</para>
  8795. </summary>
  8796. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  8797. <param name="obj">The component to edit.</param>
  8798. <param name=" parent">The <see cref="T:System.Windows.Forms.IWin32Window" /> that represents the parent window.</param>
  8799. <returns>
  8800. <para>
  8801. <see langword="true" /> if editing the component succeeded; otherwise,
  8802. <see langword="false" />.</para>
  8803. </returns>
  8804. </member>
  8805. <member name="M:System.Web.UI.Design.WebControls.BaseDataListComponentEditor.GetInitialComponentEditorPageIndex">
  8806. <summary>
  8807. <para> Gets the index of the initial component editor page.
  8808. </para>
  8809. </summary>
  8810. <returns>
  8811. <para> The index of the initial page.
  8812. </para>
  8813. </returns>
  8814. </member>
  8815. <member name="T:System.Web.UI.Design.WebControls.BaseDataListDesigner">
  8816. <summary>
  8817. <para>Provides a base designer class for the <see cref="T:System.Web.UI.WebControls.DataList" /> Web server control.</para>
  8818. </summary>
  8819. </member>
  8820. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.#ctor">
  8821. <summary>
  8822. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.BaseDataListDesigner" /> class.
  8823. </para>
  8824. </summary>
  8825. </member>
  8826. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.Dispose(System.Boolean)">
  8827. <summary>
  8828. <para>Releases the unmanaged resources used by the <see cref="T:System.Web.UI.Design.WebControls.BaseDataListDesigner" /> and optionally releases the
  8829. managed resources.</para>
  8830. </summary>
  8831. <param name="disposing">
  8832. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  8833. </member>
  8834. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.GetDesignTimeDataSource(System.Int32,System.Boolean@)">
  8835. <summary>
  8836. <para>Gets a set of sample data that matches the schema of the selected data source.</para>
  8837. </summary>
  8838. <param name="minimumRows">The minimum number of rows of sample data that the data source should contain.</param>
  8839. <param name="dummyDataSource">
  8840. <see langword="true" /> if the returned data source contains dummy data; <see langword="false" /> if the returned data source contains data from an actual data source.</param>
  8841. <returns>
  8842. <para> A live data source for use at
  8843. design-time.</para>
  8844. </returns>
  8845. </member>
  8846. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.GetDesignTimeDataSource(System.Collections.IEnumerable,System.Int32,System.Boolean@)">
  8847. <summary>
  8848. <para> Gets a set of sample data that matches the schema of the selected data source.
  8849. </para>
  8850. </summary>
  8851. <param name="selectedDataSource">The data source that will be used as a template for the format of the data. </param>
  8852. <param name="minimumRows">The minimum number of rows of sample data that the data source data should contain. </param>
  8853. <param name="dummyDataSource">
  8854. <see langword="true" /> if the returned data source contains dummy data; <see langword="false" /> if the returned data source contains data from an actual data source. </param>
  8855. <returns>
  8856. <para> A live data source for use at design-time.
  8857. </para>
  8858. </returns>
  8859. </member>
  8860. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.GetResolvedSelectedDataSource">
  8861. <summary>
  8862. <para>Gets the data member that is currently selected within
  8863. the data source currently bound to the control.</para>
  8864. </summary>
  8865. <returns>
  8866. <para>The currently selected data member, or <see langword="null" /> if the control was not bound to a data
  8867. source, or the data source, site of the designer's component, or the
  8868. container of the data source could not be accessed.</para>
  8869. </returns>
  8870. </member>
  8871. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.GetSelectedDataSource">
  8872. <summary>
  8873. <para> Gets the selected data source component from the component's container.
  8874. </para>
  8875. </summary>
  8876. <returns>
  8877. <para> The
  8878. selected data source, or <see langword="null" /> if a data source is not found, or if a data
  8879. source with the same name does not exist.
  8880. </para>
  8881. </returns>
  8882. </member>
  8883. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(System.String)">
  8884. <summary>
  8885. <para> Gets the data source of the template's container.
  8886. </para>
  8887. </summary>
  8888. <param name="templateName">The name of the template to retrieve the data source for. </param>
  8889. <returns>
  8890. <para> An object that implements <see cref="T:System.Collections.IEnumerable" /> and contains the data source or data sources available to
  8891. the template's container.
  8892. </para>
  8893. </returns>
  8894. </member>
  8895. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.Initialize(System.ComponentModel.IComponent)">
  8896. <summary>
  8897. <para> Initializes the designer with the specified <see cref="T:System.Web.UI.WebControls.DataGrid" />
  8898. or <see cref="T:System.Web.UI.WebControls.DataList" />
  8899. control.</para>
  8900. </summary>
  8901. <param name="component">The <see cref="T:System.Web.UI.WebControls.DataGrid" /> or <see cref="T:System.Web.UI.WebControls.DataList" /> control to associate with the designer. </param>
  8902. </member>
  8903. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.InvokePropertyBuilder(System.Int32)">
  8904. <summary>
  8905. <para>
  8906. Invokes the property builder beginning with the specified page.
  8907. </para>
  8908. </summary>
  8909. <param name="initialPage">
  8910. The page to begin with.
  8911. </param>
  8912. </member>
  8913. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.OnAutoFormat(System.Object,System.EventArgs)">
  8914. <summary>
  8915. <para> Represents the method that will handle the AutoFormat event.
  8916. </para>
  8917. </summary>
  8918. <param name="sender">The source of the event. </param>
  8919. <param name=" e">
  8920. <para>An <see cref="T:System.EventArgs" /> that contains the event data.</para>
  8921. </param>
  8922. </member>
  8923. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
  8924. <summary>
  8925. <para> Represents the method that will handle the component changed event.
  8926. </para>
  8927. </summary>
  8928. <param name="sender">The source of the event. </param>
  8929. <param name=" e">The <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs" /> that contains the event data. </param>
  8930. </member>
  8931. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.OnPropertyBuilder(System.Object,System.EventArgs)">
  8932. <summary>
  8933. <para> Represents the method that will handle the property builder event.
  8934. </para>
  8935. </summary>
  8936. <param name="sender">The source of the event. </param>
  8937. <param name=" e">An <see cref="T:System.EventArgs" /> object that contains the event data. </param>
  8938. </member>
  8939. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.OnStylesChanged">
  8940. <summary>
  8941. <para> Provides a method that can be overridden to implement
  8942. functionality that should occur when a style of the control has been changed.
  8943. </para>
  8944. </summary>
  8945. </member>
  8946. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.OnTemplateEditingVerbsChanged">
  8947. <summary>
  8948. <para>Provides a method that can be overridden to implement
  8949. functionality that should occur when the designer's template
  8950. editing verbs have changed.</para>
  8951. </summary>
  8952. </member>
  8953. <member name="M:System.Web.UI.Design.WebControls.BaseDataListDesigner.PreFilterProperties(System.Collections.IDictionary)">
  8954. <summary>
  8955. <para> Filters the properties exposed through a <see cref="T:System.ComponentModel.TypeDescriptor" /> and replaces the runtime DataSource property descriptor with
  8956. a design-time data source.
  8957. </para>
  8958. </summary>
  8959. <param name="properties">An <see cref="T:System.Collections.IDictionary" /> that contains the set of properties to filter. </param>
  8960. </member>
  8961. <member name="P:System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete">
  8962. <summary>
  8963. <para>Gets a value indicating whether loading must have completed to
  8964. display the design-time HTML.</para>
  8965. </summary>
  8966. </member>
  8967. <member name="P:System.Web.UI.Design.WebControls.BaseDataListDesigner.DataKeyField">
  8968. <summary>
  8969. <para>Gets or sets the value of the control's data key field.</para>
  8970. </summary>
  8971. </member>
  8972. <member name="P:System.Web.UI.Design.WebControls.BaseDataListDesigner.DataMember">
  8973. <summary>
  8974. <para>Gets or sets the value of the control's data member field.</para>
  8975. </summary>
  8976. </member>
  8977. <member name="P:System.Web.UI.Design.WebControls.BaseDataListDesigner.DataSource">
  8978. <summary>
  8979. <para>Gets or sets the value of the control's data source property.</para>
  8980. </summary>
  8981. </member>
  8982. <member name="P:System.Web.UI.Design.WebControls.BaseDataListDesigner.Verbs">
  8983. <summary>
  8984. <para> Gets or sets the collection of verbs available to this designer.
  8985. </para>
  8986. </summary>
  8987. </member>
  8988. <member name="T:System.Web.UI.Design.WebControls.BaseValidatorDesigner">
  8989. <summary>
  8990. <para> Extends design-time behavior for controls that derive from
  8991. <see cref="T:System.Web.UI.WebControls.BaseValidator" />.
  8992. </para>
  8993. </summary>
  8994. </member>
  8995. <member name="M:System.Web.UI.Design.WebControls.BaseValidatorDesigner.GetDesignTimeHtml">
  8996. <summary>
  8997. <para> Gets the HTML that is used to represent the control at design time.
  8998. </para>
  8999. </summary>
  9000. <returns>
  9001. <para> The HTML that is used to represent the
  9002. control at design time.
  9003. </para>
  9004. </returns>
  9005. </member>
  9006. <member name="T:System.Web.UI.Design.WebControls.ButtonDesigner">
  9007. <summary>
  9008. <para>Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.Button" /> Web server control.</para>
  9009. </summary>
  9010. </member>
  9011. <member name="M:System.Web.UI.Design.WebControls.ButtonDesigner.GetDesignTimeHtml">
  9012. <summary>
  9013. <para>Gets the HTML that is used to represent the control at design time.</para>
  9014. </summary>
  9015. <returns>
  9016. <para> The HTML that is used to represent the control at design time.</para>
  9017. </returns>
  9018. </member>
  9019. <member name="T:System.Web.UI.Design.WebControls.CalendarAutoFormatDialog">
  9020. <summary>
  9021. <para>Provides an AutoFormat page for a <see cref="T:System.Web.UI.WebControls.Calendar" /> Web server
  9022. control.</para>
  9023. </summary>
  9024. </member>
  9025. <member name="M:System.Web.UI.Design.WebControls.CalendarAutoFormatDialog.OnActivated(System.Object,System.EventArgs)">
  9026. <summary>
  9027. <para>Occurs when the <see cref="T:System.Web.UI.Design.WebControls.CalendarAutoFormatDialog" /> dialog
  9028. is activated.</para>
  9029. </summary>
  9030. <param name="source">The source of the event.</param>
  9031. <param name=" e">An <see cref="T:System.EventArgs" /> that provides information about the event.</param>
  9032. </member>
  9033. <member name="T:System.Web.UI.Design.CalendarDataBindingHandler">
  9034. <summary>
  9035. <para>Provides a data-binding handler for a calendar.</para>
  9036. </summary>
  9037. </member>
  9038. <member name="M:System.Web.UI.Design.CalendarDataBindingHandler.DataBindControl(System.ComponentModel.Design.IDesignerHost,System.Web.UI.Control)">
  9039. <summary>
  9040. <para>Sets the calendar's date to the current day if the <see cref="P:System.Web.UI.WebControls.Calendar.SelectedDate" /> property is data-bound.</para>
  9041. </summary>
  9042. <param name="designerHost">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the document that contains the control.</param>
  9043. <param name=" control">The <see cref="T:System.Web.UI.Control" /> to add data binding to.</param>
  9044. </member>
  9045. <member name="T:System.Web.UI.Design.WebControls.CalendarDesigner">
  9046. <summary>
  9047. <para>Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.Calendar" /> Web server
  9048. control.</para>
  9049. </summary>
  9050. </member>
  9051. <member name="M:System.Web.UI.Design.WebControls.CalendarDesigner.Initialize(System.ComponentModel.IComponent)">
  9052. <summary>
  9053. <para> Initializes the designer with the specified component.</para>
  9054. </summary>
  9055. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> for this designer.</param>
  9056. </member>
  9057. <member name="M:System.Web.UI.Design.WebControls.CalendarDesigner.OnAutoFormat(System.Object,System.EventArgs)">
  9058. <summary>
  9059. <para> Handles the the
  9060. AutoFormat event to display a new <see cref="T:System.Web.UI.Design.WebControls.CalendarAutoFormatDialog" /> . </para>
  9061. </summary>
  9062. <param name="sender">The source of the event. </param>
  9063. <param name=" e">The <see cref="T:System.EventArgs" /> object that contains the event data. </param>
  9064. </member>
  9065. <member name="P:System.Web.UI.Design.WebControls.CalendarDesigner.Verbs">
  9066. <summary>
  9067. <para> Gets the verbs available to this designer.
  9068. </para>
  9069. </summary>
  9070. </member>
  9071. <member name="T:System.Web.UI.Design.WebControls.CheckBoxDesigner">
  9072. <summary>
  9073. <para>Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.CheckBox" /> Web server control.</para>
  9074. </summary>
  9075. </member>
  9076. <member name="M:System.Web.UI.Design.WebControls.CheckBoxDesigner.GetDesignTimeHtml">
  9077. <summary>
  9078. <para> Gets the HTML that is used to represent the control at design
  9079. time.</para>
  9080. </summary>
  9081. <returns>
  9082. <para> The HTML that is used to represent the control at design
  9083. time.</para>
  9084. </returns>
  9085. </member>
  9086. <member name="T:System.Web.UI.Design.WebControls.DataGridColumnCollectionEditor">
  9087. <summary>
  9088. <para> Provides a collection editing user interface for a
  9089. column collection of a <see cref="T:System.Web.UI.WebControls.DataGrid" /> Web server control.
  9090. </para>
  9091. </summary>
  9092. </member>
  9093. <member name="M:System.Web.UI.Design.WebControls.DataGridColumnCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  9094. <summary>
  9095. <para> Edits the specified value using the specified context
  9096. descriptor and service provider.
  9097. </para>
  9098. </summary>
  9099. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that indicates the context of the object to edit the value of. </param>
  9100. <param name=" provider">An <see cref="T:System.IServiceProvider" />. </param>
  9101. <param name=" value">The object to edit. </param>
  9102. <returns>
  9103. <para> The new value.
  9104. </para>
  9105. </returns>
  9106. </member>
  9107. <member name="M:System.Web.UI.Design.WebControls.DataGridColumnCollectionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  9108. <summary>
  9109. <para> Gets the edit style used by the <see cref="M:System.Web.UI.Design.WebControls.DataGridColumnCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.
  9110. </para>
  9111. </summary>
  9112. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that indicates the context of the object to edit the value of. </param>
  9113. <returns>
  9114. <para> A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> that
  9115. represents the editor style that this editor uses.
  9116. </para>
  9117. </returns>
  9118. </member>
  9119. <member name="T:System.Web.UI.Design.WebControls.DataGridComponentEditor">
  9120. <summary>
  9121. <para>Provides a component editor for a Web Forms <see cref="T:System.Web.UI.WebControls.DataGrid" /> Web
  9122. server
  9123. control.</para>
  9124. </summary>
  9125. </member>
  9126. <member name="M:System.Web.UI.Design.WebControls.DataGridComponentEditor.#ctor">
  9127. <summary>
  9128. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.DataGridComponentEditor" />
  9129. class.</para>
  9130. </summary>
  9131. </member>
  9132. <member name="M:System.Web.UI.Design.WebControls.DataGridComponentEditor.#ctor(System.Int32)">
  9133. <summary>
  9134. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.DataGridComponentEditor" />
  9135. class.</para>
  9136. </summary>
  9137. <param name="initialPage">The index of the initial page.</param>
  9138. </member>
  9139. <member name="M:System.Web.UI.Design.WebControls.DataGridComponentEditor.GetComponentEditorPages">
  9140. <summary>
  9141. <para>Gets the component editor pages shown for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control in its
  9142. associated <see cref="T:System.ComponentModel.ComponentEditor" />.</para>
  9143. </summary>
  9144. <returns>
  9145. <para>An array consisting of the set of component editor pages.</para>
  9146. </returns>
  9147. </member>
  9148. <member name="T:System.Web.UI.Design.WebControls.DataGridDesigner">
  9149. <summary>
  9150. <para>Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.DataGrid" /> Web server
  9151. control.</para>
  9152. </summary>
  9153. </member>
  9154. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.#ctor">
  9155. <summary>
  9156. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.DataGridDesigner" /> class.
  9157. </para>
  9158. </summary>
  9159. </member>
  9160. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.CreateTemplateEditingFrame(System.Web.UI.Design.TemplateEditingVerb)">
  9161. <summary>
  9162. <para>Creates a template editing frame using the specified verb.</para>
  9163. </summary>
  9164. <param name="verb">The <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> to create the template editing frame for.</param>
  9165. <returns>
  9166. <para>A new <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" /> .</para>
  9167. </returns>
  9168. </member>
  9169. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.Dispose(System.Boolean)">
  9170. <summary>
  9171. <para> Releases the unmanaged resources used by the <see cref="T:System.Web.UI.Design.WebControls.DataGridDesigner" /> and optionally releases the
  9172. managed resources.
  9173. </para>
  9174. </summary>
  9175. <param name="disposing">
  9176. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  9177. </member>
  9178. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.GetCachedTemplateEditingVerbs">
  9179. <summary>
  9180. <para>Gets the cached template editing verbs.</para>
  9181. </summary>
  9182. <returns>
  9183. <para>An array containing the cached template editing verbs.</para>
  9184. </returns>
  9185. </member>
  9186. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.GetDesignTimeHtml">
  9187. <summary>
  9188. <para> Gets the HTML that is used to represent the control
  9189. at design time.
  9190. </para>
  9191. </summary>
  9192. <returns>
  9193. <para>The HTML that is used to represent the control at design time.</para>
  9194. </returns>
  9195. </member>
  9196. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.GetEmptyDesignTimeHtml">
  9197. <summary>
  9198. <para> Gets the HTML used to represent an empty template-based control at design
  9199. time.</para>
  9200. </summary>
  9201. <returns>
  9202. <para> The HTML used to represent an empty template-based control at design time.</para>
  9203. </returns>
  9204. </member>
  9205. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.GetErrorDesignTimeHtml(System.Exception)">
  9206. <summary>
  9207. <para>Gets the HTML displayed at design-time for the specified exception when an error has been encountered
  9208. while rendering the control.</para>
  9209. </summary>
  9210. <param name="e">The exception to display an error message for.</param>
  9211. <returns>
  9212. <para>The HTML displayed at design-time for the specified exception.</para>
  9213. </returns>
  9214. </member>
  9215. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.GetTemplateContainerDataItemProperty(System.String)">
  9216. <summary>
  9217. <para> Gets the data item property of the template's container.
  9218. </para>
  9219. </summary>
  9220. <param name="templateName">The name of the template. </param>
  9221. <returns>
  9222. <para> The data item property of the template's container.
  9223. </para>
  9224. </returns>
  9225. </member>
  9226. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.GetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.Boolean@)">
  9227. <summary>
  9228. <para> Gets the template's content.
  9229. </para>
  9230. </summary>
  9231. <param name="editingFrame">The <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" /> to retrieve content for. </param>
  9232. <param name=" templateName">The name of the template. </param>
  9233. <param name=" allowEditing">
  9234. <see langword="true" /> if the template's content can be edited; <see langword="false" /> if the content is read-only.</param>
  9235. <returns>
  9236. <para> The template's content.
  9237. </para>
  9238. </returns>
  9239. </member>
  9240. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.GetTemplatePropertyParentType(System.String)">
  9241. <summary>
  9242. <para>Gets the type of the parent with the template property. </para>
  9243. </summary>
  9244. <param name="templateName">The name of the template to return the type of the parent for.</param>
  9245. <returns>
  9246. <para>The type of the object that has the template property.</para>
  9247. </returns>
  9248. </member>
  9249. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.OnColumnsChanged">
  9250. <summary>
  9251. <para>
  9252. Notification that is called when the columns changed event occurs.
  9253. </para>
  9254. </summary>
  9255. </member>
  9256. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.OnTemplateEditingVerbsChanged">
  9257. <summary>
  9258. <para>Provides an opportunity to do processing or other actions when a change has
  9259. been made to the template editing verbs.</para>
  9260. </summary>
  9261. </member>
  9262. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.Initialize(System.ComponentModel.IComponent)">
  9263. <summary>
  9264. <para>Initializes the designer with the specified <see cref="T:System.Web.UI.WebControls.DataGrid" />
  9265. control.</para>
  9266. </summary>
  9267. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> for the designer. </param>
  9268. </member>
  9269. <member name="M:System.Web.UI.Design.WebControls.DataGridDesigner.SetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.String)">
  9270. <summary>
  9271. <para> Sets the content for the specified template and frame.
  9272. </para>
  9273. </summary>
  9274. <param name="editingFrame">The <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" /> to set the content for. </param>
  9275. <param name=" templateName">The name of the template. </param>
  9276. <param name=" templateContent">The content to set. </param>
  9277. </member>
  9278. <member name="T:System.Web.UI.Design.WebControls.DataListComponentEditor">
  9279. <summary>
  9280. <para> Provides a component editor for a Web Forms <see cref="T:System.Web.UI.WebControls.DataList" />
  9281. control.</para>
  9282. </summary>
  9283. </member>
  9284. <member name="M:System.Web.UI.Design.WebControls.DataListComponentEditor.#ctor">
  9285. <summary>
  9286. <para>
  9287. Initializes a new instance of <see cref="T:System.Web.UI.Design.WebControls.DataListComponentEditor" />.
  9288. </para>
  9289. </summary>
  9290. </member>
  9291. <member name="M:System.Web.UI.Design.WebControls.DataListComponentEditor.#ctor(System.Int32)">
  9292. <summary>
  9293. <para> Initializes a new instance of <see cref="T:System.Web.UI.Design.WebControls.DataListComponentEditor" />.
  9294. </para>
  9295. </summary>
  9296. <param name="initialPage">The index of the initial page to display. </param>
  9297. </member>
  9298. <member name="M:System.Web.UI.Design.WebControls.DataListComponentEditor.GetComponentEditorPages">
  9299. <summary>
  9300. <para>Gets the component editor pages shown for the <see cref="T:System.Web.UI.WebControls.DataList" /> control in its
  9301. associated <see cref="T:System.ComponentModel.ComponentEditor" />.</para>
  9302. </summary>
  9303. <returns>
  9304. <para> An array of type <see cref="T:System.Type" /> that contains the pages owned by the designer.
  9305. </para>
  9306. </returns>
  9307. </member>
  9308. <member name="T:System.Web.UI.Design.WebControls.DataListDesigner">
  9309. <summary>
  9310. <para> Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.DataList" /> Web server
  9311. control.</para>
  9312. </summary>
  9313. </member>
  9314. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.#ctor">
  9315. <summary>
  9316. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.DataListDesigner" /> class.
  9317. </para>
  9318. </summary>
  9319. </member>
  9320. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.CreateTemplateEditingFrame(System.Web.UI.Design.TemplateEditingVerb)">
  9321. <summary>
  9322. <para>Creates a template editing frame using the specified verb.</para>
  9323. </summary>
  9324. <param name="verb">The <see cref="T:System.Web.UI.Design.TemplateEditingVerb" /> that was invoked to create a template editing frame.</param>
  9325. <returns>
  9326. <para>An <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" />.</para>
  9327. </returns>
  9328. </member>
  9329. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.Dispose(System.Boolean)">
  9330. <summary>
  9331. <para> Releases the unmanaged resources used by the <see cref="T:System.Web.UI.Design.WebControls.DataListDesigner" /> and optionally releases the
  9332. managed resources.
  9333. </para>
  9334. </summary>
  9335. <param name="disposing">
  9336. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  9337. </member>
  9338. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.GetCachedTemplateEditingVerbs">
  9339. <summary>
  9340. <para>Gets the cached template editing verbs available to the designer.</para>
  9341. </summary>
  9342. <returns>
  9343. <para>The cached template editing verbs available to the designer.</para>
  9344. </returns>
  9345. </member>
  9346. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.GetDesignTimeHtml">
  9347. <summary>
  9348. <para> Gets the HTML that is used to represent the control
  9349. at design time.
  9350. </para>
  9351. </summary>
  9352. <returns>
  9353. <para> The HTML that is used to represent the control at design time.
  9354. </para>
  9355. </returns>
  9356. </member>
  9357. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.GetEmptyDesignTimeHtml">
  9358. <summary>
  9359. <para>Gets the HTML used to represent an empty template-based control at design
  9360. time.</para>
  9361. </summary>
  9362. <returns>
  9363. <para>The HTML used to represent an empty template-based control at design time.</para>
  9364. </returns>
  9365. </member>
  9366. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.GetErrorDesignTimeHtml(System.Exception)">
  9367. <summary>
  9368. <para>Gets the HTML to display at design-time for the specified exception when an error has been encountered
  9369. while rendering the control.</para>
  9370. </summary>
  9371. <param name="e">The Exception to display the error message for.</param>
  9372. <returns>
  9373. <para>The HTML displayed at design-time for the specified exception.</para>
  9374. </returns>
  9375. </member>
  9376. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.GetTemplateContainerDataItemProperty(System.String)">
  9377. <summary>
  9378. <para> Gets the template container's data item property.
  9379. </para>
  9380. </summary>
  9381. <param name="templateName">The name of the template. </param>
  9382. <returns>
  9383. <para> The data item property of the container of the template.
  9384. </para>
  9385. </returns>
  9386. </member>
  9387. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.GetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.Boolean@)">
  9388. <summary>
  9389. <para> Gets the template's content.
  9390. </para>
  9391. </summary>
  9392. <param name="editingFrame">The <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" /> to get content from. </param>
  9393. <param name=" templateName">The name of the template. </param>
  9394. <param name=" allowEditing">
  9395. <see langword="true" /> if the template's content can be edited; <see langword="false" /> if the content is read-only.</param>
  9396. <returns>
  9397. <para> The template's content.
  9398. </para>
  9399. </returns>
  9400. </member>
  9401. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.Initialize(System.ComponentModel.IComponent)">
  9402. <summary>
  9403. <para> Initializes
  9404. the designer with the specified component.
  9405. </para>
  9406. </summary>
  9407. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> for the designer. </param>
  9408. </member>
  9409. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.OnTemplateEditingVerbsChanged">
  9410. <summary>
  9411. <para>Provides an opportunity to do processing or other
  9412. actions when a change has been made to the template editing verbs.</para>
  9413. </summary>
  9414. </member>
  9415. <member name="M:System.Web.UI.Design.WebControls.DataListDesigner.SetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.String)">
  9416. <summary>
  9417. <para> Sets the content for the specified template and frame.
  9418. </para>
  9419. </summary>
  9420. <param name="editingFrame">The <see cref="T:System.Web.UI.Design.ITemplateEditingFrame" /> to set content for. </param>
  9421. <param name=" templateName">The name of the template. </param>
  9422. <param name=" templateContent">The content to set. </param>
  9423. </member>
  9424. <member name="P:System.Web.UI.Design.WebControls.DataListDesigner.AllowResize">
  9425. <summary>
  9426. <para>Gets a value indicating whether the data list can be resized.</para>
  9427. </summary>
  9428. </member>
  9429. <member name="P:System.Web.UI.Design.WebControls.DataListDesigner.TemplatesExist">
  9430. <summary>
  9431. <para> Gets a value
  9432. that indicates whether templates associated with the designer currently exist.
  9433. </para>
  9434. </summary>
  9435. </member>
  9436. <member name="T:System.Web.UI.Design.HyperLinkDataBindingHandler">
  9437. <summary>
  9438. <para> Provides a data-binding handler for a hyperlink property.</para>
  9439. </summary>
  9440. </member>
  9441. <member name="M:System.Web.UI.Design.HyperLinkDataBindingHandler.DataBindControl(System.ComponentModel.Design.IDesignerHost,System.Web.UI.Control)">
  9442. <summary>
  9443. <para> Data binds the specified control.</para>
  9444. </summary>
  9445. <param name="designerHost">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the document that contains the control.</param>
  9446. <param name=" control">The <see cref="T:System.Web.UI.Control" /> to data bind.</param>
  9447. </member>
  9448. <member name="T:System.Web.UI.Design.WebControls.HyperLinkDesigner">
  9449. <summary>
  9450. <para> Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.HyperLink" />
  9451. Web server control.</para>
  9452. </summary>
  9453. </member>
  9454. <member name="M:System.Web.UI.Design.WebControls.HyperLinkDesigner.GetDesignTimeHtml">
  9455. <summary>
  9456. <para> Gets the HTML that is used to represent the control at
  9457. design
  9458. time.</para>
  9459. </summary>
  9460. <returns>
  9461. <para> The HTML that is used to represent the control at design
  9462. time.</para>
  9463. </returns>
  9464. </member>
  9465. <member name="T:System.Web.UI.Design.WebControls.LabelDesigner">
  9466. <summary>
  9467. <para>Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.Label" />
  9468. Web server control. </para>
  9469. </summary>
  9470. </member>
  9471. <member name="T:System.Web.UI.Design.WebControls.LinkButtonDesigner">
  9472. <summary>
  9473. <para> Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.LinkButton" />
  9474. Web server control.</para>
  9475. </summary>
  9476. </member>
  9477. <member name="T:System.Web.UI.Design.WebControls.ListControlDataBindingHandler">
  9478. <summary>
  9479. <para>Provides a data-binding handler for a <see cref="T:System.Web.UI.WebControls.ListControl" /> .</para>
  9480. </summary>
  9481. </member>
  9482. <member name="M:System.Web.UI.Design.WebControls.ListControlDataBindingHandler.DataBindControl(System.ComponentModel.Design.IDesignerHost,System.Web.UI.Control)">
  9483. <summary>
  9484. <para>Performs data binding on the specified control.</para>
  9485. </summary>
  9486. <param name="designerHost">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> for the document that contains the control.</param>
  9487. <param name=" control">The <see cref="T:System.Web.UI.Control" /> to data bind to. </param>
  9488. </member>
  9489. <member name="T:System.Web.UI.Design.WebControls.ListControlDesigner">
  9490. <summary>
  9491. <para> Extends design-time behavior for <see cref="T:System.Web.UI.WebControls.ListControl" /> Web server
  9492. controls.</para>
  9493. </summary>
  9494. </member>
  9495. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.#ctor">
  9496. <summary>
  9497. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.ListControlDesigner" /> class.</para>
  9498. </summary>
  9499. </member>
  9500. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.GetDesignTimeHtml">
  9501. <summary>
  9502. <para> Gets the HTML that is used to represent the control at design time.</para>
  9503. </summary>
  9504. <returns>
  9505. <para>The HTML that is used to represent the control at design time.</para>
  9506. </returns>
  9507. </member>
  9508. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.Initialize(System.ComponentModel.IComponent)">
  9509. <summary>
  9510. <para> Initializes the designer with the specified component.
  9511. </para>
  9512. </summary>
  9513. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> for the designer. </param>
  9514. </member>
  9515. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.GetResolvedSelectedDataSource">
  9516. <summary>
  9517. <para>Gets the data member that is currently selected
  9518. within the data source currently bound to the control.</para>
  9519. </summary>
  9520. <returns>
  9521. <para>The currently selected data member, or
  9522. <see langword="null" /> if the control was not bound to a data source, or the data
  9523. source, site of the designer's component, or the container of the data source could not be accessed.</para>
  9524. </returns>
  9525. </member>
  9526. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.GetSelectedDataSource">
  9527. <summary>
  9528. <para> Gets the selected data source component from the component's container.
  9529. </para>
  9530. </summary>
  9531. <returns>
  9532. <para> The
  9533. selected data source, or <see langword="null" /> if a data source is not found or if a data
  9534. source with the same name does not exist.
  9535. </para>
  9536. </returns>
  9537. </member>
  9538. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
  9539. <summary>
  9540. <para> Raises the ComponentChanged event.
  9541. </para>
  9542. </summary>
  9543. <param name="source">The source of the event.</param>
  9544. <param name=" ce">A <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs" /> that contains the event data.</param>
  9545. </member>
  9546. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.OnDataSourceChanged">
  9547. <summary>
  9548. <para> Raises the DataSourceChanged event.
  9549. </para>
  9550. </summary>
  9551. </member>
  9552. <member name="M:System.Web.UI.Design.WebControls.ListControlDesigner.PreFilterProperties(System.Collections.IDictionary)">
  9553. <summary>
  9554. <para>Filters the properties exposed through a <see cref="T:System.ComponentModel.TypeDescriptor" /> and replaces
  9555. the property descriptor for the DataSource property, which contains the value used at
  9556. runtime, with a property descriptor that contains a value indicating a
  9557. design-time data source.</para>
  9558. </summary>
  9559. <param name="properties">An <see cref="T:System.Collections.IDictionary" /> that contains the set of properties to expose for the control.</param>
  9560. </member>
  9561. <member name="P:System.Web.UI.Design.WebControls.ListControlDesigner.DataMember">
  9562. <summary>
  9563. <para>Gets or sets the data member for the control.</para>
  9564. </summary>
  9565. </member>
  9566. <member name="P:System.Web.UI.Design.WebControls.ListControlDesigner.DataSource">
  9567. <summary>
  9568. <para>Gets or sets the data source property of the control.</para>
  9569. </summary>
  9570. </member>
  9571. <member name="P:System.Web.UI.Design.WebControls.ListControlDesigner.DataValueField">
  9572. <summary>
  9573. <para>Gets or sets the data value field of the control.</para>
  9574. </summary>
  9575. </member>
  9576. <member name="P:System.Web.UI.Design.WebControls.ListControlDesigner.DataTextField">
  9577. <summary>
  9578. <para> Gets or sets the data text field of the control.</para>
  9579. </summary>
  9580. </member>
  9581. <member name="T:System.Web.UI.Design.WebControls.ListItemsCollectionEditor">
  9582. <summary>
  9583. <para>Provides a user interface for editing the items collection of a list.</para>
  9584. </summary>
  9585. </member>
  9586. <member name="M:System.Web.UI.Design.WebControls.ListItemsCollectionEditor.#ctor(System.Type)">
  9587. <summary>
  9588. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.ListItemsCollectionEditor" /> class.</para>
  9589. </summary>
  9590. <param name="type">The type of the collection to edit.</param>
  9591. </member>
  9592. <member name="M:System.Web.UI.Design.WebControls.ListItemsCollectionEditor.CanSelectMultipleInstances">
  9593. <summary>
  9594. <para> Indicates whether multiple items in the list can be selected at the
  9595. same time.</para>
  9596. </summary>
  9597. <returns>
  9598. <para>
  9599. <see langword="true" /> if multiple
  9600. items can be selected at the same time;
  9601. otherwise, <see langword="false" />.</para>
  9602. </returns>
  9603. </member>
  9604. <member name="T:System.Web.UI.Design.UserControlDesigner">
  9605. <summary>
  9606. <para>Extends design-time behavior for Web user controls.</para>
  9607. </summary>
  9608. </member>
  9609. <member name="M:System.Web.UI.Design.UserControlDesigner.#ctor">
  9610. <summary>
  9611. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.UserControlDesigner" />
  9612. class.</para>
  9613. </summary>
  9614. </member>
  9615. <member name="T:System.Web.UI.Design.WebControls.PanelDesigner">
  9616. <summary>
  9617. <para>Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.Panel" />
  9618. Web server control.</para>
  9619. </summary>
  9620. </member>
  9621. <member name="M:System.Web.UI.Design.WebControls.PanelDesigner.MapPropertyToStyle(System.String,System.Object)">
  9622. <summary>
  9623. <para>
  9624. Maps a specified property and value to a specified HTML style.
  9625. </para>
  9626. </summary>
  9627. <param name="propName">
  9628. The property name.
  9629. </param>
  9630. <param name="varPropValue">
  9631. The property value.
  9632. </param>
  9633. </member>
  9634. <member name="M:System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached">
  9635. <summary>
  9636. <para> Provides notification when a behavior is attached to the designer.</para>
  9637. </summary>
  9638. </member>
  9639. <member name="M:System.Web.UI.Design.WebControls.RegexEditorDialog.cmdHelp_Click(System.Object,System.EventArgs)">
  9640. <summary>
  9641. <para>Represents the method that will handle the Help event of
  9642. the dialog.</para>
  9643. </summary>
  9644. <param name="sender">The source of the event.</param>
  9645. <param name=" e">An EventArgs that provides data for the event.</param>
  9646. </member>
  9647. <member name="T:System.Web.UI.Design.WebControls.RegexTypeEditor">
  9648. <summary>
  9649. <para>Provides a user interface for editing regular expressions.</para>
  9650. </summary>
  9651. </member>
  9652. <member name="M:System.Web.UI.Design.WebControls.RegexTypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  9653. <summary>
  9654. <para>Edits
  9655. the value of the specified object using the specified service provider and
  9656. context.</para>
  9657. </summary>
  9658. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can provide additional context information.</param>
  9659. <param name=" provider">A service provider.</param>
  9660. <param name=" value">The object to edit the value of.</param>
  9661. <returns>
  9662. <para> The new value of the object. If the value of the object hasn't changed,
  9663. this method returns the same object it was passed.</para>
  9664. </returns>
  9665. </member>
  9666. <member name="M:System.Web.UI.Design.WebControls.RegexTypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  9667. <summary>
  9668. <para>Gets the editor style used by the <see cref="M:System.Web.UI.Design.WebControls.RegexTypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.</para>
  9669. </summary>
  9670. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that may be used to gain additional context information.</param>
  9671. <returns>
  9672. <para>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> that indicates
  9673. the editor style.</para>
  9674. </returns>
  9675. </member>
  9676. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.#ctor">
  9677. <summary>
  9678. <para>
  9679. Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.RepeaterDesigner" /> class.
  9680. </para>
  9681. </summary>
  9682. </member>
  9683. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.Dispose(System.Boolean)">
  9684. <summary>
  9685. Performs the cleanup of the designer class.
  9686. </summary>
  9687. </member>
  9688. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.GetDesignTimeDataSource(System.Int32)">
  9689. <summary>
  9690. Returns a sample data matching the schema of the selected datasource.
  9691. </summary>
  9692. <param name="minimumRows">
  9693. The minimumn rows of sample data the datasource should contain.
  9694. </param>
  9695. <returns>
  9696. A live datasource for use at design-time.
  9697. </returns>
  9698. </member>
  9699. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.GetDesignTimeDataSource(System.Collections.IEnumerable,System.Int32)">
  9700. <summary>
  9701. Returns a sample data matching the schema of the selected datasource.
  9702. </summary>
  9703. <param name="selectedDataSource">
  9704. The selected datasource to be used as a reference for the shape of the data.
  9705. </param>
  9706. <param name="minimumRows">
  9707. The minimumn rows of sample data the datasource should contain.
  9708. </param>
  9709. <returns>
  9710. A live datasource for use at design-time.
  9711. </returns>
  9712. </member>
  9713. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.GetDesignTimeHtml">
  9714. <summary>
  9715. Retrieves the HTML to be used for the design-time representation
  9716. of the control.
  9717. </summary>
  9718. <returns>
  9719. Design Time HTML.
  9720. </returns>
  9721. </member>
  9722. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.GetEmptyDesignTimeHtml">
  9723. <summary>
  9724. </summary>
  9725. </member>
  9726. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.GetErrorDesignTimeHtml(System.Exception)">
  9727. <summary>
  9728. </summary>
  9729. </member>
  9730. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.GetResolvedSelectedDataSource">
  9731. <summary>
  9732. </summary>
  9733. </member>
  9734. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.GetSelectedDataSource">
  9735. <summary>
  9736. Retrieves the selected datasource component from the component's container.
  9737. </summary>
  9738. <returns>
  9739. The selected datasource; null if a datasource is not found, or a datasource
  9740. with the same name does not exist.
  9741. </returns>
  9742. </member>
  9743. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.Initialize(System.ComponentModel.IComponent)">
  9744. <summary>
  9745. Initializes the designer with the Repeater control that this instance
  9746. of the designer is associated with.
  9747. </summary>
  9748. <param name="component">
  9749. The associated Repeater control.
  9750. </param>
  9751. </member>
  9752. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
  9753. <summary>
  9754. Handles changes made to the component. This includes changes made
  9755. in the Properties window.
  9756. </summary>
  9757. </member>
  9758. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.OnDataSourceChanged">
  9759. <summary>
  9760. Handles changes made to the data source
  9761. </summary>
  9762. </member>
  9763. <member name="M:System.Web.UI.Design.WebControls.RepeaterDesigner.PreFilterProperties(System.Collections.IDictionary)">
  9764. <summary>
  9765. Filter the properties to replace the runtime DataSource property
  9766. descriptor with the designer's.
  9767. </summary>
  9768. </member>
  9769. <member name="P:System.Web.UI.Design.WebControls.RepeaterDesigner.DataMember">
  9770. <summary>
  9771. <para>[To be supplied.]</para>
  9772. </summary>
  9773. </member>
  9774. <member name="P:System.Web.UI.Design.WebControls.RepeaterDesigner.DataSource">
  9775. <summary>
  9776. Designer implementation of DataSource property that operates on
  9777. the DataSource property in the control's binding collection.
  9778. </summary>
  9779. </member>
  9780. <member name="P:System.Web.UI.Design.WebControls.RepeaterDesigner.TemplatesExist">
  9781. <summary>
  9782. </summary>
  9783. </member>
  9784. <member name="T:System.Web.UI.Design.WebControls.TableCellsCollectionEditor">
  9785. <summary>
  9786. <para>Provides a user interface for editing the collection of cells in a table row.</para>
  9787. </summary>
  9788. </member>
  9789. <member name="M:System.Web.UI.Design.WebControls.TableCellsCollectionEditor.#ctor(System.Type)">
  9790. <summary>
  9791. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.TableCellsCollectionEditor" /> class.</para>
  9792. </summary>
  9793. <param name="type">The type of the collection to edit.</param>
  9794. </member>
  9795. <member name="M:System.Web.UI.Design.WebControls.TableCellsCollectionEditor.CreateInstance(System.Type)">
  9796. <summary>
  9797. <para>Creates an instance of the editor for use with the specified type.</para>
  9798. </summary>
  9799. <param name="itemType"> The type to create an instance of.</param>
  9800. <returns>
  9801. <para>An object of the specified type.</para>
  9802. </returns>
  9803. </member>
  9804. <member name="T:System.Web.UI.Design.WebControls.TableDesigner">
  9805. <summary>
  9806. <para> Extends design-time behavior for the <see cref="T:System.Web.UI.WebControls.Table" />
  9807. Web server control.</para>
  9808. </summary>
  9809. </member>
  9810. <member name="M:System.Web.UI.Design.WebControls.TableDesigner.GetDesignTimeHtml">
  9811. <summary>
  9812. <para> Gets the HTML that is used to represent the control at design
  9813. time.</para>
  9814. </summary>
  9815. <returns>
  9816. <para> The HTML that is used to represent the control at design
  9817. time.</para>
  9818. </returns>
  9819. </member>
  9820. <member name="T:System.Web.UI.Design.WebControls.TableRowsCollectionEditor">
  9821. <summary>
  9822. <para>Provides a user interface for editing rows of a table.</para>
  9823. </summary>
  9824. </member>
  9825. <member name="M:System.Web.UI.Design.WebControls.TableRowsCollectionEditor.#ctor(System.Type)">
  9826. <summary>
  9827. <para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.TableRowsCollectionEditor" /> class.</para>
  9828. </summary>
  9829. <param name="type">The type of the collection to edit.</param>
  9830. </member>
  9831. <member name="M:System.Web.UI.Design.WebControls.TableRowsCollectionEditor.CanSelectMultipleInstances">
  9832. <summary>
  9833. <para> Indicates whether multiple instances may be selected.</para>
  9834. </summary>
  9835. <returns>
  9836. <para>
  9837. <see langword="true" /> if multiple items can be selected at once; otherwise,
  9838. <see langword="false" />. This implementation always returns
  9839. <see langword="false" />.</para>
  9840. </returns>
  9841. </member>
  9842. <member name="M:System.Web.UI.Design.WebControls.TableRowsCollectionEditor.CreateInstance(System.Type)">
  9843. <summary>
  9844. <para>Creates an instance of the specified type.</para>
  9845. </summary>
  9846. <param name="itemType"> The type to create an instance of.</param>
  9847. <returns>
  9848. <para>An object of the specified type.</para>
  9849. </returns>
  9850. </member>
  9851. <member name="M:System.Web.UI.Design.WebControls.XmlDesigner.#ctor">
  9852. <summary>
  9853. <para> Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.XmlDesigner" /> class.
  9854. </para>
  9855. </summary>
  9856. </member>
  9857. <member name="M:System.Web.UI.Design.WebControls.XmlDesigner.Dispose(System.Boolean)">
  9858. <summary>
  9859. <para>Releases the unmanaged resources used by the <see cref="T:System.Web.UI.Design.WebControls.XmlDesigner" /> and optionally releases the managed resources.</para>
  9860. </summary>
  9861. <param name="disposing">
  9862. <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
  9863. </member>
  9864. <member name="M:System.Web.UI.Design.WebControls.XmlDesigner.GetDesignTimeHtml">
  9865. <summary>
  9866. <para> Gets the HTML that is used to represent the control
  9867. at design time.</para>
  9868. </summary>
  9869. <returns>
  9870. <para>The HTML that is used to represent the control at design time.</para>
  9871. </returns>
  9872. </member>
  9873. <member name="M:System.Web.UI.Design.WebControls.XmlDesigner.GetEmptyDesignTimeHtml">
  9874. <summary>
  9875. <para>Gets the HTML that is used to fill an empty control.</para>
  9876. </summary>
  9877. <returns>
  9878. <para>The HTML used to fill an empty control.</para>
  9879. </returns>
  9880. </member>
  9881. <member name="M:System.Web.UI.Design.WebControls.XmlDesigner.Initialize(System.ComponentModel.IComponent)">
  9882. <summary>
  9883. <para> Initializes the designer with the control that this instance
  9884. of the designer is associated with.</para>
  9885. </summary>
  9886. <param name="component">The associated control. </param>
  9887. </member>
  9888. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.#ctor">
  9889. <summary>
  9890. </summary>
  9891. </member>
  9892. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.SetComponent(System.Web.UI.WebControls.BaseDataList)">
  9893. <summary>
  9894. </summary>
  9895. </member>
  9896. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.OnActivated(System.EventArgs)">
  9897. <summary>
  9898. </summary>
  9899. </member>
  9900. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.OnHandleDestroyed(System.EventArgs)">
  9901. <summary>
  9902. </summary>
  9903. </member>
  9904. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.SchemePreview.#ctor(System.Design.NativeMethods.IHTMLDocument2)">
  9905. <summary>
  9906. </summary>
  9907. </member>
  9908. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.SchemePreview.InitPreview">
  9909. <summary>
  9910. </summary>
  9911. </member>
  9912. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.SchemePreview.ClearPreviewDocument(System.Boolean)">
  9913. <summary>
  9914. </summary>
  9915. </member>
  9916. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.SchemePreview.ClosePreview">
  9917. <summary>
  9918. </summary>
  9919. </member>
  9920. <member name="M:System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.SchemePreview.PreviewScheme(System.Web.UI.Design.WebControls.ListControls.AutoFormatDialog.BaseDataListScheme)">
  9921. <summary>
  9922. </summary>
  9923. </member>
  9924. <member name="M:System.Web.UI.Design.WebControls.ListControls.BaseDataListPage.SetComponent(System.ComponentModel.IComponent)">
  9925. <summary>
  9926. Sets the component that is to be edited in the page.
  9927. </summary>
  9928. </member>
  9929. <member name="M:System.Web.UI.Design.WebControls.ListControls.BaseDataListPage.ShowHelp">
  9930. </member>
  9931. <member name="M:System.Web.UI.Design.WebControls.ListControls.BaseDataListPage.SupportsHelp">
  9932. </member>
  9933. <member name="T:System.Web.UI.Design.WebControls.ListControls.BaseDataListPage.DataSourceItem">
  9934. <summary>
  9935. This contains information about a datasource and is used to populate
  9936. the datasource combo. This is used in the General page for a DataList
  9937. and the Data page for a DataGrid.
  9938. </summary>
  9939. </member>
  9940. <member name="T:System.Web.UI.Design.WebControls.ListControls.BaseDataListPage.ListSourceDataSourceItem">
  9941. <summary>
  9942. </summary>
  9943. </member>
  9944. <member name="M:System.Web.UI.Design.WebControls.ListControls.BordersPage.#ctor">
  9945. <summary>
  9946. Creates a new instance of BordersPage.
  9947. </summary>
  9948. </member>
  9949. <member name="M:System.Web.UI.Design.WebControls.ListControls.BordersPage.LoadComponent">
  9950. <summary>
  9951. Loads the component into the page.
  9952. </summary>
  9953. </member>
  9954. <member name="M:System.Web.UI.Design.WebControls.ListControls.BordersPage.SaveComponent">
  9955. <summary>
  9956. Saves the component loaded into the page.
  9957. </summary>
  9958. </member>
  9959. <member name="M:System.Web.UI.Design.WebControls.ListControls.BordersPage.SetComponent(System.ComponentModel.IComponent)">
  9960. <summary>
  9961. Sets the component that is to be edited in the page.
  9962. </summary>
  9963. </member>
  9964. <member name="P:System.Web.UI.Design.WebControls.ListControls.BordersPage.HelpKeyword">
  9965. </member>
  9966. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridColumnsPage.#ctor">
  9967. <summary>
  9968. Creates a new instance of DataGridColumnsPage.
  9969. </summary>
  9970. </member>
  9971. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridColumnsPage.LoadComponent">
  9972. <summary>
  9973. Loads the component into the page.
  9974. </summary>
  9975. </member>
  9976. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridColumnsPage.SaveComponent">
  9977. <summary>
  9978. Saves the component loaded into the page.
  9979. </summary>
  9980. </member>
  9981. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridColumnsPage.SetComponent(System.ComponentModel.IComponent)">
  9982. <summary>
  9983. Sets the component that is to be edited in the page.
  9984. </summary>
  9985. </member>
  9986. <member name="P:System.Web.UI.Design.WebControls.ListControls.DataGridColumnsPage.HelpKeyword">
  9987. </member>
  9988. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridGeneralPage.#ctor">
  9989. <summary>
  9990. Creates a new instance of DataGridGeneralPage.
  9991. </summary>
  9992. </member>
  9993. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridGeneralPage.LoadComponent">
  9994. <summary>
  9995. Loads the component into the page.
  9996. </summary>
  9997. </member>
  9998. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridGeneralPage.SaveComponent">
  9999. <summary>
  10000. Saves the component loaded into the page.
  10001. </summary>
  10002. </member>
  10003. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridGeneralPage.SetComponent(System.ComponentModel.IComponent)">
  10004. <summary>
  10005. Sets the component that is to be edited in the page.
  10006. </summary>
  10007. </member>
  10008. <member name="P:System.Web.UI.Design.WebControls.ListControls.DataGridGeneralPage.HelpKeyword">
  10009. </member>
  10010. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridPagingPage.#ctor">
  10011. <summary>
  10012. Creates a new instance of DataGridPagingPage.
  10013. </summary>
  10014. </member>
  10015. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridPagingPage.LoadComponent">
  10016. <summary>
  10017. Loads the component into the page.
  10018. </summary>
  10019. </member>
  10020. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridPagingPage.SaveComponent">
  10021. <summary>
  10022. Saves the component loaded into the page.
  10023. </summary>
  10024. </member>
  10025. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataGridPagingPage.SetComponent(System.ComponentModel.IComponent)">
  10026. <summary>
  10027. Sets the component that is to be edited in the page.
  10028. </summary>
  10029. </member>
  10030. <member name="P:System.Web.UI.Design.WebControls.ListControls.DataGridPagingPage.HelpKeyword">
  10031. </member>
  10032. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataListGeneralPage.#ctor">
  10033. <summary>
  10034. Creates a new instance of DataListGeneralPage.
  10035. </summary>
  10036. </member>
  10037. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataListGeneralPage.LoadComponent">
  10038. <summary>
  10039. Loads the component into the page.
  10040. </summary>
  10041. </member>
  10042. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataListGeneralPage.SaveComponent">
  10043. <summary>
  10044. Saves the component loaded into the page.
  10045. </summary>
  10046. </member>
  10047. <member name="M:System.Web.UI.Design.WebControls.ListControls.DataListGeneralPage.SetComponent(System.ComponentModel.IComponent)">
  10048. <summary>
  10049. Sets the component that is to be edited in the page.
  10050. </summary>
  10051. </member>
  10052. <member name="P:System.Web.UI.Design.WebControls.ListControls.DataListGeneralPage.HelpKeyword">
  10053. </member>
  10054. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.#ctor">
  10055. <summary>
  10056. Creates a new instance of FormatPage.
  10057. </summary>
  10058. </member>
  10059. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.LoadComponent">
  10060. <summary>
  10061. Loads the component into the page.
  10062. </summary>
  10063. </member>
  10064. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.OnHandleCreated(System.EventArgs)">
  10065. <summary>
  10066. </summary>
  10067. </member>
  10068. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.SaveComponent">
  10069. <summary>
  10070. Saves the component loaded into the page.
  10071. </summary>
  10072. </member>
  10073. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.SetComponent(System.ComponentModel.IComponent)">
  10074. <summary>
  10075. Sets the component that is to be edited in the page.
  10076. </summary>
  10077. </member>
  10078. <member name="P:System.Web.UI.Design.WebControls.ListControls.FormatPage.HelpKeyword">
  10079. </member>
  10080. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatTreeNode.#ctor(System.String,System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatObject)">
  10081. <summary>
  10082. </summary>
  10083. </member>
  10084. <member name="P:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatTreeNode.Dirty">
  10085. <summary>
  10086. </summary>
  10087. </member>
  10088. <member name="P:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatTreeNode.FormatObject">
  10089. <summary>
  10090. </summary>
  10091. </member>
  10092. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatStyle.#ctor(System.Web.UI.WebControls.Style)">
  10093. <summary>
  10094. </summary>
  10095. </member>
  10096. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatStyle.LoadFormatInfo">
  10097. <summary>
  10098. </summary>
  10099. </member>
  10100. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatStyle.SaveFormatInfo">
  10101. <summary>
  10102. </summary>
  10103. </member>
  10104. <member name="P:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatStyle.IsTableItemStyle">
  10105. <summary>
  10106. </summary>
  10107. </member>
  10108. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatColumn.#ctor(System.Web.UI.WebControls.DataGridColumn)">
  10109. <summary>
  10110. </summary>
  10111. </member>
  10112. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatColumn.LoadFormatInfo">
  10113. <summary>
  10114. </summary>
  10115. </member>
  10116. <member name="M:System.Web.UI.Design.WebControls.ListControls.FormatPage.FormatColumn.SaveFormatInfo">
  10117. <summary>
  10118. </summary>
  10119. </member>
  10120. <member name="M:System.ServiceProcess.Design.ServiceControllerDesigner.PreFilterProperties(System.Collections.IDictionary)">
  10121. </member>
  10122. <member name="M:System.Messaging.Design.MessageDesigner.PreFilterProperties(System.Collections.IDictionary)">
  10123. </member>
  10124. </members>
  10125. </doc>