Source code of Windows XP (NT5)
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.

545 lines
23 KiB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Drawing.Design</name>
  5. </assembly>
  6. <members>
  7. <member name="M:System.Drawing.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.Drawing.Design.SRDescriptionAttribute.Description">
  16. <summary>
  17. Retrieves the description text.
  18. </summary>
  19. <returns>
  20. description
  21. </returns>
  22. </member>
  23. <member name="T:System.Drawing.Design.BitmapEditor">
  24. <summary>
  25. <para>Provides a user interface for selecting bitmap files in a properties
  26. window.</para>
  27. </summary>
  28. </member>
  29. <member name="T:System.Drawing.Design.ImageEditor">
  30. <summary>
  31. <para>Provides a user interface for selecting images in a Properties window.</para>
  32. </summary>
  33. </member>
  34. <member name="M:System.Drawing.Design.ImageEditor.CreateExtensionsString(System.String[],System.String)">
  35. <summary>
  36. <para>Creates a string of file name extensions using the specified array of file
  37. extensions and the specified separator.</para>
  38. </summary>
  39. <param name="extensions">The extensions to filter for.</param>
  40. <param name=" sep">The separator to use.</param>
  41. <returns>
  42. <para>A string containing the specified file name
  43. extensions, each separated by the specified separator.</para>
  44. </returns>
  45. </member>
  46. <member name="M:System.Drawing.Design.ImageEditor.CreateFilterEntry(System.Drawing.Design.ImageEditor)">
  47. <summary>
  48. <para>Creates a filter entry for a file dialog box's file list.</para>
  49. </summary>
  50. <param name="e">The image editor to get the filter entry from.</param>
  51. <returns>
  52. <para>The new filter entry string.</para>
  53. </returns>
  54. </member>
  55. <member name="M:System.Drawing.Design.ImageEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  56. <summary>
  57. <para> Edits the specified object value using the edit style
  58. provided by <see cref="M:System.Drawing.Design.ImageEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)" />.</para>
  59. </summary>
  60. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  61. <param name="provider">A service provider object through which editing services can be obtained.</param>
  62. <param name="value">An instance of the value being edited.</param>
  63. <returns>
  64. <para>The new value of the object. If the value of the object has not changed,
  65. this method should return the same object passed to it.</para>
  66. </returns>
  67. </member>
  68. <member name="M:System.Drawing.Design.ImageEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  69. <summary>
  70. <para> Gets the editing style of the <see cref="M:System.Drawing.Design.ImageEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" />
  71. method.</para>
  72. </summary>
  73. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  74. <returns>
  75. <para>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> enumeration value indicating the supported editing style.</para>
  76. </returns>
  77. </member>
  78. <member name="M:System.Drawing.Design.ImageEditor.GetFileDialogDescription">
  79. <summary>
  80. <para> Gets the description for the default file list filter provided by
  81. this editor.</para>
  82. </summary>
  83. <returns>
  84. <para> The description for the default type of files to filter the file list
  85. for.</para>
  86. </returns>
  87. </member>
  88. <member name="M:System.Drawing.Design.ImageEditor.GetExtensions">
  89. <summary>
  90. <para> Gets the extensions for the file list filter that this editor initially uses to filter the file list.</para>
  91. </summary>
  92. <returns>
  93. <para> A set of file extensions used to filter the file list.</para>
  94. </returns>
  95. </member>
  96. <member name="M:System.Drawing.Design.ImageEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
  97. <summary>
  98. <para> Gets a value indicating whether this editor supports painting a representation
  99. of an object's value.</para>
  100. </summary>
  101. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  102. <returns>
  103. <para>
  104. <see langword="true" />
  105. if <see cref="M:System.Drawing.Design.ImageEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)" />
  106. is implemented;
  107. otherwise, <see langword="false" />.</para>
  108. </returns>
  109. </member>
  110. <member name="M:System.Drawing.Design.ImageEditor.LoadFromStream(System.IO.Stream)">
  111. <summary>
  112. <para>Loads an image from the specified stream.</para>
  113. </summary>
  114. <param name="stream">A stream that contains the image to load.</param>
  115. <returns>
  116. <para>The <see cref="T:System.Drawing.Image" /> that has been loaded.</para>
  117. </returns>
  118. </member>
  119. <member name="M:System.Drawing.Design.ImageEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
  120. <summary>
  121. <para>Paints a value indicated by the specified <see cref="T:System.Drawing.Design.PaintValueEventArgs" />.</para>
  122. </summary>
  123. <param name="e">A <see cref="T:System.Drawing.Design.PaintValueEventArgs" /> indicating what to paint and where to paint it.</param>
  124. </member>
  125. <member name="M:System.Drawing.Design.BitmapEditor.GetFileDialogDescription">
  126. <summary>
  127. <para>Gets the description for the default file list filter provided by this
  128. editor.</para>
  129. </summary>
  130. <returns>
  131. <para>The description for the default type of files to filter the file list
  132. for.</para>
  133. </returns>
  134. </member>
  135. <member name="M:System.Drawing.Design.BitmapEditor.GetExtensions">
  136. <summary>
  137. <para>Gets the extensions for the file list filter that the bitmap editor will initially
  138. use to filter the file list.</para>
  139. </summary>
  140. <returns>
  141. <para>The default set of file extensions used to filter the file list.</para>
  142. </returns>
  143. </member>
  144. <member name="M:System.Drawing.Design.BitmapEditor.LoadFromStream(System.IO.Stream)">
  145. <summary>
  146. <para>Loads an image from the specified stream.</para>
  147. </summary>
  148. <param name="stream">The stream from which to load the image.</param>
  149. <returns>
  150. <para>The <see cref="T:System.Drawing.Image" /> loaded from the stream.</para>
  151. </returns>
  152. </member>
  153. <member name="M:System.Drawing.Design.ColorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  154. <summary>
  155. <para>
  156. Edits the given object value using the editor style
  157. provided by <see cref="M:System.Drawing.Design.ColorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)" />
  158. .
  159. </para>
  160. </summary>
  161. <param name="context">
  162. An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.
  163. </param>
  164. <param name="provider">
  165. An <see cref="T:System.IServiceProvider" /> through which editing services may be obtained.
  166. </param>
  167. <param name="value">
  168. An instance of the value being edited.
  169. </param>
  170. <returns>
  171. <para>
  172. The new value of the object. If the value of the object hasn't
  173. changed, this should return the same object it was passed.
  174. </para>
  175. </returns>
  176. </member>
  177. <member name="M:System.Drawing.Design.ColorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  178. <summary>
  179. <para>
  180. Gets the editing style of the Edit method. If the method
  181. is not supported, this will return <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.None" />.
  182. </para>
  183. </summary>
  184. <param name="context">
  185. An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.
  186. </param>
  187. <returns>
  188. <para>
  189. An enum value indicating the provided editing style.
  190. </para>
  191. </returns>
  192. </member>
  193. <member name="M:System.Drawing.Design.ColorEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
  194. <summary>
  195. <para>
  196. Gets a value indicating if this editor supports the painting of a representation
  197. of an object's value.
  198. </para>
  199. </summary>
  200. <param name="context">
  201. An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.
  202. </param>
  203. <returns>
  204. <para>
  205. <see langword="true" /> if PaintValue is implemented;
  206. otherwise, <see langword="false" /> .
  207. </para>
  208. </returns>
  209. </member>
  210. <member name="M:System.Drawing.Design.ColorEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
  211. <summary>
  212. <para>
  213. Paints a representative value of the given object to the provided
  214. canvas. Painting should be done within the boundaries of the
  215. provided rectangle.
  216. </para>
  217. </summary>
  218. <param name="e">
  219. What to paint and where to paint it.
  220. </param>
  221. </member>
  222. <member name="M:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.#ctor(System.Drawing.Design.ColorEditor.ColorPalette)">
  223. <summary>
  224. <para>[To be supplied.]</para>
  225. </summary>
  226. </member>
  227. <member name="M:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.GetChildCount">
  228. <summary>
  229. <para>[To be supplied.]</para>
  230. </summary>
  231. </member>
  232. <member name="M:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.GetChild(System.Int32)">
  233. <summary>
  234. <para>[To be supplied.]</para>
  235. </summary>
  236. </member>
  237. <member name="M:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.HitTest(System.Int32,System.Int32)">
  238. <summary>
  239. <para>[To be supplied.]</para>
  240. </summary>
  241. </member>
  242. <member name="M:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.#ctor(System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject,System.Drawing.Color,System.Int32)">
  243. <summary>
  244. <para>[To be supplied.]</para>
  245. </summary>
  246. </member>
  247. <member name="P:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Bounds">
  248. <summary>
  249. <para>[To be supplied.]</para>
  250. </summary>
  251. </member>
  252. <member name="P:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Name">
  253. <summary>
  254. <para>[To be supplied.]</para>
  255. </summary>
  256. </member>
  257. <member name="P:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Parent">
  258. <summary>
  259. <para>[To be supplied.]</para>
  260. </summary>
  261. </member>
  262. <member name="P:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Role">
  263. <summary>
  264. <para>[To be supplied.]</para>
  265. </summary>
  266. </member>
  267. <member name="P:System.Drawing.Design.ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Value">
  268. <summary>
  269. <para>[To be supplied.]</para>
  270. </summary>
  271. </member>
  272. <member name="M:System.Drawing.Design.ColorEditor.ColorUI.#ctor(System.Drawing.Design.ColorEditor)">
  273. <summary>
  274. </summary>
  275. </member>
  276. <member name="M:System.Drawing.Design.ColorEditor.ColorUI.End">
  277. <summary>
  278. </summary>
  279. </member>
  280. <member name="M:System.Drawing.Design.ColorEditor.ColorUI.Start(System.Windows.Forms.Design.IWindowsFormsEditorService,System.Object)">
  281. <summary>
  282. </summary>
  283. </member>
  284. <member name="P:System.Drawing.Design.ColorEditor.ColorUI.EditorService">
  285. <summary>
  286. Allows someone else to close our dropdown.
  287. </summary>
  288. </member>
  289. <member name="P:System.Drawing.Design.ColorEditor.ColorUI.Value">
  290. <summary>
  291. </summary>
  292. </member>
  293. <member name="M:System.Drawing.Design.ContentAlignmentEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  294. <summary>
  295. <para>
  296. Edits the given object value using
  297. the editor style provided by GetEditStyle.
  298. </para>
  299. </summary>
  300. <param name="context">
  301. An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.
  302. </param>
  303. <param name="provider">
  304. <para>An <see cref="T:System.IServiceProvider" /> through which editing services may be obtained.</para>
  305. </param>
  306. <param name="value">
  307. An instance of the value being edited.
  308. </param>
  309. <returns>
  310. <para>
  311. The new value of the object. If the value of the object hasn't
  312. changed, this should return the same object it was passed.
  313. </para>
  314. </returns>
  315. </member>
  316. <member name="M:System.Drawing.Design.ContentAlignmentEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  317. <summary>
  318. <para>
  319. Gets the editing style of the Edit method.
  320. </para>
  321. </summary>
  322. <param name="context">
  323. An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.
  324. </param>
  325. <returns>
  326. <para>
  327. A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> value indicating the
  328. provided editing style. If the method to retrieve the edit style is not
  329. supported, this will return <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.None" />.
  330. </para>
  331. </returns>
  332. </member>
  333. <member name="M:System.Drawing.Design.ContentAlignmentEditor.ContentUI.#ctor">
  334. <summary>
  335. </summary>
  336. </member>
  337. <member name="M:System.Drawing.Design.ContentAlignmentEditor.ContentUI.End">
  338. <summary>
  339. </summary>
  340. </member>
  341. <member name="M:System.Drawing.Design.ContentAlignmentEditor.ContentUI.Start(System.Windows.Forms.Design.IWindowsFormsEditorService,System.Object)">
  342. <summary>
  343. </summary>
  344. </member>
  345. <member name="M:System.Drawing.Design.ContentAlignmentEditor.ContentUI.ProcessDialogKey(System.Windows.Forms.Keys)">
  346. <summary>
  347. Here, we handle the return, tab, and escape keys appropriately
  348. </summary>
  349. </member>
  350. <member name="P:System.Drawing.Design.ContentAlignmentEditor.ContentUI.Value">
  351. <summary>
  352. </summary>
  353. </member>
  354. <member name="M:System.Drawing.Design.CursorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  355. <summary>
  356. Edits the given object value using the editor style provided by
  357. GetEditorStyle. A service provider is provided so that any
  358. required editing services can be obtained.
  359. </summary>
  360. <param name="context">
  361. A type descriptor context that can be used to provide additional
  362. context information.
  363. </param>
  364. <param name="provider">
  365. A service provider object through which editing services may
  366. be obtained.
  367. </param>
  368. <param name="value">
  369. An instance of the value being edited.
  370. </param>
  371. <returns>
  372. The new value of the object. If the value of the object hasn't
  373. changed, this should return the same object it was passed.
  374. </returns>
  375. </member>
  376. <member name="M:System.Drawing.Design.CursorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  377. <summary>
  378. Retrieves the editing style of the Edit method. If the method
  379. is not supported, this will return None.
  380. </summary>
  381. <param name="context">
  382. A type descriptor context that can be used to provide additional
  383. context information.
  384. </param>
  385. <returns>
  386. An enum value indicating the provided editing style.
  387. </returns>
  388. </member>
  389. <member name="T:System.Drawing.Design.FontEditor">
  390. <summary>
  391. <para> Provides a user interface to select and configure
  392. a <see cref="T:System.Drawing.Font" />
  393. object.</para>
  394. </summary>
  395. </member>
  396. <member name="M:System.Drawing.Design.FontEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  397. <summary>
  398. <para>Edits the value of the specified object using the editor style
  399. indicated by <see cref="M:System.Drawing.Design.FontEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)" />.</para>
  400. </summary>
  401. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  402. <param name="provider">An <see cref="T:System.IServiceProvider" /> that this editor can use to obtain services.</param>
  403. <param name="value">The object to edit.</param>
  404. <returns>
  405. <para> The new value of the object. If the value of the object has not changed,
  406. this should return the same object that was passed to it.</para>
  407. </returns>
  408. </member>
  409. <member name="M:System.Drawing.Design.FontEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  410. <summary>
  411. <para>Gets the editor style used by the <see cref="M:System.Drawing.Design.FontEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" /> method.</para>
  412. </summary>
  413. <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
  414. <returns>
  415. <para>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> value that
  416. indicates the style of editor used by <see cref="M:System.Drawing.Design.FontEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)" />. </para>
  417. </returns>
  418. </member>
  419. <member name="M:System.Drawing.Design.FontNameEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
  420. <summary>
  421. Determines if this editor supports the painting of a representation
  422. of an object's value.
  423. </summary>
  424. <param name="context">
  425. A type descriptor context that can be used to provide additional
  426. context information.
  427. </param>
  428. <returns>
  429. Returns true if PaintValue is implemented.
  430. </returns>
  431. </member>
  432. <member name="M:System.Drawing.Design.FontNameEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
  433. <summary>
  434. <para>
  435. Paints a representative value of the given object to the provided
  436. canvas. Painting should be done within the boundaries of the
  437. provided rectangle.
  438. </para>
  439. </summary>
  440. <param name="e">
  441. What to paint and where to paint it.
  442. </param>
  443. </member>
  444. <member name="M:System.Drawing.Design.IconEditor.CreateExtensionsString(System.String[],System.String)">
  445. <summary>
  446. <para>[To be supplied.]</para>
  447. </summary>
  448. </member>
  449. <member name="M:System.Drawing.Design.IconEditor.CreateFilterEntry(System.Drawing.Design.IconEditor)">
  450. <summary>
  451. <para>[To be supplied.]</para>
  452. </summary>
  453. </member>
  454. <member name="M:System.Drawing.Design.IconEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  455. <summary>
  456. Edits the given object value using the editor style provided by
  457. GetEditorStyle. A service provider is provided so that any
  458. required editing services can be obtained.
  459. </summary>
  460. <param name="context">
  461. A type descriptor context that can be used to provide additional
  462. context information.
  463. </param>
  464. <param name="provider">
  465. A service provider object through which editing services may
  466. be obtained.
  467. </param>
  468. <param name="value">
  469. An instance of the value being edited.
  470. </param>
  471. <returns>
  472. The new value of the object. If the value of the object hasn't
  473. changed, this should return the same object it was passed.
  474. </returns>
  475. </member>
  476. <member name="M:System.Drawing.Design.IconEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  477. <summary>
  478. Retrieves the editing style of the Edit method. If the method
  479. is not supported, this will return None.
  480. </summary>
  481. <param name="context">
  482. A type descriptor context that can be used to provide additional
  483. context information.
  484. </param>
  485. <returns>
  486. An enum value indicating the provided editing style.
  487. </returns>
  488. </member>
  489. <member name="M:System.Drawing.Design.IconEditor.GetFileDialogDescription">
  490. <summary>
  491. <para>[To be supplied.]</para>
  492. </summary>
  493. </member>
  494. <member name="M:System.Drawing.Design.IconEditor.GetExtensions">
  495. <summary>
  496. <para>[To be supplied.]</para>
  497. </summary>
  498. </member>
  499. <member name="M:System.Drawing.Design.IconEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
  500. <summary>
  501. Determines if this editor supports the painting of a representation
  502. of an object's value.
  503. </summary>
  504. <param name="context">
  505. A type descriptor context that can be used to provide additional
  506. context information.
  507. </param>
  508. <returns>
  509. Returns true if PaintValue is implemented.
  510. </returns>
  511. </member>
  512. <member name="M:System.Drawing.Design.IconEditor.LoadFromStream(System.IO.Stream)">
  513. <summary>
  514. <para>[To be supplied.]</para>
  515. </summary>
  516. </member>
  517. <member name="M:System.Drawing.Design.IconEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
  518. <summary>
  519. <para>
  520. Paints a representative value of the given object to the provided
  521. canvas. Painting should be done within the boundaries of the
  522. provided rectangle.
  523. </para>
  524. </summary>
  525. <param name="e">
  526. What to paint and where to paint it.
  527. </param>
  528. </member>
  529. <member name="M:System.Drawing.Design.MetafileEditor.GetFileDialogDescription">
  530. <summary>
  531. <para>[To be supplied.]</para>
  532. </summary>
  533. </member>
  534. <member name="M:System.Drawing.Design.MetafileEditor.GetExtensions">
  535. <summary>
  536. <para>[To be supplied.]</para>
  537. </summary>
  538. </member>
  539. <member name="M:System.Drawing.Design.MetafileEditor.LoadFromStream(System.IO.Stream)">
  540. <summary>
  541. <para>[To be supplied.]</para>
  542. </summary>
  543. </member>
  544. </members>
  545. </doc>