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.

1380 lines
66 KiB

1 year ago
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Syncfusion.Shared.Windows</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Syncfusion.SharedWindowsAssembly">
  8. <exclude/>
  9. <summary>
  10. This class holds the name of the Syncfusion.Shared.Windows assembly and provides a helper
  11. routine that helps with resolving types when loading a serialization stream and when
  12. the framework probes for assemblies by reflection.
  13. </summary>
  14. </member>
  15. <member name="F:Syncfusion.SharedWindowsAssembly.Name">
  16. <summary>
  17. The full name of this assembly without version information: "Syncfusion.Shared.Windows"
  18. </summary>
  19. </member>
  20. <member name="F:Syncfusion.SharedWindowsAssembly.Assembly">
  21. <summary>
  22. A reference to the <see cref="T:System.Reflection.Assembly"/> for the grid assembly.
  23. </summary>
  24. </member>
  25. <member name="F:Syncfusion.SharedWindowsAssembly.RootNamespace">
  26. <summary>
  27. The root namespace of this assembly. Used internally for locating resources within the assembly.
  28. </summary>
  29. </member>
  30. <member name="M:Syncfusion.SharedWindowsAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
  31. <summary>
  32. This delegate helps with resolving types and can be used as a eventhandler
  33. for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
  34. </summary>
  35. <param name="sender">The source of the event.</param>
  36. <param name="e">The event data with information about the type.</param>
  37. <returns>A reference to the assembly where the type is located.</returns>
  38. <remarks>
  39. Use this handler when reading back types from a serialization stread
  40. saved with an earlier version of this assembly.
  41. </remarks>
  42. <example>
  43. <code lang="C#">
  44. public static GridModel LoadSoap(Stream s)
  45. {
  46. try
  47. {
  48. AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(SharedWindowsAssembly.AssemblyResolver);
  49. SoapFormatter b = new SoapFormatter();
  50. b.AssemblyFormat = FormatterAssemblyStyle.Simple;
  51. GridModel t = b.Deserialize(s) as GridModel;
  52. t.Modified = false;
  53. return t;
  54. }
  55. finally
  56. {
  57. AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(SharedWindowsAssembly.AssemblyResolver);
  58. }
  59. }
  60. </code>
  61. </example>
  62. </member>
  63. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ActionInfo">
  64. <exclude/>
  65. <summary>
  66. Wrapper object for menu actions
  67. </summary>
  68. </member>
  69. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfo.#ctor(System.String,System.Object,System.Object)">
  70. <summary>
  71. Creates an ActionInfo object
  72. </summary>
  73. <param name="eventName" type="string">
  74. <para>
  75. Fully qualified name of Event that will be fired
  76. </para>
  77. </param>
  78. <param name="parentForm" type="object">
  79. <para>
  80. Parent form/object that contains the menu that item is in
  81. </para>
  82. </param>
  83. <param name="srcObject" type="object">
  84. <para>
  85. The menu item tied to the event (e.g. MenuItem, ToolbarItem, etc)
  86. </para>
  87. </param>
  88. </member>
  89. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfo.RegisterAction(System.Object)">
  90. <summary>
  91. Adds the action to the parent object's list of ActionItems. The parent object must have a "RegisterAction" method.
  92. </summary>
  93. <param name="parentForm" type="object">
  94. <para>
  95. Parent form/object
  96. </para>
  97. </param>
  98. </member>
  99. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ActionInfo.EventHandler">
  100. <exclude/>
  101. </member>
  102. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ActionInfo.SourceObject">
  103. <exclude/>
  104. </member>
  105. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ActionInfo.ActionName">
  106. <exclude/>
  107. </member>
  108. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ActionInfo.Action">
  109. <exclude/>
  110. </member>
  111. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection">
  112. <exclude/>
  113. <summary>
  114. A collection that stores 'ActionInfo' objects.
  115. </summary>
  116. </member>
  117. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.#ctor">
  118. <summary>
  119. Initializes a new instance of 'ActionInfoCollection'.
  120. </summary>
  121. </member>
  122. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection)">
  123. <summary>
  124. Initializes a new instance of 'ActionInfoCollection' based on an already existing instance.
  125. </summary>
  126. <param name='actValue'>
  127. A 'ActionInfoCollection' from which the contents is copied
  128. </param>
  129. </member>
  130. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.ActionInfo[])">
  131. <summary>
  132. Initializes a new instance of 'ActionInfoCollection' with an array of 'ActionInfo' objects.
  133. </summary>
  134. <param name='actValue'>
  135. An array of 'ActionInfo' objects with which to initialize the collection
  136. </param>
  137. </member>
  138. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.Add(Syncfusion.Windows.Forms.InternalMenus.ActionInfo)">
  139. <summary>
  140. Adds a 'ActionInfo' item with the specified value to the 'ActionInfoCollection'
  141. </summary>
  142. <param name='actValue'>
  143. The 'ActionInfo' to add.
  144. </param>
  145. <returns>
  146. The index at which the new element was inserted.
  147. </returns>
  148. </member>
  149. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.ActionInfo[])">
  150. <summary>
  151. Copies the elements of an array at the end of this instance of 'ActionInfoCollection'.
  152. </summary>
  153. <param name='actValue'>
  154. An array of 'ActionInfo' objects to add to the collection.
  155. </param>
  156. </member>
  157. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection)">
  158. <summary>
  159. Adds the contents of another 'ActionInfoCollection' at the end of this instance.
  160. </summary>
  161. <param name='actValue'>
  162. A 'ActionInfoCollection' containing the objects to add to the collection.
  163. </param>
  164. </member>
  165. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.Contains(Syncfusion.Windows.Forms.InternalMenus.ActionInfo)">
  166. <summary>
  167. Gets a value indicating whether the 'ActionInfoCollection' contains the specified value.
  168. </summary>
  169. <param name='actValue'>
  170. The item to locate.
  171. </param>
  172. <returns>
  173. True if the item exists in the collection; false otherwise.
  174. </returns>
  175. </member>
  176. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.CopyTo(Syncfusion.Windows.Forms.InternalMenus.ActionInfo[],System.Int32)">
  177. <summary>
  178. Copies the 'ActionInfoCollection' values to a one-dimensional System.Array
  179. instance starting at the specified array index.
  180. </summary>
  181. <param name='actArray'>
  182. The one-dimensional System.Array that represents the copy destination.
  183. </param>
  184. <param name='intIndex'>
  185. The index in the array where copying begins.
  186. </param>
  187. </member>
  188. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.IndexOf(Syncfusion.Windows.Forms.InternalMenus.ActionInfo)">
  189. <summary>
  190. Returns the index of a 'ActionInfo' object in the collection.
  191. </summary>
  192. <param name='actValue'>
  193. The 'ActionInfo' object whose index will be retrieved.
  194. </param>
  195. <returns>
  196. If found, the index of the value; otherwise, -1.
  197. </returns>
  198. </member>
  199. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.Insert(System.Int32,Syncfusion.Windows.Forms.InternalMenus.ActionInfo)">
  200. <summary>
  201. Inserts an existing 'ActionInfo' into the collection at the specified index.
  202. </summary>
  203. <param name='intIndex'>
  204. The zero-based index where the new item should be inserted.
  205. </param>
  206. <param name='actValue'>
  207. The item to insert.
  208. </param>
  209. </member>
  210. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.GetEnumerator">
  211. <summary>
  212. Returns an enumerator that can be used to iterate through
  213. the 'ActionInfoCollection'.
  214. </summary>
  215. </member>
  216. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.Remove(Syncfusion.Windows.Forms.InternalMenus.ActionInfo)">
  217. <summary>
  218. Removes a specific item from the 'ActionInfoCollection'.
  219. </summary>
  220. <param name='actValue'>
  221. The item to remove from the 'ActionInfoCollection'.
  222. </param>
  223. </member>
  224. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.OnSet(System.Int32,System.Object,System.Object)">
  225. <summary>
  226. TODO: Describe what custom processing this method does
  227. before setting an item in the collection
  228. </summary>
  229. </member>
  230. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.OnInsert(System.Int32,System.Object)">
  231. <summary>
  232. TODO: Describe what custom processing this method does
  233. before insering a new item in the collection
  234. </summary>
  235. </member>
  236. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.Item(System.Int32)">
  237. <summary>
  238. Represents the 'ActionInfo' item at the specified index position.
  239. </summary>
  240. <param name='intIndex'>
  241. The zero-based index of the entry to locate in the collection.
  242. </param>
  243. <value>
  244. The entry at the specified index of the collection.
  245. </value>
  246. </member>
  247. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator">
  248. <exclude/>
  249. <summary>
  250. A strongly typed enumerator for 'ActionInfoCollection'
  251. </summary>
  252. </member>
  253. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator.#ctor(Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection)">
  254. <summary>
  255. Enumerator constructor
  256. </summary>
  257. </member>
  258. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator.MoveNext">
  259. <summary>
  260. Advances the enumerator to the next element of the collection
  261. </summary>
  262. </member>
  263. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator.System#Collections#IEnumerator#MoveNext">
  264. <summary>
  265. Advances the enumerator to the next element of the collection
  266. </summary>
  267. </member>
  268. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator.Reset">
  269. <summary>
  270. Sets the enumerator to the first element in the collection
  271. </summary>
  272. </member>
  273. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator.System#Collections#IEnumerator#Reset">
  274. <summary>
  275. Sets the enumerator to the first element in the collection
  276. </summary>
  277. </member>
  278. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator.Current">
  279. <summary>
  280. Gets the current element from the collection (strongly typed)
  281. </summary>
  282. </member>
  283. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ActionInfoCollection.ActionInfoEnumerator.System#Collections#IEnumerator#Current">
  284. <summary>
  285. Gets the current element from the collection
  286. </summary>
  287. </member>
  288. <member name="T:Syncfusion.Windows.Forms.InternalMenus.BasicAction">
  289. <exclude/>
  290. <summary>
  291. This class is the common base class for actions such as
  292. MenuActions, Editactions or plugins
  293. </summary>
  294. </member>
  295. <member name="M:Syncfusion.Windows.Forms.InternalMenus.BasicAction.InvokeAction(System.Object,System.EventArgs)">
  296. <summary>
  297. Inheriting actions must overwrite this method, it is called, when the action
  298. occurs.
  299. </summary>
  300. </member>
  301. <member name="P:Syncfusion.Windows.Forms.InternalMenus.BasicAction.MainWindow">
  302. <exclude/>
  303. </member>
  304. <member name="T:Syncfusion.Windows.Forms.InternalMenus.MenuFactory">
  305. <exclude/>
  306. </member>
  307. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuFactory.#ctor">
  308. <exclude/>
  309. </member>
  310. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuFactory.CreateMenuImp">
  311. <summary>Derived classes must implement to create a <see cref="T:Syncfusion.Windows.Forms.InternalMenus.MenuImp"/> object.</summary>
  312. </member>
  313. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuFactory.CreateToolBarImp">
  314. <summary>Derived classes must implement to create a <see cref="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarImp"/> object.</summary>
  315. </member>
  316. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuFactory.Menus">
  317. <exclude/>
  318. </member>
  319. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuFactory.ToolBars">
  320. <exclude/>
  321. </member>
  322. <member name="T:Syncfusion.Windows.Forms.InternalMenus.WinFormsMenuFactory">
  323. <exclude/>
  324. <summary>
  325. Summary description for WinFormsMenuFactory.
  326. </summary>
  327. </member>
  328. <member name="T:Syncfusion.Windows.Forms.InternalMenus.MenuImp">
  329. <exclude/>
  330. <summary>
  331. Abstract base class for menu implementation
  332. </summary>
  333. </member>
  334. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuImp.resourceManager">
  335. <exclude/>
  336. </member>
  337. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuImp.#ctor">
  338. <exclude/>
  339. </member>
  340. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuImp.CreateMenus(System.Resources.ResourceManager,Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection[])">
  341. <summary>Derived classes must override.</summary>
  342. </member>
  343. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuImp.GetShortcutByStringRep(System.String)">
  344. <summary>
  345. returns a Shortcut based on the string representation (e.g. CtrlN)
  346. </summary>
  347. <param name="stringRepresentation" type="string">
  348. <para>
  349. the string to convert into a Shortcut
  350. </para>
  351. </param>
  352. <returns>
  353. A System.Windows.Forms.Shortcut value...
  354. </returns>
  355. </member>
  356. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarButtonSeperator">
  357. <exclude/>
  358. </member>
  359. <member name="T:Syncfusion.Windows.Forms.InternalMenus.RichToolBarButton">
  360. <exclude/>
  361. </member>
  362. <member name="T:Syncfusion.Windows.Forms.InternalMenus.StandardToolBar">
  363. <exclude/>
  364. <summary>
  365. Toolbar to be used by default WinForms MenuFactory
  366. </summary>
  367. </member>
  368. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarImp">
  369. <exclude/>
  370. <summary>
  371. Abstract class used to provide implementation of ToolBars
  372. </summary>
  373. </member>
  374. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarImp.resourceManager">
  375. <exclude/>
  376. </member>
  377. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarImp.#ctor">
  378. <exclude/>
  379. </member>
  380. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarImp.CreateToolBars(System.Resources.ResourceManager,Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection[])">
  381. <summary>Derived classes must override.</summary>
  382. </member>
  383. <member name="T:Syncfusion.Windows.Forms.InternalMenus.WinFormsMenuImp">
  384. <exclude/>
  385. <summary>
  386. Implementation class for standard WinForms menu.
  387. </summary>
  388. </member>
  389. <member name="T:Syncfusion.Windows.Forms.InternalMenus.WinFormsToolBarImp">
  390. <exclude/>
  391. <summary>
  392. Summary description for XMLToolBarImp.
  393. </summary>
  394. </member>
  395. <member name="T:Syncfusion.Windows.Forms.InternalMenus.FactoryType">
  396. <exclude/>
  397. <summary>Type of menus to add</summary>
  398. </member>
  399. <member name="F:Syncfusion.Windows.Forms.InternalMenus.FactoryType.WinFormsMenuFactory">
  400. <exclude/>
  401. <summary>Standard WinForms menus</summary>
  402. </member>
  403. <member name="F:Syncfusion.Windows.Forms.InternalMenus.FactoryType.XPMenuFactory">
  404. <exclude/>
  405. <summary>XPMenus from Essential Tools if available</summary>
  406. </member>
  407. <member name="F:Syncfusion.Windows.Forms.InternalMenus.FactoryType.WhidbeyMenuFactory">
  408. <exclude/>
  409. <summary>New Whidbey menus</summary>
  410. </member>
  411. <member name="T:Syncfusion.Windows.Forms.InternalMenus.MenuLoader">
  412. <exclude/>
  413. <summary>
  414. MenuLoader contains static implementation of MenuFactories
  415. </summary>
  416. </member>
  417. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.CreateFactory(Syncfusion.Windows.Forms.InternalMenus.FactoryType,System.String,System.String[],System.String[],System.Resources.ResourceManager,System.Object)">
  418. <summary>
  419. Creates a MenuFactory
  420. </summary>
  421. <param name="defaultFactoryType" type="Syncfusion.Windows.Forms.InternalMenus.FactoryType">
  422. <para>
  423. Type of factory to create
  424. </para>
  425. </param>
  426. <param name="eventActionNamespace" type="string">
  427. <para>
  428. The fully qualified namespace that contains the menu actions
  429. </para>
  430. </param>
  431. <param name="toolbarDefinitionXmlResource" type="string[]">
  432. <para>
  433. String array of qualified names for toolbar resources that contain ToolbarDefinitions
  434. </para>
  435. </param>
  436. <param name="menuDefinitionXmlResource" type="string[]">
  437. <para>
  438. String array of qualified names for menu resources that contain MenuDefinitions
  439. </para>
  440. </param>
  441. <param name="resManager" type="System.Resources.ResourceManager">
  442. <para>
  443. The ResourceManager that contains the image/icon information
  444. </para>
  445. </param>
  446. <param name="parent" type="object">
  447. <para>
  448. The parent form/object that contains the menu
  449. </para>
  450. </param>
  451. <returns>
  452. A Syncfusion.Windows.Forms.InternalMenus.MenuFactory value...
  453. </returns>
  454. </member>
  455. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.CreateFactory(Syncfusion.Windows.Forms.InternalMenus.FactoryType,System.String,System.String,System.String,System.Resources.ResourceManager,System.Object)">
  456. <summary>
  457. Creates a MenuFactory
  458. </summary>
  459. <param name="defaultFactoryType" type="Syncfusion.Windows.Forms.InternalMenus.FactoryType">
  460. <para>
  461. Type of MenuFactory to create
  462. </para>
  463. </param>
  464. <param name="eventActionNamespace" type="string">
  465. <para>
  466. Fully qualified namespace that contains the action items
  467. </para>
  468. </param>
  469. <param name="toolbarItemStructXmlResource" type="string">
  470. <para>
  471. Resource in parent assembly that contains a ToolbarItemStructCollection
  472. </para>
  473. </param>
  474. <param name="menuItemStructXmlResource" type="string">
  475. <para>
  476. Resource in parent assembly that contains a MenuItemStructCollection
  477. </para>
  478. </param>
  479. <param name="resManager" type="System.Resources.ResourceManager">
  480. <para>
  481. ResourceManager that contains the icon/image resources
  482. </para>
  483. </param>
  484. <param name="parent" type="object">
  485. <para>
  486. The parent form/object that contains the menu.
  487. </para>
  488. </param>
  489. <returns>
  490. A Syncfusion.Windows.Forms.InternalMenus.MenuFactory value...
  491. </returns>
  492. </member>
  493. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.CreateFactory(Syncfusion.Windows.Forms.InternalMenus.FactoryType,System.String,System.IO.Stream,System.IO.Stream,System.Resources.ResourceManager,System.Object)">
  494. <summary>
  495. Creates a MenuFactory
  496. </summary>
  497. <param name="defaultFactoryType" type="Syncfusion.Windows.Forms.InternalMenus.FactoryType">
  498. <para>
  499. Type of MenuFactory to create
  500. </para>
  501. </param>
  502. <param name="eventActionNamespace" type="string">
  503. <para>
  504. Fully qualified namespace that contains the action items
  505. </para>
  506. </param>
  507. <param name="toolbarItemCollectionXmlStream" type="System.IO.Stream">
  508. <para>
  509. Stream that contains the ToolbarItemStructCollection
  510. </para>
  511. </param>
  512. <param name="menuItemCollectionXmlStream" type="System.IO.Stream">
  513. <para>
  514. Stream that contains the MenuItemStructCollection
  515. </para>
  516. </param>
  517. <param name="resManager" type="System.Resources.ResourceManager">
  518. <para>
  519. ResourceManager containing the icon/image resources for the menu
  520. </para>
  521. </param>
  522. <param name="parent" type="object">
  523. <para>
  524. Parent form/object that contains the menu
  525. </para>
  526. </param>
  527. <returns>
  528. A Syncfusion.Windows.Forms.InternalMenus.MenuFactory value...
  529. </returns>
  530. </member>
  531. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.CreateFactory(Syncfusion.Windows.Forms.InternalMenus.FactoryType,System.String,Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection,Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection,System.Resources.ResourceManager,System.Object)">
  532. <summary>
  533. Creates a MenuFactory
  534. </summary>
  535. <param name="defaultFactoryType" type="Syncfusion.Windows.Forms.InternalMenus.FactoryType">
  536. <para>
  537. Type of MenuFactory to create
  538. </para>
  539. </param>
  540. <param name="eventActionNamespace" type="string">
  541. <para>
  542. Fully qualified namespace containing the action items
  543. </para>
  544. </param>
  545. <param name="toolbarItemStructCollection" type="Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection">
  546. <para>
  547. The ToolbarItemStructCollection to create
  548. </para>
  549. </param>
  550. <param name="menuItemStructCollection" type="Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection">
  551. <para>
  552. The MenuItemStructCollection to create
  553. </para>
  554. </param>
  555. <param name="resManager" type="System.Resources.ResourceManager">
  556. <para>
  557. The ResourceManager that contains the icon/image resources
  558. </para>
  559. </param>
  560. <param name="parent" type="object">
  561. <para>
  562. Parent form/object that contains the menu
  563. </para>
  564. </param>
  565. <returns>
  566. A Syncfusion.Windows.Forms.InternalMenus.MenuFactory value...
  567. </returns>
  568. </member>
  569. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.CreateFactory(Syncfusion.Windows.Forms.InternalMenus.FactoryType,System.String,Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection[],Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection[],System.Resources.ResourceManager,System.Object)">
  570. <summary>
  571. Creates a MenuFactory
  572. </summary>
  573. <param name="defaultFactoryType" type="Syncfusion.Windows.Forms.InternalMenus.FactoryType">
  574. <para>
  575. Type of MenuFactory to create
  576. </para>
  577. </param>
  578. <param name="eventActionNamespace" type="string">
  579. <para>
  580. Fully qualified namespace that contains the action items
  581. </para>
  582. </param>
  583. <param name="toolbarItemStructs" type="Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection[]">
  584. <para>
  585. Array of ToolBarItemStructCollections to create multiple toolbars
  586. </para>
  587. </param>
  588. <param name="menuItemStructs" type="Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection[]">
  589. <para>
  590. Array of MenuItemStructCollections to create multiple menus
  591. </para>
  592. </param>
  593. <param name="resManager" type="System.Resources.ResourceManager">
  594. <para>
  595. ResourceManager containing the image resources
  596. </para>
  597. </param>
  598. <param name="parent" type="object">
  599. <para>
  600. Parent form/object that contains the menu
  601. </para>
  602. </param>
  603. <returns>
  604. A Syncfusion.Windows.Forms.InternalMenus.MenuFactory value...
  605. </returns>
  606. </member>
  607. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.CreateFactory(Syncfusion.Windows.Forms.InternalMenus.FactoryType)">
  608. <summary>
  609. Creates the MenuFactory based on toolbar/menu items provided by the public constructors
  610. </summary>
  611. <param name="fType" type="Syncfusion.Windows.Forms.InternalMenus.FactoryType">
  612. <para>
  613. The type of MenuFactory to create.
  614. </para>
  615. </param>
  616. <returns>
  617. A Syncfusion.Windows.Forms.InternalMenus.MenuFactory value...
  618. </returns>
  619. </member>
  620. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.GetMenuItemStructCollections(System.String[])">
  621. <summary>
  622. Constructs a MenuItemStructCollection[] based on MenuDefinition resources in the parent's assembly
  623. </summary>
  624. <param name="menuDefinitionsInParent" type="string[]">
  625. <para>
  626. Qualified resource name that contains the MenuDefinitions
  627. </para>
  628. </param>
  629. <returns>
  630. A Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection[] value...
  631. </returns>
  632. </member>
  633. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.GetToolBarItemStructCollections(System.String[])">
  634. <summary>
  635. Constructs a ToolBarItemStructCollection[] based on ToolBarDefinition resources in the parent's assembly
  636. </summary>
  637. <param name="toolbarDefinitionsInParent" type="string[]">
  638. <para>
  639. Qualified resource name that contains the ToolBarDefinitions
  640. </para>
  641. </param>
  642. <returns>
  643. A Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection[] value...
  644. </returns>
  645. </member>
  646. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.SetItemStructCollections(System.String[],System.Type)">
  647. <summary>
  648. Returns an ArrayList of either MenuItemStructCollections or ToolBarItemStructCollections
  649. </summary>
  650. <param name="resourcesInParent" type="string[]">
  651. <para>
  652. The resources in the parent's assembly
  653. </para>
  654. </param>
  655. <param name="itemStructCollectionType" type="System.Type">
  656. <para>
  657. typeof(ToolBarItemStructCollection) or typeof(MenuItemStructCollection)
  658. </para>
  659. </param>
  660. <returns>
  661. A System.Collections.ArrayList value...
  662. </returns>
  663. </member>
  664. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.SetItemStructCollection(System.IO.Stream,System.Type)">
  665. <summary>
  666. Returns either a MenuItemStructCollection or a ToolBarItemStructCollection
  667. </summary>
  668. <param name="xmlStream" type="System.IO.Stream">
  669. <para>
  670. The stream to read the collection from
  671. </para>
  672. </param>
  673. <param name="itemStructCollectionType" type="System.Type">
  674. <para>
  675. typeof(ToolBarItemStructCollection) or typeof(MenuItemStructCollection)
  676. </para>
  677. </param>
  678. <returns>
  679. A object value...
  680. </returns>
  681. </member>
  682. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuLoader.SetItemStructCollection(System.String,System.Type)">
  683. <summary>
  684. Returns either a MenuItemStructCollection or a ToolBarItemStructCollection
  685. </summary>
  686. <param name="resourceInParent" type="string">
  687. <para>
  688. The fully qualified resource name in the parent's assembly
  689. </para>
  690. </param>
  691. <param name="itemStructCollectionType" type="System.Type">
  692. <para>
  693. typeof(ToolBarItemStructCollection) or typeof(MenuItemStructCollection)
  694. </para>
  695. </param>
  696. <returns>
  697. A object value...
  698. </returns>
  699. </member>
  700. <member name="T:Syncfusion.Windows.Forms.InternalMenus.Images">
  701. <exclude/>
  702. <summary>
  703. Wrapper object that controls the images used in the menu and toolbar implementations
  704. </summary>
  705. </member>
  706. <member name="M:Syncfusion.Windows.Forms.InternalMenus.Images.AddToImageList(System.Int32)">
  707. <summary>
  708. Adds an image to the internal image list from the internal imageCollection at the specified index
  709. </summary>
  710. </member>
  711. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ImageStruct">
  712. <exclude/>
  713. </member>
  714. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection">
  715. <exclude/>
  716. <summary>
  717. A collection that stores 'ImageStruct' objects.
  718. </summary>
  719. </member>
  720. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.#ctor">
  721. <summary>
  722. Initializes a new instance of 'ImageStructCollection'.
  723. </summary>
  724. </member>
  725. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection)">
  726. <summary>
  727. Initializes a new instance of 'ImageStructCollection' based on an already existing instance.
  728. </summary>
  729. <param name='imaValue'>
  730. A 'ImageStructCollection' from which the contents is copied
  731. </param>
  732. </member>
  733. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.ImageStruct[])">
  734. <summary>
  735. Initializes a new instance of 'ImageStructCollection' with an array of 'ImageStruct' objects.
  736. </summary>
  737. <param name='imaValue'>
  738. An array of 'ImageStruct' objects with which to initialize the collection
  739. </param>
  740. </member>
  741. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.Add(Syncfusion.Windows.Forms.InternalMenus.ImageStruct)">
  742. <summary>
  743. Adds a 'ImageStruct' item with the specified value to the 'ImageStructCollection'
  744. </summary>
  745. <param name='imaValue'>
  746. The 'ImageStruct' to add.
  747. </param>
  748. <returns>
  749. The index at which the new element was inserted.
  750. </returns>
  751. </member>
  752. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.ImageStruct[])">
  753. <summary>
  754. Copies the elements of an array at the end of this instance of 'ImageStructCollection'.
  755. </summary>
  756. <param name='imaValue'>
  757. An array of 'ImageStruct' objects to add to the collection.
  758. </param>
  759. </member>
  760. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection)">
  761. <summary>
  762. Adds the contents of another 'ImageStructCollection' at the end of this instance.
  763. </summary>
  764. <param name='imaValue'>
  765. A 'ImageStructCollection' containing the objects to add to the collection.
  766. </param>
  767. </member>
  768. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.Contains(Syncfusion.Windows.Forms.InternalMenus.ImageStruct)">
  769. <summary>
  770. Gets a value indicating whether the 'ImageStructCollection' contains the specified value.
  771. </summary>
  772. <param name='imaValue'>
  773. The item to locate.
  774. </param>
  775. <returns>
  776. True if the item exists in the collection; false otherwise.
  777. </returns>
  778. </member>
  779. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.IndexOf(System.String,System.Boolean,System.Resources.ResourceManager)">
  780. <summary>
  781. Gets a value indicating the index within 'ImageStructCollection' of an ImageStruct with the specified resource name.
  782. </summary>
  783. <param name='resourceName'>
  784. The value to locate.
  785. </param>
  786. <param name="addIfNotFound">
  787. True to add the image if it does not exist
  788. </param>
  789. <param name="manager">
  790. The Resource Manager that contains the image
  791. </param>
  792. <returns>
  793. True if the item exists in the collection; false otherwise.
  794. </returns>
  795. </member>
  796. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.CopyTo(Syncfusion.Windows.Forms.InternalMenus.ImageStruct[],System.Int32)">
  797. <summary>
  798. Copies the 'ImageStructCollection' values to a one-dimensional System.Array
  799. instance starting at the specified array index.
  800. </summary>
  801. <param name='imaArray'>
  802. The one-dimensional System.Array that represents the copy destination.
  803. </param>
  804. <param name='intIndex'>
  805. The index in the array where copying begins.
  806. </param>
  807. </member>
  808. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.IndexOf(Syncfusion.Windows.Forms.InternalMenus.ImageStruct)">
  809. <summary>
  810. Returns the index of a 'ImageStruct' object in the collection.
  811. </summary>
  812. <param name='imaValue'>
  813. The 'ImageStruct' object whose index will be retrieved.
  814. </param>
  815. <returns>
  816. If found, the index of the value; otherwise, -1.
  817. </returns>
  818. </member>
  819. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.Insert(System.Int32,Syncfusion.Windows.Forms.InternalMenus.ImageStruct)">
  820. <summary>
  821. Inserts an existing 'ImageStruct' into the collection at the specified index.
  822. </summary>
  823. <param name='intIndex'>
  824. The zero-based index where the new item should be inserted.
  825. </param>
  826. <param name='imaValue'>
  827. The item to insert.
  828. </param>
  829. </member>
  830. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.GetEnumerator">
  831. <summary>
  832. Returns an enumerator that can be used to iterate through
  833. the 'ImageStructCollection'.
  834. </summary>
  835. </member>
  836. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.Remove(Syncfusion.Windows.Forms.InternalMenus.ImageStruct)">
  837. <summary>
  838. Removes a specific item from the 'ImageStructCollection'.
  839. </summary>
  840. <param name='imaValue'>
  841. The item to remove from the 'ImageStructCollection'.
  842. </param>
  843. </member>
  844. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.Item(System.Int32)">
  845. <summary>
  846. Represents the 'ImageStruct' item at the specified index position.
  847. </summary>
  848. <param name='intIndex'>
  849. The zero-based index of the entry to locate in the collection.
  850. </param>
  851. <value>
  852. The entry at the specified index of the collection.
  853. </value>
  854. </member>
  855. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator">
  856. <exclude/>
  857. <summary>
  858. A strongly typed enumerator for 'ImageStructCollection'
  859. </summary>
  860. </member>
  861. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator.#ctor(Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection)">
  862. <summary>
  863. Enumerator constructor
  864. </summary>
  865. </member>
  866. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator.MoveNext">
  867. <summary>
  868. Advances the enumerator to the next element of the collection
  869. </summary>
  870. </member>
  871. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator.System#Collections#IEnumerator#MoveNext">
  872. <summary>
  873. Advances the enumerator to the next element of the collection
  874. </summary>
  875. </member>
  876. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator.Reset">
  877. <summary>
  878. Sets the enumerator to the first element in the collection
  879. </summary>
  880. </member>
  881. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator.System#Collections#IEnumerator#Reset">
  882. <summary>
  883. Sets the enumerator to the first element in the collection
  884. </summary>
  885. </member>
  886. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator.Current">
  887. <summary>
  888. Gets the current element from the collection (strongly typed)
  889. </summary>
  890. </member>
  891. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ImageStructCollection.ImageStructEnumerator.System#Collections#IEnumerator#Current">
  892. <summary>
  893. Gets the current element from the collection
  894. </summary>
  895. </member>
  896. <member name="T:Syncfusion.Windows.Forms.InternalMenus.MenuDefinition">
  897. <exclude/>
  898. <summary>
  899. Defines a Menu by a name and MenuItemStructCollection
  900. </summary>
  901. </member>
  902. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuDefinition.#ctor">
  903. <summary>
  904. Creates an empty MenuDefinition
  905. </summary>
  906. </member>
  907. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuDefinition.#ctor(System.String,Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection)">
  908. <summary>
  909. Constructs a MenuDefinition given the Name and MenuItemStructCollection
  910. </summary>
  911. <param name="mName" type="string">
  912. <para>
  913. Name of the menu
  914. </para>
  915. </param>
  916. <param name="misCollection" type="Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection">
  917. <para>
  918. The MenuItemStructCollection used to create the menu
  919. </para>
  920. </param>
  921. </member>
  922. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuDefinition.MenuName">
  923. <summary>
  924. Name of the contained menu
  925. </summary>
  926. </member>
  927. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuDefinition.MenuItems">
  928. <summary>
  929. Collection of <see cref="T:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct"/> objects defining the contained menu items.
  930. </summary>
  931. </member>
  932. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarDefinition">
  933. <exclude/>
  934. <summary>
  935. Defines a Toolbar by name and ToolBarItemStructCollection
  936. </summary>
  937. </member>
  938. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarDefinition.#ctor">
  939. <summary>
  940. Creates an empty ToolBarDefinition
  941. </summary>
  942. </member>
  943. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarDefinition.#ctor(System.String,Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection)">
  944. <summary>
  945. Creates a ToolBarDefinition given the name and ToolBarItemStructCollection
  946. </summary>
  947. <param name="tName" type="string">
  948. <para>
  949. Name of the menu
  950. </para>
  951. </param>
  952. <param name="tisCollection" type="Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection">
  953. <para>
  954. ToolBarItemStructCollection used to create the toolbar
  955. </para>
  956. </param>
  957. <returns>
  958. A void value...
  959. </returns>
  960. </member>
  961. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ToolBarDefinition.ToolBarName">
  962. <summary>
  963. Name of the defined Toolbar
  964. </summary>
  965. </member>
  966. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ToolBarDefinition.ToolBarItems">
  967. <summary>
  968. Collection of <see cref="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct"/> objects that defines the items in the toolbar.
  969. </summary>
  970. </member>
  971. <member name="T:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct">
  972. <exclude/>
  973. <summary>Internal structure used for menu items</summary>
  974. </member>
  975. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.text">
  976. <exclude/>
  977. <summary>Text to display</summary>
  978. </member>
  979. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.iconResource">
  980. <exclude/>
  981. <summary>Resource of the icon</summary>
  982. </member>
  983. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.shortcutText">
  984. <exclude/>
  985. <summary>Tooltip information</summary>
  986. </member>
  987. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.parent">
  988. <exclude/>
  989. <summary>obsolete</summary>
  990. </member>
  991. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.hasChildren">
  992. <exclude/>
  993. <summary>obsolete</summary>
  994. </member>
  995. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.shortcut">
  996. <exclude/>
  997. <summary>String format of Shortcut. e.g. CtrlN</summary>
  998. </member>
  999. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.eventHandler">
  1000. <exclude/>
  1001. <summary>Name of the event handler</summary>
  1002. </member>
  1003. <member name="F:Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct.children">
  1004. <exclude/>
  1005. <summary>Children of the menu item</summary>
  1006. </member>
  1007. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct">
  1008. <exclude/>
  1009. <summary>Internal structure used for toolbar items</summary>
  1010. </member>
  1011. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct.iconResource">
  1012. <exclude/>
  1013. <summary>Resource of the icon</summary>
  1014. </member>
  1015. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct.shortcutText">
  1016. <exclude/>
  1017. <summary>Tooltip information</summary>
  1018. </member>
  1019. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct.text">
  1020. <exclude/>
  1021. <summary>Text to display</summary>
  1022. </member>
  1023. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct.eventHandler">
  1024. <exclude/>
  1025. <summary>Name of the event handler</summary>
  1026. </member>
  1027. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct.style">
  1028. <summary>
  1029. Availabe styles are Button,ToggleButton,Radio,CheckBox,TextBox and ComboBox
  1030. </summary>
  1031. </member>
  1032. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct.width">
  1033. <exclude/>
  1034. <summary>Width of the button if custom drawn</summary>
  1035. </member>
  1036. <member name="F:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct.height">
  1037. <exclude/>
  1038. <summary>Height of the button if custom drawn</summary>
  1039. </member>
  1040. <member name="T:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection">
  1041. <exclude/>
  1042. <summary>
  1043. A collection that stores 'MenuItemStruct' objects.
  1044. </summary>
  1045. </member>
  1046. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.#ctor">
  1047. <summary>
  1048. Initializes a new instance of 'MenuItemStructCollection'.
  1049. </summary>
  1050. </member>
  1051. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection)">
  1052. <summary>
  1053. Initializes a new instance of 'MenuItemStructCollection' based on an already existing instance.
  1054. </summary>
  1055. <param name='menValue'>
  1056. A 'MenuItemStructCollection' from which the contents is copied
  1057. </param>
  1058. </member>
  1059. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct[])">
  1060. <summary>
  1061. Initializes a new instance of 'MenuItemStructCollection' with an array of 'MenuItemStruct' objects.
  1062. </summary>
  1063. <param name='menValue'>
  1064. An array of 'MenuItemStruct' objects with which to initialize the collection
  1065. </param>
  1066. </member>
  1067. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.Add(Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct)">
  1068. <summary>
  1069. Adds a 'MenuItemStruct' item with the specified value to the 'MenuItemStructCollection'
  1070. </summary>
  1071. <param name='menValue'>
  1072. The 'MenuItemStruct' to add.
  1073. </param>
  1074. <returns>
  1075. The index at which the new element was inserted.
  1076. </returns>
  1077. </member>
  1078. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct[])">
  1079. <summary>
  1080. Copies the elements of an array at the end of this instance of 'MenuItemStructCollection'.
  1081. </summary>
  1082. <param name='menValue'>
  1083. An array of 'MenuItemStruct' objects to add to the collection.
  1084. </param>
  1085. </member>
  1086. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection)">
  1087. <summary>
  1088. Adds the contents of another 'MenuItemStructCollection' at the end of this instance.
  1089. </summary>
  1090. <param name='menValue'>
  1091. A 'MenuItemStructCollection' containing the objects to add to the collection.
  1092. </param>
  1093. </member>
  1094. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.Contains(Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct)">
  1095. <summary>
  1096. Gets a value indicating whether the 'MenuItemStructCollection' contains the specified value.
  1097. </summary>
  1098. <param name='menValue'>
  1099. The item to locate.
  1100. </param>
  1101. <returns>
  1102. True if the item exists in the collection; false otherwise.
  1103. </returns>
  1104. </member>
  1105. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.CopyTo(Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct[],System.Int32)">
  1106. <summary>
  1107. Copies the 'MenuItemStructCollection' values to a one-dimensional System.Array
  1108. instance starting at the specified array index.
  1109. </summary>
  1110. <param name='menArray'>
  1111. The one-dimensional System.Array that represents the copy destination.
  1112. </param>
  1113. <param name='intIndex'>
  1114. The index in the array where copying begins.
  1115. </param>
  1116. </member>
  1117. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.IndexOf(Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct)">
  1118. <summary>
  1119. Returns the index of a 'MenuItemStruct' object in the collection.
  1120. </summary>
  1121. <param name='menValue'>
  1122. The 'MenuItemStruct' object whose index will be retrieved.
  1123. </param>
  1124. <returns>
  1125. If found, the index of the value; otherwise, -1.
  1126. </returns>
  1127. </member>
  1128. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.Insert(System.Int32,Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct)">
  1129. <summary>
  1130. Inserts an existing 'MenuItemStruct' into the collection at the specified index.
  1131. </summary>
  1132. <param name='intIndex'>
  1133. The zero-based index where the new item should be inserted.
  1134. </param>
  1135. <param name='menValue'>
  1136. The item to insert.
  1137. </param>
  1138. </member>
  1139. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.GetEnumerator">
  1140. <summary>
  1141. Returns an enumerator that can be used to iterate through
  1142. the 'MenuItemStructCollection'.
  1143. </summary>
  1144. </member>
  1145. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.Remove(Syncfusion.Windows.Forms.InternalMenus.MenuItemStruct)">
  1146. <summary>
  1147. Removes a specific item from the 'MenuItemStructCollection'.
  1148. </summary>
  1149. <param name='menValue'>
  1150. The item to remove from the 'MenuItemStructCollection'.
  1151. </param>
  1152. </member>
  1153. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuName">
  1154. <exclude/>
  1155. <summary>Name of the menu</summary>
  1156. </member>
  1157. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.Item(System.Int32)">
  1158. <summary>
  1159. Represents the 'MenuItemStruct' item at the specified index position.
  1160. </summary>
  1161. <param name='intIndex'>
  1162. The zero-based index of the entry to locate in the collection.
  1163. </param>
  1164. <value>
  1165. The entry at the specified index of the collection.
  1166. </value>
  1167. </member>
  1168. <member name="T:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator">
  1169. <exclude/>
  1170. <summary>
  1171. A strongly typed enumerator for 'MenuItemStructCollection'
  1172. </summary>
  1173. </member>
  1174. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator.#ctor(Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection)">
  1175. <summary>
  1176. Enumerator constructor
  1177. </summary>
  1178. </member>
  1179. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator.MoveNext">
  1180. <summary>
  1181. Advances the enumerator to the next element of the collection
  1182. </summary>
  1183. </member>
  1184. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator.System#Collections#IEnumerator#MoveNext">
  1185. <summary>
  1186. Advances the enumerator to the next element of the collection
  1187. </summary>
  1188. </member>
  1189. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator.Reset">
  1190. <summary>
  1191. Sets the enumerator to the first element in the collection
  1192. </summary>
  1193. </member>
  1194. <member name="M:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator.System#Collections#IEnumerator#Reset">
  1195. <summary>
  1196. Sets the enumerator to the first element in the collection
  1197. </summary>
  1198. </member>
  1199. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator.Current">
  1200. <summary>
  1201. Gets the current element from the collection (strongly typed)
  1202. </summary>
  1203. </member>
  1204. <member name="P:Syncfusion.Windows.Forms.InternalMenus.MenuItemStructCollection.MenuItemStructEnumerator.System#Collections#IEnumerator#Current">
  1205. <summary>
  1206. Gets the current element from the collection
  1207. </summary>
  1208. </member>
  1209. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection">
  1210. <exclude/>
  1211. <summary>
  1212. A collection that stores 'ToolBarItemStruct' objects.
  1213. </summary>
  1214. </member>
  1215. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.#ctor">
  1216. <summary>
  1217. Initializes a new instance of 'ToolBarItemStructCollection'.
  1218. </summary>
  1219. </member>
  1220. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection)">
  1221. <summary>
  1222. Initializes a new instance of 'ToolBarItemStructCollection' based on an already existing instance.
  1223. </summary>
  1224. <param name='tooValue'>
  1225. A 'ToolBarItemStructCollection' from which the contents is copied
  1226. </param>
  1227. </member>
  1228. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.#ctor(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct[])">
  1229. <summary>
  1230. Initializes a new instance of 'ToolBarItemStructCollection' with an array of 'ToolBarItemStruct' objects.
  1231. </summary>
  1232. <param name='tooValue'>
  1233. An array of 'ToolBarItemStruct' objects with which to initialize the collection
  1234. </param>
  1235. </member>
  1236. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.Add(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct)">
  1237. <summary>
  1238. Adds a 'ToolBarItemStruct' item with the specified value to the 'ToolBarItemStructCollection'
  1239. </summary>
  1240. <param name='tooValue'>
  1241. The 'ToolBarItemStruct' to add.
  1242. </param>
  1243. <returns>
  1244. The index at which the new element was inserted.
  1245. </returns>
  1246. </member>
  1247. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct[])">
  1248. <summary>
  1249. Copies the elements of an array at the end of this instance of 'ToolBarItemStructCollection'.
  1250. </summary>
  1251. <param name='tooValue'>
  1252. An array of 'ToolBarItemStruct' objects to add to the collection.
  1253. </param>
  1254. </member>
  1255. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.AddRange(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection)">
  1256. <summary>
  1257. Adds the contents of another 'ToolBarItemStructCollection' at the end of this instance.
  1258. </summary>
  1259. <param name='tooValue'>
  1260. A 'ToolBarItemStructCollection' containing the objects to add to the collection.
  1261. </param>
  1262. </member>
  1263. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.Contains(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct)">
  1264. <summary>
  1265. Gets a value indicating whether the 'ToolBarItemStructCollection' contains the specified value.
  1266. </summary>
  1267. <param name='tooValue'>
  1268. The item to locate.
  1269. </param>
  1270. <returns>
  1271. True if the item exists in the collection; false otherwise.
  1272. </returns>
  1273. </member>
  1274. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.CopyTo(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct[],System.Int32)">
  1275. <summary>
  1276. Copies the 'ToolBarItemStructCollection' values to a one-dimensional System.Array
  1277. instance starting at the specified array index.
  1278. </summary>
  1279. <param name='tooArray'>
  1280. The one-dimensional System.Array that represents the copy destination.
  1281. </param>
  1282. <param name='intIndex'>
  1283. The index in the array where copying begins.
  1284. </param>
  1285. </member>
  1286. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.IndexOf(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct)">
  1287. <summary>
  1288. Returns the index of a 'ToolBarItemStruct' object in the collection.
  1289. </summary>
  1290. <param name='tooValue'>
  1291. The 'ToolBarItemStruct' object whose index will be retrieved.
  1292. </param>
  1293. <returns>
  1294. If found, the index of the value; otherwise, -1.
  1295. </returns>
  1296. </member>
  1297. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.Insert(System.Int32,Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct)">
  1298. <summary>
  1299. Inserts an existing 'ToolBarItemStruct' into the collection at the specified index.
  1300. </summary>
  1301. <param name='intIndex'>
  1302. The zero-based index where the new item should be inserted.
  1303. </param>
  1304. <param name='tooValue'>
  1305. The item to insert.
  1306. </param>
  1307. </member>
  1308. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.GetEnumerator">
  1309. <summary>
  1310. Returns an enumerator that can be used to iterate through
  1311. the 'ToolBarItemStructCollection'.
  1312. </summary>
  1313. </member>
  1314. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.Remove(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStruct)">
  1315. <summary>
  1316. Removes a specific item from the 'ToolBarItemStructCollection'.
  1317. </summary>
  1318. <param name='tooValue'>
  1319. The item to remove from the 'ToolBarItemStructCollection'.
  1320. </param>
  1321. </member>
  1322. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarName">
  1323. <exclude/>
  1324. <summary>Name of the toolbar</summary>
  1325. </member>
  1326. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.Item(System.Int32)">
  1327. <summary>
  1328. Represents the 'ToolBarItemStruct' item at the specified index position.
  1329. </summary>
  1330. <param name='intIndex'>
  1331. The zero-based index of the entry to locate in the collection.
  1332. </param>
  1333. <value>
  1334. The entry at the specified index of the collection.
  1335. </value>
  1336. </member>
  1337. <member name="T:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator">
  1338. <exclude/>
  1339. <summary>
  1340. A strongly typed enumerator for 'ToolBarItemStructCollection'
  1341. </summary>
  1342. </member>
  1343. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator.#ctor(Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection)">
  1344. <summary>
  1345. Enumerator constructor
  1346. </summary>
  1347. </member>
  1348. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator.MoveNext">
  1349. <summary>
  1350. Advances the enumerator to the next element of the collection
  1351. </summary>
  1352. </member>
  1353. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator.System#Collections#IEnumerator#MoveNext">
  1354. <summary>
  1355. Advances the enumerator to the next element of the collection
  1356. </summary>
  1357. </member>
  1358. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator.Reset">
  1359. <summary>
  1360. Sets the enumerator to the first element in the collection
  1361. </summary>
  1362. </member>
  1363. <member name="M:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator.System#Collections#IEnumerator#Reset">
  1364. <summary>
  1365. Sets the enumerator to the first element in the collection
  1366. </summary>
  1367. </member>
  1368. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator.Current">
  1369. <summary>
  1370. Gets the current element from the collection (strongly typed)
  1371. </summary>
  1372. </member>
  1373. <member name="P:Syncfusion.Windows.Forms.InternalMenus.ToolBarItemStructCollection.ToolBarItemStructEnumerator.System#Collections#IEnumerator#Current">
  1374. <summary>
  1375. Gets the current element from the collection
  1376. </summary>
  1377. </member>
  1378. </members>
  1379. </doc>