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.

9146 lines
496 KiB

1 year ago
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Syncfusion.Core.WinForms</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Syncfusion.WinForms.Core.Enums.PopupCloseAction">
  8. <summary>
  9. Specifies the way in which a popup was closed.
  10. </summary>
  11. <remarks>
  12. This information is usually provided in a
  13. PopupControlContainer's <see cref="E:Syncfusion.Windows.Core.PopupControlContainer.CloseUp"/> event.
  14. You can use it to determine, in some cases, whether or not
  15. to use the updated data in a popup.
  16. </remarks>
  17. </member>
  18. <member name="F:Syncfusion.WinForms.Core.Enums.PopupCloseAction.Done">
  19. <summary>
  20. The user wants the changes made in the popup to be applied.
  21. </summary>
  22. </member>
  23. <member name="F:Syncfusion.WinForms.Core.Enums.PopupCloseAction.Canceled">
  24. <summary>
  25. The user canceled the popup and expects the changes, if any, to be ignored.
  26. </summary>
  27. </member>
  28. <member name="F:Syncfusion.WinForms.Core.Enums.PopupCloseAction.Deactivated">
  29. <summary>
  30. The popup was deactivated due to the user clicking in some
  31. other window, a different application getting focus, etc.
  32. </summary>
  33. </member>
  34. <member name="T:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment">
  35. <summary>
  36. Specifies the relative alignment of a popup child about its parent.
  37. </summary>
  38. </member>
  39. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.TopLeft">
  40. <summary>
  41. The child will be aligned to the parent's top-left corner
  42. and drawn upwards and to the right of the parent's left border.
  43. </summary>
  44. </member>
  45. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.TopRight">
  46. <summary>
  47. The child will be aligned to the parent's top-right corner
  48. and drawn upwards and to the left of the parent's right border.
  49. </summary>
  50. </member>
  51. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.RightTop">
  52. <summary>
  53. The child will be aligned to the parent's top-right corner
  54. and drawn downwards and to the right of the parent.
  55. </summary>
  56. </member>
  57. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.RightBottom">
  58. <summary>
  59. The child will be aligned to the parent's bottom-right corner
  60. and drawn upwards and to the right of the parent.
  61. </summary>
  62. </member>
  63. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.BottomLeft">
  64. <summary>
  65. The child will be aligned to the parent's bottom-left corner
  66. and drawn downwards and to the right of the parent's left border.
  67. </summary>
  68. </member>
  69. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.BottomRight">
  70. <summary>
  71. The child will be aligned to the parent's bottom-right corner
  72. and drawn downwards and to the left of the parent's right border.
  73. </summary>
  74. </member>
  75. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.LeftTop">
  76. <summary>
  77. The child will be aligned to the parent's top-left corner
  78. and drawn downwards and to the left of the parent.
  79. </summary>
  80. </member>
  81. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.LeftBottom">
  82. <summary>
  83. The child will be aligned to the parent's bottom-left corner
  84. and drawn downwards and to the right of the parent.
  85. </summary>
  86. </member>
  87. <member name="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center">
  88. <summary>
  89. Does not indicate any of the above alignments.
  90. </summary>
  91. </member>
  92. <member name="T:Syncfusion.WinForms.Core.PopupHostBase">
  93. <summary>
  94. The top level form-derived class that hosts a <see cref="P:Syncfusion.WinForms.Core.PopupHostBase.PopupControlContainer"/>
  95. when it is dropped-down.
  96. </summary>
  97. <remarks>
  98. <para>You will normally not have to use this class or refer to
  99. an instance of this class. An instance of this class will
  100. be automatically generated by the <see cref="P:Syncfusion.WinForms.Core.PopupHostBase.PopupControlContainer"/> which
  101. will then set this as its parent when <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.ShowPopup(System.Drawing.Point)"/> is called on it.</para>
  102. <para>
  103. However, you can for example access an instance of this
  104. class from the PopupControlContainer and change certain properties.
  105. </para>
  106. <para>
  107. You can include a shadow in your popups by setting the NeedShadow property.
  108. </para>
  109. </remarks>
  110. </member>
  111. <member name="F:Syncfusion.WinForms.Core.PopupHostBase.showShadow">
  112. <summary>
  113. The boolean value.
  114. </summary>
  115. </member>
  116. <member name="F:Syncfusion.WinForms.Core.PopupHostBase.alignment">
  117. <summary>
  118. The alignment.
  119. </summary>
  120. </member>
  121. <member name="F:Syncfusion.WinForms.Core.PopupHostBase.aboutToShow">
  122. <summary>
  123. The boolean value.
  124. </summary>
  125. </member>
  126. <member name="F:Syncfusion.WinForms.Core.PopupHostBase.overlapBorderColor">
  127. <summary>
  128. The border color.
  129. </summary>
  130. </member>
  131. <member name="F:Syncfusion.WinForms.Core.PopupHostBase.borderGap">
  132. <summary>
  133. The border gap.
  134. </summary>
  135. </member>
  136. <member name="F:Syncfusion.WinForms.Core.PopupHostBase.popupControlContainer">
  137. <summary>
  138. Gets or sets the popup control container.
  139. </summary>
  140. </member>
  141. <member name="F:Syncfusion.WinForms.Core.PopupHostBase.ignoreWorkingArea">
  142. <summary>
  143. Ignore working area when menu begin popup.
  144. </summary>
  145. </member>
  146. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.#ctor">
  147. <summary>
  148. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.PopupHostBase"/> class.
  149. </summary>
  150. </member>
  151. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.SuspendLayout">
  152. <summary>
  153. Suspend layout operation.
  154. </summary>
  155. </member>
  156. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.ResumeLayout(System.Boolean)">
  157. <summary>
  158. Resume the layout operation.
  159. </summary>
  160. <param name="preformLayout">The boolean value.</param>
  161. </member>
  162. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.IsShowing">
  163. <summary>
  164. Checks whether the popup is shown or not.
  165. </summary>
  166. <returns>Returns the boolean value.</returns>
  167. </member>
  168. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.Show">
  169. <summary>
  170. Shows the popup.
  171. </summary>
  172. </member>
  173. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.HidePopup">
  174. <summary>
  175. Hides the popup.
  176. </summary>
  177. </member>
  178. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.ComputeLayout">
  179. <summary>
  180. Computes size and position of popup.
  181. </summary>
  182. </member>
  183. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.WndProc(System.Windows.Forms.Message@)">
  184. <summary>
  185. Overridden. See <see cref="M:System.Windows.Forms.Control.WndProc"/>.
  186. </summary>
  187. <param name="m">The message.</param>
  188. </member>
  189. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.DetachPopup">
  190. <summary>
  191. Releases the popup.
  192. </summary>
  193. </member>
  194. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.AttachPopup">
  195. <summary>
  196. Attaches the popup.
  197. </summary>
  198. </member>
  199. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.ComputeSize">
  200. <summary>
  201. Compute the size.
  202. </summary>
  203. </member>
  204. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.ComputeControlLocation">
  205. <summary>
  206. Compute the control location.
  207. </summary>
  208. </member>
  209. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.AdjustLocationForAlignment(System.Drawing.Point@,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment)">
  210. <summary>
  211. Adjust the location based on the alignment.
  212. </summary>
  213. <param name="loc">The location.</param>
  214. <param name="align">The alignment.</param>
  215. </member>
  216. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetScreenBounds(System.Windows.Forms.Control,System.Drawing.Point@)">
  217. <summary>
  218. Method used to get the screen bounds.
  219. </summary>
  220. <param name="parentControl">Represents the control.</param>
  221. <param name="location">Maintains the location.</param>
  222. </member>
  223. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetLocationForAlignment(System.Drawing.Point@,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment)">
  224. <summary>
  225. Method used to get the location for alignment.
  226. </summary>
  227. <param name="location">Maintains the location.</param>
  228. <param name="align">Represents the PopupRelativeAlignment.</param>
  229. </member>
  230. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetLocationForRTLAlignment(System.Drawing.Point@,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment)">
  231. <summary>
  232. Method used to get the location for RTL alignment.
  233. </summary>
  234. <param name="location">Maintains the location.</param>
  235. <param name="align">Represents the PopupRelativeAlignment.</param>
  236. </member>
  237. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetDefaultPopupLocation(System.Drawing.Point@,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)">
  238. <summary>
  239. Method used to get the default location for popup.
  240. </summary>
  241. <param name="prefLocation">Maintains the location.</param>
  242. <param name="newAlign">Represents the PopupRelativeAlignment.</param>
  243. </member>
  244. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.ComputeLocation">
  245. <summary>
  246. Compute the location.
  247. </summary>
  248. </member>
  249. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetPreferredPopupLocation(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)">
  250. <summary>
  251. Method used to get the preferred location for popup.
  252. </summary>
  253. <param name="newAlign">Represents the PopupRelativeAlignment.</param>
  254. <returns>Returns the location.</returns>
  255. </member>
  256. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetPreferredLeftAlignment">
  257. <summary>
  258. Method used to get the preferred alignment for left.
  259. </summary>
  260. <returns>Returns the PopupRelativeAlignment.</returns>
  261. </member>
  262. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetPreferredRightAlignment">
  263. <summary>
  264. Method used to get the preferred alignment for right.
  265. </summary>
  266. <returns>Returns the PopupRelativeAlignment.</returns>
  267. </member>
  268. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetPreferredTopAlignment">
  269. <summary>
  270. Method used to get the preferred alignment for top.
  271. </summary>
  272. <returns>Returns the PopupRelativeAlignment.</returns>
  273. </member>
  274. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetPreferredBottomAlignment">
  275. <summary>
  276. Method used to get the preferred alignment for bottom.
  277. </summary>
  278. <returns>Returns the PopupRelativeAlignment.</returns>
  279. </member>
  280. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetAdjustedLocation(System.Drawing.Point)">
  281. <summary>
  282. Get the adjusted location.
  283. </summary>
  284. <param name="loc">The location.</param>
  285. <returns>Returns the location.</returns>
  286. </member>
  287. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.OnVisibleChanged(System.EventArgs)">
  288. <summary>
  289. Overridden. See <see cref="M:System.Windows.Forms.Control.OnVisibleChanged"/>.
  290. </summary>
  291. <param name="e">The event argument.</param>
  292. </member>
  293. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.OnLocationChanged(System.EventArgs)">
  294. <summary>
  295. Occurs when location changed.
  296. </summary>
  297. <param name="e">The event arguments.</param>
  298. </member>
  299. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.OnSizeChanged(System.EventArgs)">
  300. <summary>
  301. Overridden. See <see cref="M:System.Windows.Forms.Control.OnSizeChanged"/>.
  302. </summary>
  303. <param name="e">The event arguments</param>
  304. </member>
  305. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.OnPaint(System.Windows.Forms.PaintEventArgs)">
  306. <summary>
  307. Overridden. See <see cref="M:System.Windows.Forms.Control.OnPaint"/>.
  308. </summary>
  309. <param name="e">The paint event argument.</param>
  310. </member>
  311. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.UpdateVisibility">
  312. <summary>
  313. Updates popup host visibility and z-order.
  314. </summary>
  315. </member>
  316. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.OnDeactivate(System.EventArgs)">
  317. <summary>
  318. Occurs when deactivate the host.
  319. </summary>
  320. <param name="e">The event arguments</param>
  321. </member>
  322. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.GetIsMirrored">
  323. <summary>
  324. Checks the right to left mode.
  325. </summary>
  326. <returns>Return true if right to left mode.</returns>
  327. </member>
  328. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.Dispose(System.Boolean)">
  329. <summary>
  330. Releases the unmanaged resources.
  331. </summary>
  332. <param name="disposing">The boolean value.</param>
  333. </member>
  334. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.OnHandleCreated(System.EventArgs)">
  335. <summary>
  336. Occurs while handle is created.
  337. </summary>
  338. <param name="e">The event arguments</param>
  339. </member>
  340. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.PumpPaintMessages">
  341. <summary>
  342. Necessary since CS_SAVEBITS for this top-level is not good-enough to ensure that the window
  343. underneath is refreshed. Important when navigating menu using keyboard.
  344. </summary>
  345. </member>
  346. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.InitializeComponent">
  347. <summary>
  348. Initialize the settings.
  349. </summary>
  350. </member>
  351. <member name="M:Syncfusion.WinForms.Core.PopupHostBase.AdjustPopupSize(System.Drawing.Point@)">
  352. <summary>
  353. Adjust the popup size based on the screen and popup size.
  354. </summary>
  355. <param name="location">The popup location.</param>
  356. <returns>True if size and location is adjusted. Otherwise false;</returns>
  357. </member>
  358. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.ShowShadow">
  359. <summary>
  360. Gets or sets a value indicating whether a shadow should
  361. be drawn around the popup window.
  362. </summary>
  363. <value>True if a shadow is needed; False otherwise.</value>
  364. </member>
  365. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.CurrentRelativeAlignment">
  366. <summary>
  367. Gets a <see cref="T:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment"/> value indicating
  368. the current alignment of the popup window.
  369. </summary>
  370. <value>
  371. A <see cref="T:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment"/> value.
  372. </value>
  373. </member>
  374. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.OverlapBorderColor">
  375. <summary>
  376. Gets or sets the overlap border color with which this top-level form should be drawn.
  377. </summary>
  378. <value>A color value.</value>
  379. <remarks>
  380. <para>This color will be used by this form only when the <see cref="T:System.Windows.Forms.FormBorderStyle"/> is set to None.</para>
  381. <para>The form will draw a custom single-line border with this color and also draw
  382. the overlapped look, if overlapped borders are available.</para>
  383. </remarks>
  384. </member>
  385. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.IgnoreWorkingArea">
  386. <summary>
  387. Gets or sets a value indicating whether to ignore working area when menu begin popup.
  388. </summary>
  389. </member>
  390. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.Popup">
  391. <summary>
  392. Gets or sets the popup control.
  393. </summary>
  394. </member>
  395. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.RelativeAlignment">
  396. <summary>
  397. Gets or sets the position for popup.
  398. </summary>
  399. </member>
  400. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.BorderGap">
  401. <summary>
  402. Gets or sets the border gap.
  403. </summary>
  404. </member>
  405. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.PopupControl">
  406. <summary>
  407. Gets the popup control
  408. </summary>
  409. </member>
  410. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.PopupControlContainer">
  411. <summary>
  412. Gets or sets the PopupControlContainer that this PopupHost
  413. will host.
  414. </summary>
  415. <value>
  416. An implementation of the <see cref="T:Syncfusion.WinForms.Core.Interfaces.IPopupHost"/> interface.
  417. </value>
  418. </member>
  419. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.IsInitialized">
  420. <summary>
  421. Gets or sets a value indicating whether state of drop-down window.
  422. </summary>
  423. </member>
  424. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.ChildControl">
  425. <summary>
  426. Gets or sets the embedded child control.
  427. </summary>
  428. </member>
  429. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.LastSize">
  430. <summary>
  431. Gets or sets the last size of the window.
  432. </summary>
  433. </member>
  434. <member name="P:Syncfusion.WinForms.Core.PopupHostBase.CreateParams">
  435. <summary>
  436. Overrides the create parameters.
  437. </summary>
  438. </member>
  439. <member name="T:Syncfusion.WinForms.Core.PopupBase">
  440. <summary>
  441. Represents a class that provides the support to host any control.
  442. </summary>
  443. </member>
  444. <member name="T:Syncfusion.WinForms.Core.Interfaces.IPopupHost">
  445. <summary>
  446. Defines an interface that a <see cref="P:Syncfusion.WinForms.Core.Interfaces.IPopupHost.PopupHost"/> can take and parent itself to.
  447. </summary>
  448. <remarks>
  449. <para>
  450. <see cref="T:Syncfusion.WinForms.Core.PopupBase"/> provides a default implementation that should be useful for all
  451. practical purposes.
  452. </para>
  453. </remarks>
  454. </member>
  455. <member name="T:Syncfusion.WinForms.Core.Interfaces.IPopupChild">
  456. <summary>
  457. Defines a generic interface which when implemented will allow
  458. that object / control to participate in the popup framework.
  459. </summary>
  460. <remarks>
  461. This interface should be implemented by an object / control that
  462. acts like a popup window and wants to participate in the popup framework.
  463. </remarks>
  464. </member>
  465. <member name="T:Syncfusion.WinForms.Core.Interfaces.IPopup">
  466. <summary>
  467. A generic interface for any control that wants to participate
  468. in the Popup framework.
  469. </summary>
  470. </member>
  471. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopup.GetPopupParentControl">
  472. <summary>
  473. Returns the popup's control parent.
  474. </summary>
  475. <remarks>
  476. If such a control exists, then the Popup framework will use
  477. it in its popup activation logic.
  478. </remarks>
  479. <returns>The control.</returns>
  480. </member>
  481. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopup.IsRelatedControl(System.Windows.Forms.Control,System.Boolean)">
  482. <summary>
  483. Indicates whether a specified control is part of the
  484. popup hierarchy.
  485. </summary>
  486. <param name="control">A control instance.</param>
  487. <param name="askPopupParent">True indicates this query should
  488. be passed to the IPopupParent, if any; False indicates you
  489. should not query the popup parent.</param>
  490. <returns>True if the control is part of the Popup hierarchy;
  491. False otherwise.</returns>
  492. </member>
  493. <member name="T:Syncfusion.WinForms.Core.Interfaces.IKeyboardMessage">
  494. <summary>
  495. Defines the interface for the keyboard operations.
  496. </summary>
  497. </member>
  498. <member name="M:Syncfusion.WinForms.Core.Interfaces.IKeyboardMessage.KeyboardMessage(System.Windows.Forms.Message@)">
  499. <summary>
  500. Handles the keyboard message.
  501. </summary>
  502. <param name="msg">The <see cref="T:System.Windows.Forms.Message"/> value.</param>
  503. <returns>Returns the boolean value.</returns>
  504. </member>
  505. <member name="T:Syncfusion.WinForms.Core.Interfaces.IMouseMoveMessage">
  506. <summary>
  507. Defines the interface for the mouse move operations.
  508. </summary>
  509. </member>
  510. <member name="M:Syncfusion.WinForms.Core.Interfaces.IMouseMoveMessage.MouseMoveMessage(System.Windows.Forms.Message@)">
  511. <summary>
  512. Handles the mouse message.
  513. </summary>
  514. <param name="msg">The <see cref="M:Syncfusion.WinForms.Core.Interfaces.IMouseMoveMessage.MouseMoveMessage(System.Windows.Forms.Message@)"/> value.</param>
  515. <returns>Returns the boolean value.</returns>
  516. </member>
  517. <member name="T:Syncfusion.WinForms.Core.Interfaces.IMouseHook">
  518. <summary>
  519. Defines the interface for the mouse hook process.
  520. </summary>
  521. </member>
  522. <member name="M:Syncfusion.WinForms.Core.Interfaces.IMouseHook.MouseHook(System.Int32,System.Drawing.Point,System.IntPtr,System.Int32,System.Int32)">
  523. <summary>
  524. Implement the mouse hook process.
  525. </summary>
  526. <param name="msg">The message.</param>
  527. <param name="point">The position.</param>
  528. <param name="hwnd">The control handle.</param>
  529. <param name="hitTestCode">The hit test code.</param>
  530. <param name="extraInfo">The additional information.</param>
  531. <returns>Returns the boolean.</returns>
  532. </member>
  533. <member name="T:Syncfusion.WinForms.Core.Interfaces.IKeyboardHook">
  534. <summary>
  535. Defines the interfaces for the keyboard process.
  536. </summary>
  537. </member>
  538. <member name="M:Syncfusion.WinForms.Core.Interfaces.IKeyboardHook.KeyboardHookProc(System.Int32,System.Int32)">
  539. <summary>
  540. The keyboard hook process used to handle the key board operations.
  541. </summary>
  542. <param name="wParam">The window parameter.</param>
  543. <param name="lParam">The integer contains the value.</param>
  544. <returns>Returns the b0olean value.</returns>
  545. </member>
  546. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopupChild.Hide(Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
  547. <summary>
  548. Hides the popup window.
  549. </summary>
  550. <param name="popupCloseType">The PopupCloseType value that indicates
  551. the mode in which this popup should be closed.</param>
  552. </member>
  553. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopupChild.IsShowing">
  554. <summary>
  555. Indicates whether a popup is currently active / open.
  556. </summary>
  557. <returns>True if it is open; False otherwise.</returns>
  558. </member>
  559. <member name="P:Syncfusion.WinForms.Core.Interfaces.IPopupChild.PopupParent">
  560. <summary>
  561. Gets the <see cref="T:Syncfusion.WinForms.Core.Interfaces.IPopupParent"/> parent.
  562. </summary>
  563. <value>An instance of the <see cref="T:Syncfusion.WinForms.Core.Interfaces.IPopupParent"/> interface.</value>
  564. <remarks>
  565. The Popup framework can handle a hierarchy of popups (like
  566. in a menu) for which it requires each popup child to provide
  567. a reference to its popup parent.
  568. </remarks>
  569. </member>
  570. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopupHost.GetPreferredLocation(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)">
  571. <summary>
  572. Provides the appropriate location to the popup given the alignment preferences.
  573. </summary>
  574. <remarks>
  575. <para>
  576. This method is usually called to determine whether the open popup should be closed
  577. due to some action in a different control. If this different control is a "related" control,
  578. the popup framework will not close the popup.
  579. </para>
  580. </remarks>
  581. <param name="prevRelativeAlignment">The previous alignment.</param>
  582. <param name="newRelativeAlignment">The new alignment.</param>
  583. <returns>Return the point.</returns>
  584. </member>
  585. <member name="P:Syncfusion.WinForms.Core.Interfaces.IPopupHost.PopupHost">
  586. <summary>
  587. Gets or sets the <see cref="P:Syncfusion.WinForms.Core.Interfaces.IPopupHost.PopupHost"/> this container is parented to.
  588. </summary>
  589. <value>
  590. An instance of the <see cref="P:Syncfusion.WinForms.Core.Interfaces.IPopupHost.PopupHost"/> class.
  591. </value>
  592. <remarks>
  593. If this is a control, you would set it to be a child of
  594. the <see cref="P:Syncfusion.WinForms.Core.Interfaces.IPopupHost.PopupHost"/> and position it appropriately in the set property.
  595. </remarks>
  596. </member>
  597. <member name="T:Syncfusion.WinForms.Core.Interfaces.IPopupParent">
  598. <summary>
  599. A generic interface that defines a popup parent, that will
  600. control the alignment of a popup, etc.
  601. </summary>
  602. <remarks><para>Any object / control that wants to act as a popup's parent
  603. and participate in the popup framework should implement this interface.</para>
  604. <para>Take a look at the PopupsInDepth sample under the Tools\Samples\Editors Package\PopupControlContainer\Advanced
  605. folder for an implementation of this interface.</para></remarks>
  606. </member>
  607. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopupParent.ChildClosing(Syncfusion.WinForms.Core.Interfaces.IPopupChild,Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
  608. <summary>
  609. Will be called to indicate that the popup child was closed
  610. in the specified mode.
  611. </summary>
  612. <param name="childUI">The child that was closed.</param>
  613. <param name="popupCloseType">A <see cref="!:PopupCloseType"/> value.</param>
  614. </member>
  615. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopupParent.GetLocationForPopupAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)">
  616. <summary>
  617. Returns the location for popup, given the preferred relative
  618. alignments.
  619. </summary>
  620. <remarks>
  621. <para>This method allows you to provide 8 different preferred positions for
  622. your popup, in any order.</para>
  623. <para>Different preferred positions are necessary because some positions
  624. may not be ideal for the popup as there may not be enough screen space
  625. for the popup when shown in that position.</para>
  626. <para>The popup will first call this method with previous Alignment set to
  627. <see cref="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center"/>. You should then return a location and
  628. designate this location as one of the 8 positions in the <see cref="T:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment"/>
  629. enumeration using the newAlignment reference. </para>
  630. <para>The popup will then check if there is enough space in the screen
  631. to draw at this location. If not, it will call this method again with
  632. previous Alignment set to newAlignment from the previous call.</para>
  633. <para>
  634. This goes on until you return a location that the popup finds acceptable.
  635. However, if you run out of locations before the popup can find an acceptable location,
  636. then you should set newAlignment to <see cref="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center"/>. The popup will then assume
  637. that you don't have any more positions to supply and do the best it can
  638. with the supplied location.
  639. </para>
  640. </remarks>
  641. <param name="prevAlignment">The previous alignment.</param>
  642. <param name="newAlignment">The new alignment designated for the returned location.</param>
  643. <returns>
  644. An ideal location for popup designated by one of the <see cref="T:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment"/> values in
  645. new Alignment. Or returns a Point.Empty and set newAlignment to <see cref="F:Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center"/>
  646. if you do not intend to provide multiple preferred locations.
  647. </returns>
  648. </member>
  649. <member name="M:Syncfusion.WinForms.Core.Interfaces.IPopupParent.GetBorderOverlapCue(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment)">
  650. <summary>
  651. Returns a line (defined by 2 points) in screen co-ordinates that indicates the
  652. border overlap between the child and parent.
  653. </summary>
  654. <param name="relativeAlignment">The preferred alignment selected using the
  655. <see cref="M:Syncfusion.WinForms.Core.Interfaces.IPopupParent.GetLocationForPopupAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)"/> method.</param>
  656. <remarks>
  657. If a valid line is provided, the popup child in that
  658. area will be drawn in an overlap style.
  659. </remarks>
  660. <returns>
  661. An array of 2 points representing a line (in screen co-ordinates)
  662. where the overlap takes place. NULL if no overlap is desired.
  663. </returns>
  664. </member>
  665. <member name="P:Syncfusion.WinForms.Core.Interfaces.IPopupParent.IsRightToLeft">
  666. <summary>
  667. Gets a value indicating whether control's elements should be rendered right-to-left.
  668. </summary>
  669. </member>
  670. <member name="F:Syncfusion.WinForms.Core.PopupBase.inSetFocus">
  671. <summary>
  672. The boolean value.
  673. </summary>
  674. </member>
  675. <member name="F:Syncfusion.WinForms.Core.PopupBase.inOnPopup">
  676. <summary>
  677. The boolean value.
  678. </summary>
  679. </member>
  680. <member name="F:Syncfusion.WinForms.Core.PopupBase.parentControl">
  681. <summary>
  682. The parent control.
  683. </summary>
  684. </member>
  685. <member name="F:Syncfusion.WinForms.Core.PopupBase.popupParent">
  686. <summary>
  687. The popup parent.
  688. </summary>
  689. </member>
  690. <member name="F:Syncfusion.WinForms.Core.PopupBase.discreetLocation">
  691. <summary>
  692. The location.
  693. </summary>
  694. </member>
  695. <member name="F:Syncfusion.WinForms.Core.PopupBase.popupHost">
  696. <summary>
  697. The popup host.
  698. </summary>
  699. </member>
  700. <member name="F:Syncfusion.WinForms.Core.PopupBase.listener">
  701. <summary>
  702. The popup close request listener.
  703. </summary>
  704. </member>
  705. <member name="F:Syncfusion.WinForms.Core.PopupBase.mouseHooker">
  706. <summary>
  707. The mouse hooker.
  708. </summary>
  709. </member>
  710. <member name="F:Syncfusion.WinForms.Core.PopupBase.fakeFocus">
  711. <summary>
  712. The boolean value indicates the this contains the focus or not.
  713. </summary>
  714. </member>
  715. <member name="F:Syncfusion.WinForms.Core.PopupBase.ignoreDialogKey">
  716. <summary>
  717. The boolean indicates ignore the dialog key.
  718. </summary>
  719. </member>
  720. <member name="F:Syncfusion.WinForms.Core.PopupBase.ignoreKeys">
  721. <summary>
  722. The boolean value indicates the ignore the keys.
  723. </summary>
  724. </member>
  725. <member name="F:Syncfusion.WinForms.Core.PopupBase.ignoreMouseMessages">
  726. <summary>
  727. The boolean value indicates the ignore the mouse messages.
  728. </summary>
  729. </member>
  730. <member name="F:Syncfusion.WinForms.Core.PopupBase.currentPopupChild">
  731. <summary>
  732. The current popup child.
  733. </summary>
  734. </member>
  735. <member name="F:Syncfusion.WinForms.Core.PopupBase.relativeAlignment">
  736. <summary>
  737. Holds the position for popup.
  738. </summary>
  739. </member>
  740. <member name="F:Syncfusion.WinForms.Core.PopupBase.needDisposeHost">
  741. <summary>
  742. The boolean value indicates the need to dispose or not.
  743. </summary>
  744. </member>
  745. <member name="F:Syncfusion.WinForms.Core.PopupBase.formSubclass">
  746. <summary>
  747. The form sub class.
  748. </summary>
  749. </member>
  750. <member name="F:Syncfusion.WinForms.Core.PopupBase.parentForm">
  751. <summary>
  752. The parent form.
  753. </summary>
  754. </member>
  755. <member name="F:Syncfusion.WinForms.Core.PopupBase.controlSize">
  756. <summary>
  757. Default size of the control
  758. </summary>
  759. </member>
  760. <member name="F:Syncfusion.WinForms.Core.PopupBase.args">
  761. <summary>
  762. Shows the popup at the specified location.
  763. </summary>
  764. <param name="location">A point in screen coordinates.
  765. Can be Point.Empty.</param>
  766. <remarks>
  767. <para>A popup's position is determined as follows.</para>
  768. <para>First, if an <see cref="T:Syncfusion.WinForms.Core.Interfaces.IPopupParent"/> interface is associated (using
  769. the <see cref="P:Syncfusion.WinForms.Core.PopupBase.PopupParent"/> property), then it is queried for the preferred
  770. position. If there is no such interface, the location
  771. specified in the <see cref="M:Syncfusion.WinForms.Core.PopupBase.Show(System.Drawing.Point)"/> method call is used. If ShowPopup
  772. was called with Point.Empty, then the <see cref="P:Syncfusion.WinForms.Core.PopupBase.ParentControl"/>'s bounds are used
  773. to determine an appropriate position to drop-down.</para>
  774. <para>This will throw a <see cref="!:BeforePopup"/> followed by a <see cref="T:Syncfusion.WinForms.Core.PopupBase"/> event.</para>
  775. <para>Use <see cref="M:Syncfusion.WinForms.Core.PopupBase.Hide(Syncfusion.WinForms.Core.Enums.PopupCloseAction)"/> to hide the popup in code.</para>
  776. <para>
  777. When the popup is closed either programmatically or by the user,
  778. the <see cref="!:CloseUp"/> event will be thrown that will indicate
  779. whether the popup was closed or canceled.
  780. </para>
  781. </remarks>
  782. </member>
  783. <member name="F:Syncfusion.WinForms.Core.PopupBase.preventEventsForToolTip">
  784. <summary>
  785. The boolean value indicates the prevents the events for tool tip.
  786. </summary>
  787. </member>
  788. <member name="F:Syncfusion.WinForms.Core.PopupBase.showShadow">
  789. <summary>
  790. The boolean value indicates the shadow can show or not.
  791. </summary>
  792. </member>
  793. <member name="M:Syncfusion.WinForms.Core.PopupBase.#ctor">
  794. <summary>
  795. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.PopupBase"/> class.
  796. </summary>
  797. </member>
  798. <member name="M:Syncfusion.WinForms.Core.PopupBase.#ctor(System.ComponentModel.IContainer)">
  799. <summary>
  800. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.PopupBase"/> class with a specified container.
  801. </summary>
  802. <param name="container">A <see cref="T:System.ComponentModel.IContainer"/> that represents the container of the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/>.</param>
  803. <remarks>
  804. <para>Containers are objects that encapsulate and track zero or more components. In this context, containment refers to logical containment, not visual containment.
  805. You can use components and containers in a variety of scenarios, including scenarios that are both visual and not visual.</para>
  806. <para><bold>Note to Implementers:</bold> To be a container, the class must implement the IContainer interface, which supports methods for adding, removing and retrieving components.</para>
  807. <para>Unlike other controls, a <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> is not a direct child of your form (though this is the case during design-time).
  808. This requires you to explicitly dispose of this control before the form gets destroyed.
  809. With this constructor override, the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> automatically plugs itself into a form's
  810. default component-containment pattern (through the IContainer member) during design-time. If you create this class in code, then you have to set it up manually.</para>
  811. <para>The implementation simply adds the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> instance into the container.</para>
  812. </remarks>
  813. </member>
  814. <member name="M:Syncfusion.WinForms.Core.PopupBase.IsShowing">
  815. <summary>
  816. Indicates whether the popup is currently dropped down.
  817. </summary>
  818. <returns>True indicates popup is dropped down; False otherwise.</returns>
  819. </member>
  820. <member name="M:Syncfusion.WinForms.Core.PopupBase.GetPreferredLocation(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)">
  821. <summary>
  822. Gets preferred location.
  823. </summary>
  824. <param name="prevAlignment">The previous alignment</param>
  825. <param name="newAlignment">The new alignment.</param>
  826. <returns>Returns the preferred location.</returns>
  827. </member>
  828. <member name="M:Syncfusion.WinForms.Core.PopupBase.Show(System.Drawing.Point)">
  829. <summary>
  830. Shows the popup.
  831. </summary>
  832. <param name="location">The location.</param>
  833. </member>
  834. <member name="M:Syncfusion.WinForms.Core.PopupBase.Hide">
  835. <summary>
  836. Hides a popup that is open.
  837. </summary>
  838. <remarks>
  839. <para>This method will hide the popup with the <see cref="F:Syncfusion.WinForms.Core.Enums.PopupCloseAction.Canceled"/> mode.</para>
  840. </remarks>
  841. </member>
  842. <member name="M:Syncfusion.WinForms.Core.PopupBase.Hide(Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
  843. <summary>
  844. Hides a popup with the specified <see cref="T:Syncfusion.WinForms.Core.Enums.PopupCloseAction"/> mode.
  845. </summary>
  846. <param name="popupCloseType">A PopupCloseType value.</param>
  847. </member>
  848. <member name="M:Syncfusion.WinForms.Core.PopupBase.IsRelatedControl(System.Windows.Forms.Control,System.Boolean)">
  849. <summary>
  850. Checks whether the control is a related control.
  851. </summary>
  852. <param name="control">The control</param>
  853. <param name="askPopupParent">The boolean value.</param>
  854. <returns>Returns true if control relates properly.</returns>
  855. </member>
  856. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IMouseMoveMessage#MouseMoveMessage(System.Windows.Forms.Message@)">
  857. <summary>
  858. The mouse message.
  859. </summary>
  860. <param name="m">A message.</param>
  861. <returns>Returns the boolean value.</returns>
  862. </member>
  863. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IMouseHook#MouseHook(System.Int32,System.Drawing.Point,System.IntPtr,System.Int32,System.Int32)">
  864. <summary>
  865. The mouse hook process.
  866. </summary>
  867. <param name="msg">A message.</param>
  868. <param name="point">The point.</param>
  869. <param name="hwnd">The handle.</param>
  870. <param name="hitTestCode">The hit test code</param>
  871. <param name="extraInfo">The extra information.</param>
  872. <returns>Returns the boolean value.</returns>
  873. </member>
  874. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IKeyboardMessage#KeyboardMessage(System.Windows.Forms.Message@)">
  875. <summary>
  876. The keyboard message.
  877. </summary>
  878. <param name="m">A message.</param>
  879. <returns>Returns the boolean value.</returns>
  880. </member>
  881. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IKeyboardHook#KeyboardHookProc(System.Int32,System.Int32)">
  882. <summary>
  883. The keyboard hook process.
  884. </summary>
  885. <param name="wParam">The window handle parameter.</param>
  886. <param name="lParam">The handle parameter.</param>
  887. <returns>Returns the process.</returns>
  888. </member>
  889. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IPopupParent#GetLocationForPopupAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)">
  890. <summary>
  891. Get the location for popup.
  892. </summary>
  893. <param name="prevAlignment">Previous alignment.</param>
  894. <param name="newAlignment">The new alignment.</param>
  895. <returns>Returns the points.</returns>
  896. </member>
  897. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IPopupParent#GetBorderOverlapCue(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment)">
  898. <summary>
  899. Gets the border points
  900. </summary>
  901. <param name="relativeAlignment">The relative alignment.</param>
  902. <returns>Returns the points collection.</returns>
  903. </member>
  904. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IPopupParent#ChildClosing(Syncfusion.WinForms.Core.Interfaces.IPopupChild,Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
  905. <summary>
  906. Occurs while child closing occurs.
  907. </summary>
  908. <param name="childUI">The child.</param>
  909. <param name="popupCloseType">The popup close type.</param>
  910. </member>
  911. <member name="M:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IPopup#GetPopupParentControl">
  912. <summary>
  913. Gets the popup parent control.
  914. </summary>
  915. <returns>Returns the popup parent control</returns>
  916. </member>
  917. <member name="M:Syncfusion.WinForms.Core.PopupBase.EnsurePopupHost">
  918. <summary>
  919. Ensures that the <see cref="P:Syncfusion.WinForms.Core.PopupBase.PopupHost"/> property returns a valid PopupHost.
  920. </summary>
  921. <remarks>
  922. <para>
  923. Normally the <see cref="P:Syncfusion.WinForms.Core.PopupBase.PopupHost"/> property will return a non-NULL value only when
  924. the popup was displayed at least once. Calling this method will ensure that the property
  925. returns a non-NULL value.
  926. </para>
  927. </remarks>
  928. </member>
  929. <member name="M:Syncfusion.WinForms.Core.PopupBase.IsInSetFocus">
  930. <summary>
  931. Specifies whether the control is in set focus.
  932. </summary>
  933. <returns>Returns the boolean value</returns>
  934. </member>
  935. <member name="M:Syncfusion.WinForms.Core.PopupBase.FocusParent">
  936. <summary>
  937. Sets focus on the popup parent control.
  938. </summary>
  939. </member>
  940. <member name="M:Syncfusion.WinForms.Core.PopupBase.FocusFirstVisibleParent">
  941. <summary>
  942. Focuses first visible parent.
  943. </summary>
  944. </member>
  945. <member name="M:Syncfusion.WinForms.Core.PopupBase.ConfirmDeactivate">
  946. <summary>
  947. This method is called from the BarManager class when the parent form is deactivated.
  948. It checks whether the user clicked inside a child control of this PopupControlContainer.
  949. If this is not the case (e.g. user clicked on another window on the desktop) then the popup gets hidden.
  950. </summary>
  951. </member>
  952. <member name="M:Syncfusion.WinForms.Core.PopupBase.WndProc(System.Windows.Forms.Message@)">
  953. <summary>
  954. Overridden. <see cref="M:System.Windows.Forms.Control.WndProc"/>.
  955. </summary>
  956. <param name="m">The message.</param>
  957. </member>
  958. <member name="M:Syncfusion.WinForms.Core.PopupBase.ProcessDialogKey(System.Windows.Forms.Keys)">
  959. <summary>
  960. Overridden. See <see cref="M:System.Windows.Forms.Control.ProcessDialogKey"/>.
  961. </summary>
  962. <param name="key">The key.</param>
  963. <returns>Returns the boolean.</returns>
  964. </member>
  965. <member name="M:Syncfusion.WinForms.Core.PopupBase.OnBeforePopup(System.ComponentModel.CancelEventArgs)">
  966. <summary>
  967. Raises the BeforePopup event.
  968. </summary>
  969. <param name="args">A CancelEventArgs that contains the event data.</param>
  970. <remarks>
  971. <para>The OnBeforePopup method also allows derived classes to handle the event
  972. without attaching a delegate. This is the preferred technique for
  973. handling the event in a derived class.</para>
  974. <para>Note to Inheritors: When overriding OnBeforePopup in a derived
  975. class, be sure to call the base class's OnBeforePopup method so that
  976. registered delegates receive the event.</para>
  977. </remarks>
  978. </member>
  979. <member name="M:Syncfusion.WinForms.Core.PopupBase.OnCloseUp(Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
  980. <summary>
  981. Raises the <see cref="!:CloseUp"/> event.
  982. </summary>
  983. <param name="popupCloseType">A <see cref="T:Syncfusion.WinForms.Core.Enums.PopupCloseAction"/>.</param>
  984. <remarks>
  985. <para>The OnCloseUp method also allows derived classes to handle the event
  986. without attaching a delegate. This is the preferred technique for
  987. handling the event in a derived class. </para>
  988. <para>Note to Inheritors: When overriding OnCloseUp in a derived
  989. class, be sure to call the base class's OnCloseUp method so that
  990. registered delegates receive the event.</para>
  991. </remarks>
  992. </member>
  993. <member name="M:Syncfusion.WinForms.Core.PopupBase.OnPopup(System.EventArgs)">
  994. <summary>
  995. Raises the <see cref="T:Syncfusion.WinForms.Core.PopupBase"/> event.
  996. </summary>
  997. <param name="args">An EventArgs instance containing
  998. data pertaining to this event.</param>
  999. <remarks>
  1000. <para>The OnPopup method also allows derived classes to handle the event
  1001. without attaching a delegate. This is the preferred technique for
  1002. handling the event in a derived class. </para>
  1003. <para>Note to Inheritors: When overriding OnPopup in a derived
  1004. class, be sure to call the base class's OnPopup method so that
  1005. registered delegates receive the event.</para>
  1006. </remarks>
  1007. </member>
  1008. <member name="M:Syncfusion.WinForms.Core.PopupBase.Dispose(System.Boolean)">
  1009. <summary>
  1010. Releases the unmanaged resources.
  1011. </summary>
  1012. <param name="disposing">The boolean value.</param>
  1013. </member>
  1014. <member name="M:Syncfusion.WinForms.Core.PopupBase.CreatePopupHost">
  1015. <summary>
  1016. Creates a new popup host.
  1017. </summary>
  1018. <returns>Returns the popup host.</returns>
  1019. </member>
  1020. <member name="M:Syncfusion.WinForms.Core.PopupBase.ProcessMouseMessage(System.Windows.Forms.Control,System.Int32,System.IntPtr,System.IntPtr)">
  1021. <summary>
  1022. Process the mouse message.
  1023. </summary>
  1024. <param name="destination">The destination.</param>
  1025. <param name="msg">The message.</param>
  1026. <param name="lParam">The handle parameter.</param>
  1027. <param name="wParam">The window parameter</param>
  1028. <returns>Returns the boolean value.</returns>
  1029. </member>
  1030. <member name="M:Syncfusion.WinForms.Core.PopupBase.VeryifyMouseBasedDeactivation(System.Windows.Forms.Control,System.Int32)">
  1031. <summary>
  1032. Verify the mouse mouse based activation.
  1033. </summary>
  1034. <param name="destinationControl">The destination control.</param>
  1035. <param name="msg">The message.</param>
  1036. </member>
  1037. <member name="M:Syncfusion.WinForms.Core.PopupBase.OnSizeChanged(System.EventArgs)">
  1038. <summary>
  1039. Occurs when size changed.</summary>
  1040. <param name="e"> The event arguments.</param>
  1041. </member>
  1042. <member name="M:Syncfusion.WinForms.Core.PopupBase.GetLocationForPopupAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@)">
  1043. <summary>
  1044. Get the location for popup.
  1045. </summary>
  1046. <param name="prevAlignment">Previous alignment</param>
  1047. <param name="newAlignment">The new alignment.</param>
  1048. <returns>returns the point.</returns>
  1049. </member>
  1050. <member name="M:Syncfusion.WinForms.Core.PopupBase.GetBorderOverlapCue(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment)">
  1051. <summary>
  1052. Get the border.
  1053. </summary>
  1054. <param name="relativeAlignment">The alignment.</param>
  1055. <returns>Returns the points</returns>
  1056. </member>
  1057. <member name="M:Syncfusion.WinForms.Core.PopupBase.ChildClosing(Syncfusion.WinForms.Core.Interfaces.IPopupChild,Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
  1058. <summary>
  1059. Occurs while child closing.
  1060. </summary>
  1061. <param name="childUI">The child.</param>
  1062. <param name="popupCloseType">The popup type.</param>
  1063. </member>
  1064. <member name="M:Syncfusion.WinForms.Core.PopupBase.UpdateRightToLeftFromParentControl">
  1065. <summary>
  1066. Update the right to left mode.
  1067. </summary>
  1068. </member>
  1069. <member name="M:Syncfusion.WinForms.Core.PopupBase.AttachDelegates">
  1070. <summary>
  1071. Attach the delegates.
  1072. </summary>
  1073. </member>
  1074. <member name="M:Syncfusion.WinForms.Core.PopupBase.DetachDelegates">
  1075. <summary>
  1076. Releases the delegates.
  1077. </summary>
  1078. </member>
  1079. <member name="M:Syncfusion.WinForms.Core.PopupBase.ParentControl_Disposed(System.Object,System.EventArgs)">
  1080. <summary>
  1081. Occurs when disposed the parent control.
  1082. </summary>
  1083. <param name="sender">The sender.</param>
  1084. <param name="e">A event arguments.</param>
  1085. </member>
  1086. <member name="M:Syncfusion.WinForms.Core.PopupBase.ParentControl_RightToLeftChanged(System.Object,System.EventArgs)">
  1087. <summary>
  1088. Occurs when right to left mode of the parent control gets changed.
  1089. </summary>
  1090. <param name="sender">The sender.</param>
  1091. <param name="e">A event arguments.</param>
  1092. </member>
  1093. <member name="M:Syncfusion.WinForms.Core.PopupBase.GetIsMirrored">
  1094. <summary>
  1095. Gets the boolean value indicating the right to left mode.
  1096. </summary>
  1097. <returns>Returns true if this is in right to left mode.</returns>
  1098. </member>
  1099. <member name="P:Syncfusion.WinForms.Core.PopupBase.DesignMode">
  1100. <summary>
  1101. Gets a value indicating whether the control is in design-mode.
  1102. </summary>
  1103. </member>
  1104. <member name="P:Syncfusion.WinForms.Core.PopupBase.Style">
  1105. <summary>
  1106. Gets or sets the drop down style.
  1107. </summary>
  1108. </member>
  1109. <member name="P:Syncfusion.WinForms.Core.PopupBase.PopupHost">
  1110. <summary>
  1111. Gets or sets a reference to the PopupHost that will be
  1112. used to host this PopupControlContainer when dropped down.
  1113. </summary>
  1114. <value>The PopupHost object that will host this PopupControlContainer.</value>
  1115. <remarks>
  1116. <para>PopupHost is the top level form-based control that hosts
  1117. this PopupControlContainer when dropped down.</para>
  1118. <para>
  1119. The PopupControlContainer usually creates a custom
  1120. PopupHost when it is asked to drop down. However, you
  1121. can provide your own PopupHost if you have a customized
  1122. version.
  1123. </para>
  1124. <para>
  1125. You can also get a reference to the <see cref="P:Syncfusion.WinForms.Core.PopupBase.PopupHost"/>
  1126. that the PopupControlContainer uses by default and make
  1127. changes to it. The PopupControlContainer creates a
  1128. default PopupHost when there is no PopupHost supplied
  1129. to it, but <see cref="M:Syncfusion.WinForms.Core.PopupBase.Show(System.Drawing.Point)"/> gets called to show the popup.
  1130. Hence, the best place to get the default PopupHost
  1131. associated with this PopupControlContainer is in the
  1132. <see cref="!:BeforePopup"/> handler. Or call <see cref="M:Syncfusion.WinForms.Core.PopupBase.EnsurePopupHost"/> to
  1133. create the default PopupHost if it is not yet created.
  1134. </para>
  1135. </remarks>
  1136. </member>
  1137. <member name="P:Syncfusion.WinForms.Core.PopupBase.ParentControl">
  1138. <summary>
  1139. Gets or sets the PopupControlContainer's control parent.
  1140. </summary>
  1141. <value>A control instance.</value>
  1142. <remarks>
  1143. <para>The Parent-Child relationship in this case is NOT similar
  1144. to the one in the control hierarchy.</para>
  1145. <para>
  1146. When you specify a Parent Control via
  1147. ParentControl and pass a Point.Empty location to
  1148. ShowPopup, the popup location will be dynamically determined
  1149. based on the ParentControl bounds and the screen area.</para>
  1150. </remarks>
  1151. </member>
  1152. <member name="P:Syncfusion.WinForms.Core.PopupBase.PopupParent">
  1153. <summary>
  1154. Gets or sets the <see cref="T:Syncfusion.WinForms.Core.Interfaces.IPopupParent"/> parent.
  1155. </summary>
  1156. <value>An instance that implements <see cref="T:Syncfusion.WinForms.Core.Interfaces.IPopupParent"/>.</value>
  1157. <remarks>
  1158. <para>When you associate an IPopupParent interface with the PopupControlContainer
  1159. you get even more control over the alignment and positioning
  1160. of the Popup, (this you would
  1161. do instead of the PopupControl based parenting).</para>
  1162. <para>When you provide this interface, the alignment and
  1163. positioning logic is delegated to this interface.</para>
  1164. </remarks>
  1165. </member>
  1166. <member name="P:Syncfusion.WinForms.Core.PopupBase.ShowShadow">
  1167. <summary>
  1168. Gets or sets a value indicating whether a shadow should
  1169. be drawn around the popup window.
  1170. </summary>
  1171. <value>True if a shadow is needed; False otherwise.</value>
  1172. </member>
  1173. <member name="P:Syncfusion.WinForms.Core.PopupBase.Syncfusion#WinForms#Core#Interfaces#IPopupParent#IsRightToLeft">
  1174. <summary>
  1175. Gets a value indicating whether the right to left mode.
  1176. </summary>
  1177. </member>
  1178. <member name="P:Syncfusion.WinForms.Core.PopupBase.IgnoreMouseMessages">
  1179. <summary>
  1180. Gets or sets a value indicating whether to ignore all mouse messages.
  1181. </summary>
  1182. <value>True to ignore all mouse messages; False otherwise. Default is False.</value>
  1183. <remarks>
  1184. <para>When the popup is showing it will "swallow" all the mouse messages that are sent to
  1185. controls not in the popup-hierarchy. When showing, the popup will also listen to
  1186. mouse messages to determine if the popup should be closed (for mouse down
  1187. outside the popup-hierarchy, for example).</para>
  1188. <para>
  1189. To prevent this behavior, set this property to True.</para>
  1190. <para>When set to True, the popup will close only when you call
  1191. the <see cref="M:Syncfusion.WinForms.Core.PopupBase.Hide(Syncfusion.WinForms.Core.Enums.PopupCloseAction)"/> method or when a new popup gets shown.</para>
  1192. </remarks>
  1193. </member>
  1194. <member name="P:Syncfusion.WinForms.Core.PopupBase.IgnoreKeys">
  1195. <summary>
  1196. Gets or sets a value indicating whether to ignore all keys.
  1197. </summary>
  1198. <value>True to ignore all keys; False otherwise. Default is False.</value>
  1199. <remarks>
  1200. When the popup is showing, it will "swallow" all the WM_KEYDOWN and WM_CHAR
  1201. messages. To prevent it, set this property to True.
  1202. </remarks>
  1203. </member>
  1204. <member name="P:Syncfusion.WinForms.Core.PopupBase.CurrentPopupChild">
  1205. <summary>
  1206. Gets or sets the current popup child in the popup hierarchy.
  1207. </summary>
  1208. <value>An instance of <see cref="T:Syncfusion.WinForms.Core.Interfaces.IPopupChild"/> interface.</value>
  1209. <remarks>When you want to show a parent-child hierarchy of popups,
  1210. call this property on the parent popup before showing the child popup.
  1211. </remarks>
  1212. </member>
  1213. <member name="P:Syncfusion.WinForms.Core.PopupBase.MouseHooker">
  1214. <summary>
  1215. Gets or sets the mouse hooker.
  1216. </summary>
  1217. </member>
  1218. <member name="P:Syncfusion.WinForms.Core.PopupBase.DefaultSize">
  1219. <summary>
  1220. Gets the default size.
  1221. </summary>
  1222. </member>
  1223. <member name="P:Syncfusion.WinForms.Core.PopupBase.DefaultMargin">
  1224. <summary>
  1225. The default margin.
  1226. </summary>
  1227. </member>
  1228. <member name="P:Syncfusion.WinForms.Core.PopupBase.RelativeAlignment">
  1229. <summary>
  1230. Gets or sets the position for popup.
  1231. </summary>
  1232. </member>
  1233. <member name="T:Syncfusion.WinForms.Core.KeyboardProcHooker">
  1234. <summary>
  1235. Represents a class that contains the keyboard process handles.
  1236. </summary>
  1237. </member>
  1238. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.thisProcessID">
  1239. <summary>
  1240. The process id.
  1241. </summary>
  1242. </member>
  1243. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.client">
  1244. <summary>
  1245. The client.
  1246. </summary>
  1247. </member>
  1248. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.handle">
  1249. <summary>
  1250. The handle.
  1251. </summary>
  1252. </member>
  1253. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.hookDisable">
  1254. <summary>
  1255. The boolean indicates the hook can disable.
  1256. </summary>
  1257. </member>
  1258. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.messageHookHandle">
  1259. <summary>
  1260. The mouse hook handle.
  1261. </summary>
  1262. </member>
  1263. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.messageHookRoot">
  1264. <summary>
  1265. The mouse hook root.
  1266. </summary>
  1267. </member>
  1268. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.#ctor(System.IntPtr,Syncfusion.WinForms.Core.Interfaces.IKeyboardHook)">
  1269. <summary>
  1270. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.KeyboardProcHooker"/> class.
  1271. </summary>
  1272. <param name="handle">The handle.</param>
  1273. <param name="client">The client/</param>
  1274. </member>
  1275. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.Finalize">
  1276. <summary>
  1277. Finalizes an instance of the <see cref="T:Syncfusion.WinForms.Core.KeyboardProcHooker"/> class.
  1278. </summary>
  1279. </member>
  1280. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.Dispose">
  1281. <summary>
  1282. Releases a unmanaged resources.
  1283. </summary>
  1284. </member>
  1285. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.HookMessage">
  1286. <summary>
  1287. Hook the message.
  1288. </summary>
  1289. </member>
  1290. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.MessageHookProc(System.Int32,System.Int32,System.Int32)">
  1291. <summary>
  1292. Hook process used for catch mouse messages.
  1293. </summary>
  1294. <param name="code">The code.</param>
  1295. <param name="wParam">Window parameter.</param>
  1296. <param name="lParam">The handle parameter.</param>
  1297. <returns>Returns the pointer.</returns>
  1298. </member>
  1299. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.UnHookMessage">
  1300. <summary>
  1301. Unhook the message.
  1302. </summary>
  1303. </member>
  1304. <member name="P:Syncfusion.WinForms.Core.KeyboardProcHooker.DisableMessageHook">
  1305. <summary>
  1306. Gets or sets a value indicating whether the hook message can be disabled.
  1307. </summary>
  1308. </member>
  1309. <member name="P:Syncfusion.WinForms.Core.KeyboardProcHooker.HookMessages">
  1310. <summary>
  1311. Gets or sets a value indicating whether the hook message can be done.
  1312. </summary>
  1313. </member>
  1314. <member name="T:Syncfusion.WinForms.Core.KeyboardProcHooker.MessageHookObject">
  1315. <summary>
  1316. Represents a class that contains the message hook object.
  1317. </summary>
  1318. </member>
  1319. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.MessageHookObject.HC_ACTION">
  1320. <summary>
  1321. The action.
  1322. </summary>
  1323. </member>
  1324. <member name="F:Syncfusion.WinForms.Core.KeyboardProcHooker.MessageHookObject.reference">
  1325. <summary>
  1326. The reference
  1327. </summary>
  1328. </member>
  1329. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.MessageHookObject.#ctor(Syncfusion.WinForms.Core.KeyboardProcHooker)">
  1330. <summary>
  1331. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.KeyboardProcHooker.MessageHookObject"/> class.
  1332. </summary>
  1333. <param name="parent">The parent.</param>
  1334. </member>
  1335. <member name="M:Syncfusion.WinForms.Core.KeyboardProcHooker.MessageHookObject.Callback(System.Int32,System.Int32,System.Int32)">
  1336. <summary>
  1337. The callback message.
  1338. </summary>
  1339. <param name="code">The code.</param>
  1340. <param name="wParam">Window parameter.</param>
  1341. <param name="lParam">The handle parameter.</param>
  1342. <returns>Returns the pointer.</returns>
  1343. </member>
  1344. <member name="T:Syncfusion.WinForms.Core.FormWindow">
  1345. <summary>
  1346. Represents a class that provides the customized window support.
  1347. </summary>
  1348. </member>
  1349. <member name="F:Syncfusion.WinForms.Core.FormWindow.popupContainer">
  1350. <summary>
  1351. The popup container
  1352. </summary>
  1353. </member>
  1354. <member name="M:Syncfusion.WinForms.Core.FormWindow.#ctor(Syncfusion.WinForms.Core.PopupBase)">
  1355. <summary>
  1356. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.FormWindow"/> class.
  1357. </summary>
  1358. <param name="popupContainer">The popup container</param>
  1359. </member>
  1360. <member name="M:Syncfusion.WinForms.Core.FormWindow.DestroyHandle">
  1361. <summary>
  1362. Destroys the window and its handle.
  1363. </summary>
  1364. </member>
  1365. <member name="M:Syncfusion.WinForms.Core.FormWindow.WndProc(System.Windows.Forms.Message@)">
  1366. <summary>
  1367. Invokes the default window procedure associated with this window.
  1368. </summary>
  1369. <param name="m">A System.Windows.Forms.Message that is associated with the current Windows
  1370. message. </param>
  1371. </member>
  1372. <member name="T:Syncfusion.WinForms.Core.PopupCloseRequestListener">
  1373. <summary>
  1374. Represents a class that provides support to list the popup close actions.
  1375. </summary>
  1376. </member>
  1377. <member name="F:Syncfusion.WinForms.Core.PopupCloseRequestListener.popup">
  1378. <summary>
  1379. The popup container.
  1380. </summary>
  1381. </member>
  1382. <member name="F:Syncfusion.WinForms.Core.PopupCloseRequestListener.parentControl">
  1383. <summary>
  1384. The parent control.
  1385. </summary>
  1386. </member>
  1387. <member name="F:Syncfusion.WinForms.Core.PopupCloseRequestListener.popupHost">
  1388. <summary>
  1389. The popup host control.
  1390. </summary>
  1391. </member>
  1392. <member name="M:Syncfusion.WinForms.Core.PopupCloseRequestListener.#ctor(Syncfusion.WinForms.Core.PopupBase)">
  1393. <summary>
  1394. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.PopupCloseRequestListener"/> class.
  1395. </summary>
  1396. <param name="popup">The popup container.</param>
  1397. </member>
  1398. <member name="M:Syncfusion.WinForms.Core.PopupCloseRequestListener.Dispose">
  1399. <summary>
  1400. Dispose the managed and unmanaged resources.
  1401. </summary>
  1402. </member>
  1403. <member name="M:Syncfusion.WinForms.Core.PopupCloseRequestListener.Attach">
  1404. <summary>
  1405. Attach the control.
  1406. </summary>
  1407. </member>
  1408. <member name="M:Syncfusion.WinForms.Core.PopupCloseRequestListener.Release">
  1409. <summary>
  1410. Release the control.
  1411. </summary>
  1412. </member>
  1413. <member name="M:Syncfusion.WinForms.Core.PopupCloseRequestListener.ParentLostFocus(System.Object,System.EventArgs)">
  1414. <summary>
  1415. Occurs when parent lost focus.
  1416. </summary>
  1417. <param name="sender">The sender.</param>
  1418. <param name="e">The event arguments.</param>
  1419. </member>
  1420. <member name="M:Syncfusion.WinForms.Core.PopupCloseRequestListener.MenuCloseEvent(System.Object,System.EventArgs)">
  1421. <summary>
  1422. Occurs when menu closed.
  1423. </summary>
  1424. <param name="sender">The sender.</param>
  1425. <param name="e">The event arguments</param>
  1426. </member>
  1427. <member name="M:Syncfusion.WinForms.Core.PopupCloseRequestListener.FormDeactivate(System.Object,System.EventArgs)">
  1428. <summary>
  1429. occurs when deactivate the form.
  1430. </summary>
  1431. <param name="sender">The sender.</param>
  1432. <param name="e">The event arguments.</param>
  1433. </member>
  1434. <member name="P:Syncfusion.WinForms.Core.PopupCloseRequestListener.IgnoreDeactivateTick">
  1435. <summary>
  1436. Gets or sets a integer value.
  1437. </summary>
  1438. </member>
  1439. <member name="P:Syncfusion.WinForms.Core.PopupCloseRequestListener.PopupHost">
  1440. <summary>
  1441. Gets or sets the popup host.
  1442. </summary>
  1443. </member>
  1444. <member name="P:Syncfusion.WinForms.Core.PopupCloseRequestListener.ParentControl">
  1445. <summary>
  1446. Gets or sets the parent control.
  1447. </summary>
  1448. </member>
  1449. <member name="T:Syncfusion.WinForms.Core.MouseProcHookerUtil">
  1450. <summary>
  1451. Represents a class that contains the mouse process hooker helper functions.
  1452. </summary>
  1453. </member>
  1454. <member name="F:Syncfusion.WinForms.Core.MouseProcHookerUtil.thisProcessID">
  1455. <summary>
  1456. The process id.
  1457. </summary>
  1458. </member>
  1459. <member name="F:Syncfusion.WinForms.Core.MouseProcHookerUtil.clientHL">
  1460. <summary>
  1461. The client.
  1462. </summary>
  1463. </member>
  1464. <member name="F:Syncfusion.WinForms.Core.MouseProcHookerUtil.handle">
  1465. <summary>
  1466. The handle.
  1467. </summary>
  1468. </member>
  1469. <member name="F:Syncfusion.WinForms.Core.MouseProcHookerUtil.hookDisable">
  1470. <summary>
  1471. The hook disable.
  1472. </summary>
  1473. </member>
  1474. <member name="F:Syncfusion.WinForms.Core.MouseProcHookerUtil.messageHookHandle">
  1475. <summary>
  1476. The mouse hook handle.
  1477. </summary>
  1478. </member>
  1479. <member name="F:Syncfusion.WinForms.Core.MouseProcHookerUtil.messageHookRoot">
  1480. <summary>
  1481. The message hook root.
  1482. </summary>
  1483. </member>
  1484. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.#ctor(System.IntPtr,Syncfusion.WinForms.Core.Interfaces.IMouseHook)">
  1485. <summary>
  1486. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.MouseProcHookerUtil"/> class.
  1487. </summary>
  1488. <param name="handle">The handle.</param>
  1489. <param name="clientHL">The client handle.</param>
  1490. </member>
  1491. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.Finalize">
  1492. <summary>
  1493. Finalizes an instance of the <see cref="T:Syncfusion.WinForms.Core.MouseProcHookerUtil"/> class.
  1494. </summary>
  1495. </member>
  1496. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.Dispose">
  1497. <summary>
  1498. Releases the unmanaged resources.
  1499. </summary>
  1500. </member>
  1501. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.HookMessage">
  1502. <summary>
  1503. Hook the message.
  1504. </summary>
  1505. </member>
  1506. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.MessageHookProc(System.Int32,System.Int32,System.Int32)">
  1507. <summary>
  1508. Hook process used for catch mouse messages.
  1509. </summary>
  1510. <param name="code">The code.</param>
  1511. <param name="wParam">Window parameter.</param>
  1512. <param name="lParam">The handle parameter.</param>
  1513. <returns>The message pointer.</returns>
  1514. </member>
  1515. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.UnHookMessage">
  1516. <summary>
  1517. Unhook the message.
  1518. </summary>
  1519. </member>
  1520. <member name="P:Syncfusion.WinForms.Core.MouseProcHookerUtil.DisableMessageHook">
  1521. <summary>
  1522. Gets or sets a value indicating whether can disable hook message.
  1523. </summary>
  1524. </member>
  1525. <member name="P:Syncfusion.WinForms.Core.MouseProcHookerUtil.HookMessages">
  1526. <summary>
  1527. Gets or sets a value indicating whether the message can hook.
  1528. </summary>
  1529. </member>
  1530. <member name="T:Syncfusion.WinForms.Core.MouseProcHookerUtil.MessageHookObject">
  1531. <summary>
  1532. Represents a class that contains the message hook object.
  1533. </summary>
  1534. </member>
  1535. <member name="F:Syncfusion.WinForms.Core.MouseProcHookerUtil.MessageHookObject.reference">
  1536. <summary>
  1537. The reference.
  1538. </summary>
  1539. </member>
  1540. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.MessageHookObject.#ctor(Syncfusion.WinForms.Core.MouseProcHookerUtil)">
  1541. <summary>
  1542. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.MouseProcHookerUtil.MessageHookObject"/> class.
  1543. </summary>
  1544. <param name="parent">The parent.</param>
  1545. </member>
  1546. <member name="M:Syncfusion.WinForms.Core.MouseProcHookerUtil.MessageHookObject.Callback(System.Int32,System.Int32,System.Int32)">
  1547. <summary>
  1548. Call back.
  1549. </summary>
  1550. <param name="code">A code.</param>
  1551. <param name="wParam">Window parameter.</param>
  1552. <param name="lParam">Handle parameter.</param>
  1553. <returns>Returns the pointer value.</returns>
  1554. </member>
  1555. <member name="T:Syncfusion.WinForms.Core.PopupHelper">
  1556. <summary>
  1557. Represent a class that provides the helper methods for the popup container.
  1558. </summary>
  1559. </member>
  1560. <member name="F:Syncfusion.WinForms.Core.PopupHelper.SWP_NOACTIVATE">
  1561. <summary>
  1562. The constant value for no active.
  1563. </summary>
  1564. </member>
  1565. <member name="F:Syncfusion.WinForms.Core.PopupHelper.SWP_SHOWWINDOW">
  1566. <summary>
  1567. The constant value for show window.
  1568. </summary>
  1569. </member>
  1570. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ShowWindowTopMost(System.IntPtr,System.Drawing.Point,System.Drawing.Size)">
  1571. <summary>
  1572. Show the window at top.
  1573. </summary>
  1574. <param name="handle">The handle.</param>
  1575. <param name="location">The location.</param>
  1576. <param name="size">The size.</param>
  1577. </member>
  1578. <member name="M:Syncfusion.WinForms.Core.PopupHelper.SetVisibleNoActivate(System.Windows.Forms.Control,System.Boolean)">
  1579. <summary>
  1580. Set visible when not active.
  1581. </summary>
  1582. <param name="control">The control.</param>
  1583. <param name="visible">The boolean value.</param>
  1584. </member>
  1585. <member name="M:Syncfusion.WinForms.Core.PopupHelper.GetParentControl(System.IntPtr)">
  1586. <summary>
  1587. Get the parent control.
  1588. </summary>
  1589. <param name="handle">The handle.</param>
  1590. <returns>Returns the parent control.</returns>
  1591. </member>
  1592. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ComputeDefaultTopBottomAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@,System.Drawing.Rectangle,System.Boolean)">
  1593. <summary>
  1594. Compute the default top bottom alignment.
  1595. </summary>
  1596. <param name="prevAlignment">The previous alignment.</param>
  1597. <param name="newAlignment">The new alignment.</param>
  1598. <param name="parentBounds">The rectangle.</param>
  1599. <param name="isRTL">The boolean indicates the right to left mode.</param>
  1600. <returns>Returns the point.</returns>
  1601. </member>
  1602. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ComputeDefaultTopBottomAlignmentExt(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@,System.Windows.Forms.Control,System.Drawing.Rectangle,System.Boolean)">
  1603. <summary>
  1604. Compute the default top bottom alignment.
  1605. </summary>
  1606. <param name="prevAlignment">The previous alignment.</param>
  1607. <param name="newAlignment">The new alignment.</param>
  1608. <param name="parent">The parent.</param>
  1609. <param name="parentBounds">The rectangle.</param>
  1610. <param name="isRTL">The boolean indicates the right to left mode.</param>
  1611. <returns>Returns the point.</returns>
  1612. </member>
  1613. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ComputeDefaultLeftRightAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@,System.Drawing.Rectangle,System.Boolean)">
  1614. <summary>
  1615. Compute the default left right alignment.
  1616. </summary>
  1617. <param name="prevAlignment">The previous alignment.</param>
  1618. <param name="newAlignment">The new alignment.</param>
  1619. <param name="parentBounds">The rectangle.</param>
  1620. <param name="isRTL">The boolean indicates the right to left mode.</param>
  1621. <returns>Returns the point.</returns>
  1622. </member>
  1623. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ComputeDefaultLeftRightAlignmentExt(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@,System.Windows.Forms.Control,System.Drawing.Rectangle,System.Boolean)">
  1624. <summary>
  1625. Compute the default left right alignment.
  1626. </summary>
  1627. <param name="prevAlignment">The previous alignment.</param>
  1628. <param name="newAlignment">The new alignment.</param>
  1629. <param name="parent">The parent.</param>
  1630. <param name="parentBounds">The rectangle.</param>
  1631. <param name="isRTL">The boolean indicates the right to left mode.</param>
  1632. <returns>Returns the point.</returns>
  1633. </member>
  1634. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ComputeLocationFromAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,System.Drawing.Rectangle)">
  1635. <summary>
  1636. Compute the location based on the alignment.
  1637. </summary>
  1638. <param name="align">The alignment.</param>
  1639. <param name="dropDownBounds">The bounds.</param>
  1640. <returns>Returns the point.</returns>
  1641. </member>
  1642. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ComputeDefaultPopupAlignment(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment@,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,System.Drawing.Rectangle)">
  1643. <summary>
  1644. Compute the location based on default popup alignment.
  1645. </summary>
  1646. <param name="prevAlign">The previous alignment.</param>
  1647. <param name="newAlign">The next alignment</param>
  1648. <param name="firstPrefAlignment">The first preference alignment.</param>
  1649. <param name="lastPrefAlignment">The last preference alignment</param>
  1650. <param name="parentBounds">The parent bounds.</param>
  1651. <returns>Returns the location.</returns>
  1652. </member>
  1653. <member name="M:Syncfusion.WinForms.Core.PopupHelper.ComputeDefaultBorderOverlapCue(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment,System.Drawing.Rectangle)">
  1654. <summary>
  1655. Compute the default border locations.
  1656. </summary>
  1657. <param name="rightAlign">The alignment.</param>
  1658. <param name="dropDownBounds">The bounds.</param>
  1659. <returns>Returns the locations.</returns>
  1660. </member>
  1661. <member name="T:Syncfusion.WinForms.Core.SystemInfo">
  1662. <summary>
  1663. This class will provide more information that the .Net equivalent ignored.
  1664. </summary>
  1665. </member>
  1666. <member name="F:Syncfusion.WinForms.Core.SystemInfo.appTypeKnown">
  1667. <summary>
  1668. The app key down.
  1669. </summary>
  1670. </member>
  1671. <member name="F:Syncfusion.WinForms.Core.SystemInfo.isDotNetApp">
  1672. <summary>
  1673. The boolean value.
  1674. </summary>
  1675. </member>
  1676. <member name="F:Syncfusion.WinForms.Core.SystemInfo.executablePathURI">
  1677. <summary>
  1678. The string value.
  1679. </summary>
  1680. </member>
  1681. <member name="F:Syncfusion.WinForms.Core.SystemInfo.isDevStudio">
  1682. <summary>
  1683. The boolean value.
  1684. </summary>
  1685. </member>
  1686. <member name="P:Syncfusion.WinForms.Core.SystemInfo.KeyboardCuesAlwaysOn">
  1687. <summary>
  1688. Gets a value indicating whether the menu access keys are always underlined.
  1689. </summary>
  1690. </member>
  1691. <member name="P:Syncfusion.WinForms.Core.SystemInfo.IsDotNetApp">
  1692. <summary>
  1693. Gets or sets a value indicating whether the current application is a .Net application.
  1694. </summary>
  1695. <value>True if .Net; false otherwise.</value>
  1696. <remarks>
  1697. By default, this method will automatically determine whether or not the current active
  1698. app is a .Net app or a native app. However, to speed up performance (by a fraction of a second),
  1699. you can set this value appropriately at the beginning of your app. Note that
  1700. an incorrect setting would cause unforeseen behavior.
  1701. </remarks>
  1702. </member>
  1703. <member name="P:Syncfusion.WinForms.Core.SystemInfo.IsDevStudio">
  1704. <summary>
  1705. Gets a value indicating whether the component is used inside developer studio.
  1706. </summary>
  1707. </member>
  1708. <member name="T:Syncfusion.WinForms.Core.MessageFilterEntryHelper">
  1709. <summary>
  1710. Represents a class that provides support for handling mouse and keyboard process,
  1711. </summary>
  1712. </member>
  1713. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.singleton">
  1714. <summary>
  1715. This needs to be ThreadStatic because pre-filter notifications happen on
  1716. a thread-basis.
  1717. </summary>
  1718. </member>
  1719. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.isDevEnv">
  1720. <summary>
  1721. The boolean value.
  1722. </summary>
  1723. </member>
  1724. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.isEnv">
  1725. <summary>
  1726. WF-49801-Set environment for VB6 to close dropdown in SfComboBox.
  1727. </summary>
  1728. </member>
  1729. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.isDisableReleaseHook">
  1730. <summary>
  1731. The boolean value.
  1732. </summary>
  1733. </member>
  1734. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.filters">
  1735. <summary>
  1736. The array list.
  1737. </summary>
  1738. </member>
  1739. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.suspendHashTable">
  1740. <summary>
  1741. The hash table.
  1742. </summary>
  1743. </member>
  1744. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.hashTableFilters">
  1745. <summary>
  1746. The hash table.
  1747. </summary>
  1748. </member>
  1749. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.flag">
  1750. <summary>
  1751. The flag.
  1752. </summary>
  1753. </member>
  1754. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.mouseProcHooker">
  1755. <summary>
  1756. The mouse process hooker.
  1757. </summary>
  1758. </member>
  1759. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.keyboardProcHooker">
  1760. <summary>
  1761. The keyboard process hooker.
  1762. </summary>
  1763. </member>
  1764. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.parsingFilters">
  1765. <summary>
  1766. The boolean value.
  1767. </summary>
  1768. </member>
  1769. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.filtersToRemoveAfterParse">
  1770. <summary>
  1771. The array list.
  1772. </summary>
  1773. </member>
  1774. <member name="F:Syncfusion.WinForms.Core.MessageFilterEntryHelper.messageFilterEntryHelperWeakContainer">
  1775. <summary>
  1776. The message filter entry helper.
  1777. </summary>
  1778. </member>
  1779. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.#ctor">
  1780. <summary>
  1781. Prevents a default instance of the <see cref="T:Syncfusion.WinForms.Core.MessageFilterEntryHelper"/> class from being created.
  1782. </summary>
  1783. </member>
  1784. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.Dispose">
  1785. <summary>
  1786. Releases the resources.
  1787. </summary>
  1788. </member>
  1789. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.Syncfusion#WinForms#Core#Interfaces#IMouseHook#MouseHook(System.Int32,System.Drawing.Point,System.IntPtr,System.Int32,System.Int32)">
  1790. <summary>
  1791. Handle the mouse hook process.
  1792. </summary>
  1793. <param name="msg">The message.</param>
  1794. <param name="point">The point.</param>
  1795. <param name="hwnd">The control handle.</param>
  1796. <param name="wHitTestCode">The integer value contains the hit test code.</param>
  1797. <param name="extraInfo">The integer value.</param>
  1798. <returns>Returns the boolean value.</returns>
  1799. </member>
  1800. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.Syncfusion#WinForms#Core#Interfaces#IKeyboardHook#KeyboardHookProc(System.Int32,System.Int32)">
  1801. <summary>
  1802. Implements the keyboard hook process.
  1803. </summary>
  1804. <param name="wParam">The integer contains the windows parameter.</param>
  1805. <param name="lParam">The integer value contains the value used to keyboard.</param>
  1806. <returns>Returns the boolean value.</returns>
  1807. </member>
  1808. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.System#Windows#Forms#IMessageFilter#PreFilterMessage(System.Windows.Forms.Message@)">
  1809. <summary>
  1810. Implements the message filter implementation.
  1811. </summary>
  1812. <param name="m">The message.</param>
  1813. <returns>Returns the boolean value.</returns>
  1814. </member>
  1815. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.RemoveMessageFilter(System.Windows.Forms.IMessageFilter)">
  1816. <summary>
  1817. Remove the message filter.
  1818. </summary>
  1819. <param name="filter">The interface that will receive messages for filtering in a .NET app.</param>
  1820. </member>
  1821. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.Suspend(System.Object)">
  1822. <summary>
  1823. Suspends applying filters by tag.
  1824. </summary>
  1825. <param name="tag">The object.</param>
  1826. </member>
  1827. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.Resume(System.Object)">
  1828. <summary>
  1829. Resumes applying filters by tag.
  1830. </summary>
  1831. <param name="tag">The object</param>
  1832. </member>
  1833. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.AddMessageFilter(System.Windows.Forms.IMessageFilter,System.Boolean,System.Object)">
  1834. <summary>
  1835. Add the message filter.
  1836. </summary>
  1837. <param name="filter">The interface that will receive messages for filtering in a .NET app.</param>
  1838. <param name="onTop">Specifies whether or not this filter should be inserted on top (with highest priority).</param>
  1839. <param name="tag">The object.</param>
  1840. </member>
  1841. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.AddMessageFilter(System.Windows.Forms.IMessageFilter,System.Boolean)">
  1842. <summary>
  1843. Utility to help you filter messages in both a .NET and Native app.
  1844. </summary>
  1845. <param name="filter">The interface that will receive messages for filtering in a .NET app.</param>
  1846. <param name="onTop">Specifies whether or not this filter should be inserted on top (with highest priority).</param>
  1847. </member>
  1848. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.SuspendInternal(System.Object)">
  1849. <summary>
  1850. Suspend the internal process.
  1851. </summary>
  1852. <param name="tag">The object.</param>
  1853. </member>
  1854. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.ResumeInternal(System.Object)">
  1855. <summary>
  1856. Resume the internal process.
  1857. </summary>
  1858. <param name="tag">The object.</param>
  1859. </member>
  1860. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.AddMessageFilterInternal(System.Windows.Forms.IMessageFilter,System.Boolean,System.Object)">
  1861. <summary>
  1862. Add the message filter.
  1863. </summary>
  1864. <param name="filter">The interface that will receive messages for filtering in a .NET app.</param>
  1865. <param name="onTop">Specifies whether or not this filter should be inserted on top (with highest priority).</param>
  1866. <param name="tag">The object.</param>
  1867. </member>
  1868. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.AddMessageFilterInternal(System.Windows.Forms.IMessageFilter,System.Boolean)">
  1869. <summary>
  1870. Add the internal message filter.
  1871. </summary>
  1872. <param name="filter">The interface that will receive messages for filtering in a .NET app.</param>
  1873. <param name="onTop">Specifies whether or not this filter should be inserted on top (with highest priority).</param>
  1874. </member>
  1875. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.RemoveMessageFilterInternal(System.Windows.Forms.IMessageFilter)">
  1876. <summary>
  1877. Remove the message filter.
  1878. </summary>
  1879. <param name="filter">The interface that will receive messages for filtering in a .NET app.</param>
  1880. </member>
  1881. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.OnAppIdle(System.Object,System.EventArgs)">
  1882. <summary>
  1883. Occurs when the application is idle.
  1884. </summary>
  1885. <param name="sender">The sender.</param>
  1886. <param name="eventArgs">The event args.</param>
  1887. </member>
  1888. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.OnBeforeFiltersEnumeration">
  1889. <summary>
  1890. Change the parse filter on before filters.
  1891. </summary>
  1892. </member>
  1893. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.VerifyHooksRequirement">
  1894. <summary>
  1895. Verify the hooks requirement
  1896. </summary>
  1897. </member>
  1898. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.OnAfterFiltersEnumeration">
  1899. <summary>
  1900. Change the parse filter mode after applied the filters.
  1901. </summary>
  1902. </member>
  1903. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.InitHooks">
  1904. <summary>
  1905. Initialize the hooks.
  1906. </summary>
  1907. </member>
  1908. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelper.ReleaseHooks">
  1909. <summary>
  1910. Release the hooks used in this class.
  1911. </summary>
  1912. </member>
  1913. <member name="P:Syncfusion.WinForms.Core.MessageFilterEntryHelper.Singleton">
  1914. <summary>
  1915. Gets the <see cref="T:Syncfusion.WinForms.Core.MessageFilterEntryHelper"/> value.
  1916. </summary>
  1917. </member>
  1918. <member name="P:Syncfusion.WinForms.Core.MessageFilterEntryHelper.DisableReleaseHook">
  1919. <summary>
  1920. Gets or sets a value indicating whether to disable release hook or not
  1921. </summary>
  1922. </member>
  1923. <member name="T:Syncfusion.WinForms.Core.MessageFilterEntryHelperWeakContainer">
  1924. <summary>
  1925. Represents a class that provides the message filter support.
  1926. </summary>
  1927. </member>
  1928. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelperWeakContainer.#ctor(Syncfusion.WinForms.Core.MessageFilterEntryHelper)">
  1929. <summary>
  1930. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.MessageFilterEntryHelperWeakContainer"/> class.
  1931. </summary>
  1932. <param name="target">The target.</param>
  1933. </member>
  1934. <member name="M:Syncfusion.WinForms.Core.MessageFilterEntryHelperWeakContainer.AppIdleWeakEventHandler(System.Object,System.EventArgs)">
  1935. <summary>
  1936. Application idle weak event handler.
  1937. </summary>
  1938. <param name="sender">The object.</param>
  1939. <param name="args">The event data.</param>
  1940. </member>
  1941. <member name="T:Syncfusion.WinForms.Core.PopupManager">
  1942. <summary>
  1943. Represents a class that provides the support for popup control container.
  1944. </summary>
  1945. </member>
  1946. <member name="F:Syncfusion.WinForms.Core.PopupManager.singleton">
  1947. <summary>
  1948. The popup manager.
  1949. </summary>
  1950. </member>
  1951. <member name="F:Syncfusion.WinForms.Core.PopupManager.curPopup">
  1952. <summary>
  1953. The current popup child control.
  1954. </summary>
  1955. </member>
  1956. <member name="F:Syncfusion.WinForms.Core.PopupManager.latestSetFocusSetting">
  1957. <summary>
  1958. The boolean value.
  1959. </summary>
  1960. </member>
  1961. <member name="F:Syncfusion.WinForms.Core.PopupManager.setFocusTimer">
  1962. <summary>
  1963. The timer.
  1964. </summary>
  1965. </member>
  1966. <member name="F:Syncfusion.WinForms.Core.PopupManager.latestFocusControl">
  1967. <summary>
  1968. The last focus control.
  1969. </summary>
  1970. </member>
  1971. <member name="F:Syncfusion.WinForms.Core.PopupManager.previousPopUp">
  1972. <summary>
  1973. The previous popup.
  1974. </summary>
  1975. </member>
  1976. <member name="M:Syncfusion.WinForms.Core.PopupManager.#ctor">
  1977. <summary>
  1978. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.PopupManager"/> class.
  1979. </summary>
  1980. </member>
  1981. <member name="M:Syncfusion.WinForms.Core.PopupManager.Dispose">
  1982. <summary>
  1983. Releases the used resources.
  1984. </summary>
  1985. </member>
  1986. <member name="M:Syncfusion.WinForms.Core.PopupManager.PreFilterMessage(System.Windows.Forms.Message@)">
  1987. <summary>
  1988. Handles the filter message.
  1989. </summary>
  1990. <param name="m">The message.</param>
  1991. <returns>Returns the boolean value.</returns>
  1992. </member>
  1993. <member name="M:Syncfusion.WinForms.Core.PopupManager.Syncfusion#WinForms#Core#Interfaces#IMouseHook#MouseHook(System.Int32,System.Drawing.Point,System.IntPtr,System.Int32,System.Int32)">
  1994. <summary>
  1995. Implements the mouse hook process.
  1996. </summary>
  1997. <param name="msg">The message.</param>
  1998. <param name="point">The position.</param>
  1999. <param name="hwnd">The handle.</param>
  2000. <param name="wHitTestCode">The hit test code.</param>
  2001. <param name="extraInfo">The integer value.</param>
  2002. <returns>Returns the boolean value.</returns>
  2003. </member>
  2004. <member name="M:Syncfusion.WinForms.Core.PopupManager.Syncfusion#WinForms#Core#Interfaces#IKeyboardHook#KeyboardHookProc(System.Int32,System.Int32)">
  2005. <summary>
  2006. Handles the keyboard hook process.
  2007. </summary>
  2008. <param name="wParam">The integer value contains the window parameter.</param>
  2009. <param name="lParam">The integer value.</param>
  2010. <returns>Returns the boolean value.</returns>
  2011. </member>
  2012. <member name="M:Syncfusion.WinForms.Core.PopupManager.SetCurrentPopupClient(Syncfusion.WinForms.Core.Interfaces.IPopupChild,System.Boolean,System.Boolean)">
  2013. <summary>
  2014. Set the current popup client.
  2015. </summary>
  2016. <param name="client">Popup client.</param>
  2017. <param name="active">The boolean value indicates active.</param>
  2018. <param name="callKillFocusOnFocused">The boolean value.</param>
  2019. </member>
  2020. <member name="M:Syncfusion.WinForms.Core.PopupManager.IsAncestor(Syncfusion.WinForms.Core.Interfaces.IPopupChild,Syncfusion.WinForms.Core.Interfaces.IPopupParent)">
  2021. <summary>
  2022. Gets the the boolean value.
  2023. </summary>
  2024. <param name="popup">The popup child.</param>
  2025. <param name="parent">The popup parent.</param>
  2026. <returns>Returns the boolean value.</returns>
  2027. </member>
  2028. <member name="M:Syncfusion.WinForms.Core.PopupManager.CallKillFocusOnFocused">
  2029. <summary>
  2030. Calls the kill focus.
  2031. </summary>
  2032. </member>
  2033. <member name="M:Syncfusion.WinForms.Core.PopupManager.CallSetFocusOnFocused">
  2034. <summary>
  2035. Sets the focus.
  2036. </summary>
  2037. </member>
  2038. <member name="M:Syncfusion.WinForms.Core.PopupManager.SetFocusTimer_Event(System.Object,System.EventArgs)">
  2039. <summary>
  2040. Delayed set focus.
  2041. </summary>
  2042. <param name="sender">The sender.</param>
  2043. <param name="e">The event arguments.</param>
  2044. </member>
  2045. <member name="M:Syncfusion.WinForms.Core.PopupManager.SetCurrentPopup(Syncfusion.WinForms.Core.Interfaces.IPopupChild,System.Boolean,System.Boolean)">
  2046. <summary>
  2047. Set the current popup.
  2048. </summary>
  2049. <param name="popup">The popup child.</param>
  2050. <param name="active">The boolean value indicates the active.</param>
  2051. <param name="callKillFocusOnFocused">The boolean value.</param>
  2052. </member>
  2053. <member name="P:Syncfusion.WinForms.Core.PopupManager.ActivePopupClient">
  2054. <summary>
  2055. Gets the active popup child.
  2056. </summary>
  2057. </member>
  2058. <member name="P:Syncfusion.WinForms.Core.PopupManager.Singleton">
  2059. <summary>
  2060. Gets the popup manager.
  2061. </summary>
  2062. </member>
  2063. <member name="P:Syncfusion.WinForms.Core.PopupManager.ActivePopup">
  2064. <summary>
  2065. Gets the current popup control.
  2066. </summary>
  2067. </member>
  2068. <member name="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo">
  2069. <summary>
  2070. Represents the class to define the style for <see cref="!:Syncfusion.WinForms.Input.SfComboBox"/> control.
  2071. </summary>
  2072. </member>
  2073. <member name="F:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.defaultStyle">
  2074. <summary>
  2075. Maintains the default style of the <see cref="!:Syncfusion.WinForms.Input.ComboBoxEditorStyleInfo"/>.
  2076. </summary>
  2077. </member>
  2078. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.#ctor">
  2079. <summary>
  2080. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo"/> class.
  2081. </summary>
  2082. </member>
  2083. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.#ctor(Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo)">
  2084. <summary>
  2085. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo"/> class.
  2086. </summary>
  2087. <param name="style">
  2088. The style object that contains the original data.
  2089. </param>
  2090. </member>
  2091. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.#ctor(Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore)">
  2092. <summary>
  2093. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo"/> class.
  2094. </summary>
  2095. <param name="store">
  2096. A <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore"/> that holds data for this
  2097. <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo"/>.
  2098. All changes in this style object will be saved in the
  2099. <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore"/> object.
  2100. </param>
  2101. </member>
  2102. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
  2103. <summary>
  2104. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo"/> class.
  2105. </summary>
  2106. <param name="identity">
  2107. The identity.
  2108. </param>
  2109. </member>
  2110. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore)">
  2111. <summary>
  2112. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo"/> class.
  2113. </summary>
  2114. <param name="identity">
  2115. The identity.
  2116. </param>
  2117. <param name="store">
  2118. A <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore"/> that holds data for this
  2119. <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo"/>.
  2120. All changes in this style object will be saved in the
  2121. <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore"/> object.
  2122. </param>
  2123. </member>
  2124. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.GetDefaultStyle">
  2125. <summary>
  2126. Gets the default style value of the <see cref="!:Syncfusion.WinForms.Input.ComboBoxEditorStyleInfo"/> class.
  2127. </summary>
  2128. <returns>Returns the default style value.</returns>
  2129. </member>
  2130. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.ShouldSerializeGripperBackColor">
  2131. <summary>
  2132. Determines whether Font has been modified and its contents should be serialized at design-time.
  2133. </summary>
  2134. <returns>True if contents were changed; False otherwise.</returns>
  2135. </member>
  2136. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.ShouldSerializeGripperForeColor">
  2137. <summary>
  2138. Determines whether Fore Color has been modified and its contents should be serialized at design-time.
  2139. </summary>
  2140. <returns>True if contents were changed; False otherwise.</returns>
  2141. </member>
  2142. <member name="P:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.Default">
  2143. <summary>
  2144. Gets the default DropDownStyleInfo value.
  2145. </summary>
  2146. </member>
  2147. <member name="P:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.GripperForeColor">
  2148. <summary>
  2149. Gets or sets the fore color of textbox
  2150. </summary>
  2151. </member>
  2152. <member name="P:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.BorderColor">
  2153. <summary>
  2154. Gets or sets the BorderColor of dropdown.
  2155. </summary>
  2156. </member>
  2157. <member name="P:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfo.GripperBackColor">
  2158. <summary>
  2159. Gets or sets the back color of the textbox
  2160. </summary>
  2161. </member>
  2162. <member name="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore">
  2163. <summary>
  2164. Represents the class holds the plain data for a style object excluding identity information.
  2165. </summary>
  2166. </member>
  2167. <member name="F:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.GripperBackColorProperty">
  2168. <summary>
  2169. Provides information about the <see cref="!:Syncfusion.WinForms.DataGrid.Styles.CellStyleInfo.BackColor"/> property.
  2170. </summary>
  2171. </member>
  2172. <member name="F:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.GripperForeColorProperty">
  2173. <summary>
  2174. Provides information about the <see cref="!:Syncfusion.WinForms.DataGrid.Styles.CellStyleInfo.HoverBackColor"/> property.
  2175. </summary>
  2176. </member>
  2177. <member name="F:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.BorderColorProperty">
  2178. <summary>
  2179. Provides information about the SfComboBox dropdown border color property.
  2180. </summary>
  2181. </member>
  2182. <member name="F:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.sd">
  2183. <summary>
  2184. Maintains the static data.
  2185. </summary>
  2186. </member>
  2187. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.#ctor">
  2188. <summary>
  2189. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore"/> class.
  2190. </summary>
  2191. </member>
  2192. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2193. <summary>
  2194. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore"/> class.
  2195. </summary>
  2196. <param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
  2197. <param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
  2198. </member>
  2199. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.Clone">
  2200. <summary>
  2201. Creates a copy of the current object.
  2202. </summary>
  2203. <returns>A duplicate of the current object.</returns>
  2204. </member>
  2205. <member name="M:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.GetStaticData">
  2206. <summary>
  2207. Initializes the <see cref="!:Syncfusion.WinForms.DataGrid.Styles.CellStyleInfoStore.sd"/>, if<see cref="F:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.sd"/> is null.
  2208. </summary>
  2209. <returns><see cref="!:Syncfusion.WinForms.DataGrid.Styles.CellStyleInfoStore.sd"/></returns>
  2210. </member>
  2211. <member name="P:Syncfusion.WinForms.Controls.Styles.DropDownStyleInfoStore.StaticDataStore">
  2212. <summary>
  2213. Overridden to get the static data source.
  2214. </summary>
  2215. </member>
  2216. <member name="T:Syncfusion.WinForms.Core.Popup">
  2217. <summary>
  2218. Modified PopupControlContainer that takes a child control and
  2219. adds a sizable grip so that the window can be sized.
  2220. </summary>
  2221. </member>
  2222. <member name="F:Syncfusion.WinForms.Core.Popup.showGripper">
  2223. <summary>
  2224. Initializes the container control.
  2225. </summary>
  2226. </member>
  2227. <member name="F:Syncfusion.WinForms.Core.Popup.childControl">
  2228. <summary>
  2229. The child control that is to be embedded.
  2230. </summary>
  2231. </member>
  2232. <member name="F:Syncfusion.WinForms.Core.Popup.isResizing">
  2233. <summary>
  2234. The boolean value indicates the currently the window is resizing.
  2235. </summary>
  2236. </member>
  2237. <member name="F:Syncfusion.WinForms.Core.Popup.showButtons">
  2238. <summary>
  2239. The boolean value.
  2240. </summary>
  2241. </member>
  2242. <member name="F:Syncfusion.WinForms.Core.Popup.fitToChildSize">
  2243. <summary>
  2244. Indicates whether size is dependant of child control size.
  2245. </summary>
  2246. </member>
  2247. <member name="M:Syncfusion.WinForms.Core.Popup.#ctor(System.Windows.Forms.Control)">
  2248. <summary>
  2249. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.Popup"/> class.
  2250. </summary>
  2251. <param name="childControl">The child control</param>
  2252. </member>
  2253. <member name="M:Syncfusion.WinForms.Core.Popup.Show(System.Drawing.Point)">
  2254. <summary>
  2255. Displays the popup control.
  2256. </summary>
  2257. <param name="location">The location at which the popup's left top position will appear.</param>
  2258. </member>
  2259. <member name="M:Syncfusion.WinForms.Core.Popup.ConfirmDeactivate">
  2260. <summary>
  2261. Confirm while deactivate.
  2262. </summary>
  2263. </member>
  2264. <member name="M:Syncfusion.WinForms.Core.Popup.AdjustPopupHostBounds">
  2265. <summary>
  2266. Adjusts bounds of the popupHost.
  2267. </summary>
  2268. </member>
  2269. <member name="M:Syncfusion.WinForms.Core.Popup.Dispose(System.Boolean)">
  2270. <summary>
  2271. Disposing the elements.
  2272. </summary>
  2273. <param name="disposing">The boolean value.</param>
  2274. </member>
  2275. <member name="M:Syncfusion.WinForms.Core.Popup.OnPaint(System.Windows.Forms.PaintEventArgs)">
  2276. <summary>
  2277. Override the paint.
  2278. </summary>
  2279. <param name="e">The paint event arguments</param>
  2280. </member>
  2281. <member name="M:Syncfusion.WinForms.Core.Popup.CreatePopupHost">
  2282. <summary>
  2283. Create the popup host.
  2284. </summary>
  2285. <returns>Returns the sizable popup host.</returns>
  2286. </member>
  2287. <member name="M:Syncfusion.WinForms.Core.Popup.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  2288. <summary>
  2289. Occurs when mouse down.
  2290. </summary>
  2291. <param name="e">A mouse event arguments</param>
  2292. </member>
  2293. <member name="M:Syncfusion.WinForms.Core.Popup.OnMouseLeave(System.EventArgs)">
  2294. <summary>
  2295. Occurs when mouse leave from the control.
  2296. </summary>
  2297. <param name="e">A event data.</param>
  2298. </member>
  2299. <member name="M:Syncfusion.WinForms.Core.Popup.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  2300. <summary>
  2301. Occurs while moue moved.
  2302. </summary>
  2303. <param name="e">The mouse event arguments.</param>
  2304. </member>
  2305. <member name="M:Syncfusion.WinForms.Core.Popup.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  2306. <summary>
  2307. Occurs when mouse up.
  2308. </summary>
  2309. <param name="e">The mouse event arguments</param>
  2310. </member>
  2311. <member name="M:Syncfusion.WinForms.Core.Popup.GetIsMirrored">
  2312. <summary>
  2313. Gets the right to left mode.
  2314. </summary>
  2315. <returns>Returns true if right to left mode enabled</returns>
  2316. </member>
  2317. <member name="M:Syncfusion.WinForms.Core.Popup.OnContentPaint(System.Object,System.Windows.Forms.PaintEventArgs)">
  2318. <summary>
  2319. Used to paint the content.
  2320. </summary>
  2321. <param name="sender">The source control.</param>
  2322. <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
  2323. </member>
  2324. <member name="M:Syncfusion.WinForms.Core.Popup.DrawResizeGrip(System.Windows.Forms.PaintEventArgs)">
  2325. <summary>
  2326. Draws the resize gripper for the control.
  2327. </summary>
  2328. <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains event data.</param>
  2329. </member>
  2330. <member name="P:Syncfusion.WinForms.Core.Popup.ShowButtons">
  2331. <summary>
  2332. Gets or sets a value indicating whether the button can show or not.
  2333. </summary>
  2334. </member>
  2335. <member name="P:Syncfusion.WinForms.Core.Popup.ShowGripper">
  2336. <summary>
  2337. Gets or sets a value indicating whether the gripper can show or not.
  2338. </summary>
  2339. </member>
  2340. <member name="P:Syncfusion.WinForms.Core.Popup.ScaleFactor">
  2341. <summary>
  2342. Gets a value for the dpi factor
  2343. </summary>
  2344. </member>
  2345. <member name="P:Syncfusion.WinForms.Core.Popup.FitToChildControlSize">
  2346. <summary>
  2347. Gets or sets a value indicating whether size is dependant of child control size.
  2348. </summary>
  2349. </member>
  2350. <member name="P:Syncfusion.WinForms.Core.Popup.ChildControl">
  2351. <summary>
  2352. Gets the child control
  2353. </summary>
  2354. </member>
  2355. <member name="P:Syncfusion.WinForms.Core.Popup.BottomGripBounds">
  2356. <summary>
  2357. Gets the bottom area of the resizing cursor.
  2358. </summary>
  2359. </member>
  2360. <member name="P:Syncfusion.WinForms.Core.Popup.BottomRightGripBounds">
  2361. <summary>
  2362. Gets the bottom right area of the resizing cursor.
  2363. </summary>
  2364. </member>
  2365. <member name="T:Syncfusion.WinForms.Core.PopupHost">
  2366. <summary>
  2367. Derives from the PopupHost class and adds a gripper label and
  2368. makes the form sizable.
  2369. </summary>
  2370. </member>
  2371. <member name="F:Syncfusion.WinForms.Core.PopupHost.MinBoundsWidth">
  2372. <summary>
  2373. The minimum bounds width.
  2374. </summary>
  2375. </member>
  2376. <member name="F:Syncfusion.WinForms.Core.PopupHost.MinBoundsHeight">
  2377. <summary>
  2378. The minimum bounds height.
  2379. </summary>
  2380. </member>
  2381. <member name="F:Syncfusion.WinForms.Core.PopupHost.OffsetY">
  2382. <summary>
  2383. Used when ShowGripper or ShowCloseButton property is set to true;
  2384. </summary>
  2385. </member>
  2386. <member name="F:Syncfusion.WinForms.Core.PopupHost.currentSize">
  2387. <summary>
  2388. The current size - used when resizing.
  2389. </summary>
  2390. </member>
  2391. <member name="F:Syncfusion.WinForms.Core.PopupHost.isResizing">
  2392. <summary>
  2393. Indicates whether the window is being resized.
  2394. </summary>
  2395. </member>
  2396. <member name="F:Syncfusion.WinForms.Core.PopupHost.showButtons">
  2397. <summary>
  2398. The boolean value.
  2399. </summary>
  2400. </member>
  2401. <member name="F:Syncfusion.WinForms.Core.PopupHost.hostRect">
  2402. <summary>
  2403. The host rectangle.
  2404. </summary>
  2405. </member>
  2406. <member name="F:Syncfusion.WinForms.Core.PopupHost.showGripper">
  2407. <summary>
  2408. Indicates whether to show gripper.
  2409. </summary>
  2410. </member>
  2411. <member name="M:Syncfusion.WinForms.Core.PopupHost.#ctor(System.Windows.Forms.Control)">
  2412. <summary>
  2413. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.PopupHost"/> class.
  2414. </summary>
  2415. <param name="childControl">The child control</param>
  2416. </member>
  2417. <member name="M:Syncfusion.WinForms.Core.PopupHost.HidePopup">
  2418. <summary>
  2419. Hides the popup.
  2420. </summary>
  2421. </member>
  2422. <member name="M:Syncfusion.WinForms.Core.PopupHost.HandleGripperMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
  2423. <summary>
  2424. Handles the MouseDown event of the gripper label.
  2425. </summary>
  2426. <param name="sender">The gripper label.</param>
  2427. <param name="e">The event data.</param>
  2428. </member>
  2429. <member name="M:Syncfusion.WinForms.Core.PopupHost.HandleGripperMouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
  2430. <summary>
  2431. Handles the MouseUp event of the gripper label.
  2432. </summary>
  2433. <param name="sender">The gripper label.</param>
  2434. <param name="e">The event data.</param>
  2435. </member>
  2436. <member name="M:Syncfusion.WinForms.Core.PopupHost.ProcessGripperDragRelease(System.Boolean)">
  2437. <summary>
  2438. Process the resizing release operation.
  2439. </summary>
  2440. <param name="isCanceled">The boolean value.</param>
  2441. </member>
  2442. <member name="M:Syncfusion.WinForms.Core.PopupHost.HandleGripperMouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
  2443. <summary>
  2444. Handler for the MouseMove event of the gripper label.
  2445. </summary>
  2446. <param name="sender">The gripper label.</param>
  2447. <param name="e">The event data.</param>
  2448. </member>
  2449. <member name="M:Syncfusion.WinForms.Core.PopupHost.Dispose(System.Boolean)">
  2450. <summary>
  2451. Releases the unmanaged resources.
  2452. </summary>
  2453. <param name="disposing">The boolean value.</param>
  2454. </member>
  2455. <member name="M:Syncfusion.WinForms.Core.PopupHost.ComputeSize">
  2456. <summary>
  2457. Overrides PopupHost.ComputeMySize.
  2458. </summary>
  2459. </member>
  2460. <member name="M:Syncfusion.WinForms.Core.PopupHost.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
  2461. <summary>
  2462. Sets the bounds.
  2463. </summary>
  2464. <param name="x">The x position.</param>
  2465. <param name="y">The y position.</param>
  2466. <param name="width">The width</param>
  2467. <param name="height">The height.</param>
  2468. <param name="specified">The boolean value.</param>
  2469. </member>
  2470. <member name="P:Syncfusion.WinForms.Core.PopupHost.ShowGripper">
  2471. <summary>
  2472. Gets or sets a value indicating whether a gripper will be shown that can used for resizing
  2473. </summary>
  2474. </member>
  2475. <member name="P:Syncfusion.WinForms.Core.PopupHost.ShowButtons">
  2476. <summary>
  2477. Gets or sets a value indicating whether the button can disable or not.
  2478. </summary>
  2479. </member>
  2480. <member name="T:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject">
  2481. <summary>
  2482. Represents the class that provides the accessibility object for the SfButton.
  2483. </summary>
  2484. </member>
  2485. <member name="F:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject.sfButton">
  2486. <summary>
  2487. Specifies the accessibility control.
  2488. </summary>
  2489. </member>
  2490. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject.#ctor(Syncfusion.WinForms.Controls.SfButton)">
  2491. <summary>
  2492. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject"/> class.
  2493. </summary>
  2494. <param name="sfButton">The SfButton which needs to create the accessibility object.</param>
  2495. </member>
  2496. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject.Role">
  2497. <summary>
  2498. Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  2499. </summary>
  2500. </member>
  2501. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject.Name">
  2502. <summary>
  2503. Gets the AccessibleName of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  2504. </summary>
  2505. </member>
  2506. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject.Parent">
  2507. <summary>
  2508. Gets the accessibility object of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> parent.
  2509. </summary>
  2510. </member>
  2511. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject.Description">
  2512. <summary>
  2513. Gets the AccessibleDescription of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  2514. </summary>
  2515. </member>
  2516. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ButtonAccessibilityObject.Bounds">
  2517. <summary>
  2518. Gets the bounds of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  2519. </summary>
  2520. </member>
  2521. <member name="T:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventHandler">
  2522. <summary>
  2523. Represents the method that will handle the <see cref="!:Syncfusion.WinForms.Core.SfScrollControl.StartAutoScrolling"/> event.
  2524. </summary>
  2525. <param name="sender">The source of the event.</param>
  2526. <param name="e">The <see cref="T:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs"/> that contains event data.</param>
  2527. </member>
  2528. <member name="T:Syncfusion.WinForms.Controls.Events.ScrollWindowEventHandler">
  2529. <summary>
  2530. Represents the method that will handle the <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.WindowScrolling"/> and <see cref="!:Syncfusion.WinForms.Core.SfScrollControl.WindowScrolled"/> events.
  2531. </summary>
  2532. <param name="sender">The object of the sender.</param>
  2533. <param name="e">An <see cref="!:Syncfusion.WinForms.Controls.ScrollWindowEventArgs"/> that contains event data.</param>
  2534. </member>
  2535. <member name="T:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventHandler">
  2536. <summary>
  2537. Represents the method that will handle the <see cref="!:Syncfusion.WinForms.Controls.ScrollBarBase.ContexMnueShowing"/> event.
  2538. </summary>
  2539. <param name="sender">The source of the event.</param>
  2540. <param name="e">The <see cref="T:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs"/> that contains the event data.</param>
  2541. </member>
  2542. <member name="T:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventHandler">
  2543. <summary>
  2544. Handles the DragScroll event of an IntelliMouseDragScroll object.
  2545. </summary>
  2546. <param name="sender">The object of the sender.</param>
  2547. <param name="e">The <see cref="T:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs"/> class.</param>
  2548. </member>
  2549. <member name="T:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs">
  2550. <summary>
  2551. Provides data for the <see cref="!:Syncfusion.WinForms.Controls.SfScrollControl.StartAutoScrolling"/> event.
  2552. </summary>
  2553. </member>
  2554. <member name="F:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs.reason">
  2555. <summary>
  2556. Specifies the reason for the auto scrolling.
  2557. </summary>
  2558. </member>
  2559. <member name="F:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs.direction">
  2560. <summary>
  2561. Specifies the direction of the auto scrolling.
  2562. </summary>
  2563. </member>
  2564. <member name="M:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs.#ctor(Syncfusion.WinForms.Controls.Enums.AutoScrollReason,Syncfusion.WinForms.Controls.Enums.AutoScrollOrientation)">
  2565. <summary>Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs"/> class.</summary>
  2566. <param name="reason">The reason for scrolling.</param>
  2567. <param name="direction">The direction of the auto scrolling.</param>
  2568. </member>
  2569. <member name="P:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs.Reason">
  2570. <summary>
  2571. Gets the reason for performing the auto scrolling, either scrollbar acceleration or mouse dragging outside window bounds.
  2572. </summary>
  2573. </member>
  2574. <member name="P:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs.Direction">
  2575. <summary>
  2576. Gets the scrollbars that need to be perform the auto scroll.
  2577. </summary>
  2578. </member>
  2579. <member name="T:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs">
  2580. <summary>
  2581. Provides the data for the <see cref="!:Syncfusion.WinForms.Core.SfScrollControl.WindowScrolling"/> and <see cref="!:Syncfusion.WinForms.Core.SfScrollControl.WindowScrolled"/> events.
  2582. </summary>
  2583. </member>
  2584. <member name="F:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.xAmount">
  2585. <summary>
  2586. The horizontal scroll amount.
  2587. </summary>
  2588. </member>
  2589. <member name="F:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.yAmount">
  2590. <summary>
  2591. The vertical scroll amount.
  2592. </summary>
  2593. </member>
  2594. <member name="F:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.rect">
  2595. <summary>
  2596. Holds the rectangle that need to be scrolled.
  2597. </summary>
  2598. </member>
  2599. <member name="F:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.clipRect">
  2600. <summary>
  2601. Holds the rectangle that need to be clipped while scrolling.
  2602. </summary>
  2603. </member>
  2604. <member name="F:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.updateRect">
  2605. <summary>
  2606. Specifies the updated rectangle after the scrolling.
  2607. </summary>
  2608. </member>
  2609. <member name="M:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.#ctor(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle)">
  2610. <summary>
  2611. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs"/> class.
  2612. </summary>
  2613. <param name="xAmount">The horizontal scroll distance in pixel.</param>
  2614. <param name="yAmount">The vertical scroll distance in pixel.</param>
  2615. <param name="rect">The bounds of the rectangle that is scrolled.</param>
  2616. <param name="clipRect">Clipping rectangle.</param>
  2617. <param name="updateRect">The rectangle that was scrolled into view.</param>
  2618. </member>
  2619. <member name="P:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.XAmount">
  2620. <summary>
  2621. Gets the horizontal scroll distance in pixels.
  2622. </summary>
  2623. </member>
  2624. <member name="P:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.YAmount">
  2625. <summary>
  2626. Gets the vertical scroll distance in pixels.
  2627. </summary>
  2628. </member>
  2629. <member name="P:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.Rect">
  2630. <summary>
  2631. Gets the bounds of the rectangle that is scrolled.
  2632. </summary>
  2633. </member>
  2634. <member name="P:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.ClipRect">
  2635. <summary>
  2636. Gets the clipped rectangle.
  2637. </summary>
  2638. </member>
  2639. <member name="P:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs.UpdateRect">
  2640. <summary>
  2641. Gets the rectangle that need to be updated.
  2642. </summary>
  2643. </member>
  2644. <member name="T:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs">
  2645. <summary>
  2646. Provides data about the cancel-able <see cref="!:Syncfusion.WinForms.Controls.ScrollBarBase.ContexMenuShowing"/> event.
  2647. </summary>
  2648. </member>
  2649. <member name="F:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.point">
  2650. <summary>
  2651. Specifies the point that needs to be show the context menu.
  2652. </summary>
  2653. </member>
  2654. <member name="F:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.contextMenu">
  2655. <summary>
  2656. The context menu strip.
  2657. </summary>
  2658. </member>
  2659. <member name="M:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.#ctor(System.Drawing.Point,System.Windows.Forms.ContextMenuStrip)">
  2660. <summary>
  2661. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs"/> class.
  2662. </summary>
  2663. <param name="point">The mouse location in screen coordinates.</param>
  2664. <param name="contextMenu">The context menu strip that needs to be show on the given point.</param>
  2665. </member>
  2666. <member name="P:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.Point">
  2667. <summary>
  2668. Gets the screen coordinates of the mouse cursor.
  2669. </summary>
  2670. </member>
  2671. <member name="P:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.ContextMenu">
  2672. <summary>
  2673. Gets or sets the context menu strip that need to be displayed.
  2674. </summary>
  2675. </member>
  2676. <member name="T:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs">
  2677. <summary>
  2678. Provides data for the DragScroll event of an IntelliMouseDragScroll object.
  2679. </summary>
  2680. </member>
  2681. <member name="F:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs.dx">
  2682. <summary>
  2683. The value of the horizontal co-ordinate.
  2684. </summary>
  2685. </member>
  2686. <member name="F:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs.dy">
  2687. <summary>
  2688. The value of the vertical co-ordinate.
  2689. </summary>
  2690. </member>
  2691. <member name="M:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs.#ctor(System.Int32,System.Int32)">
  2692. <summary>
  2693. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs"/> class.
  2694. </summary>
  2695. <param name="dx">The distance in pixels the mouse pointer has been moved horizontally.</param>
  2696. <param name="dy">The distance in pixels the mouse pointer has been moved vertically.</param>
  2697. </member>
  2698. <member name="P:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs.DX">
  2699. <summary>
  2700. Gets or sets the distance in pixels the mouse pointer has been moved horizontally.
  2701. </summary>
  2702. </member>
  2703. <member name="P:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs.DY">
  2704. <summary>
  2705. Gets or sets the distance in pixels the mouse pointer has been moved vertically.
  2706. </summary>
  2707. </member>
  2708. <member name="T:Syncfusion.WinForms.Controls.IDragDispatcher">
  2709. <summary>
  2710. Interface for implementing by parent control for supporting Drag operation.
  2711. Methods of this interface invoke corresponding drag methods of parent control.
  2712. </summary>
  2713. </member>
  2714. <member name="M:Syncfusion.WinForms.Controls.IDragDispatcher.DispatchDragOver(System.Windows.Forms.DragEventArgs)">
  2715. <summary>
  2716. Dispatch the message for DragOver.
  2717. </summary>
  2718. <param name="drgevent">The <see cref="T:System.Windows.Forms.DragEventArgs"/> that contains event data.</param>
  2719. </member>
  2720. <member name="M:Syncfusion.WinForms.Controls.IDragDispatcher.DispatchOnDragDrop(System.Windows.Forms.DragEventArgs)">
  2721. <summary>
  2722. Dispatches the message for DragDrop.
  2723. </summary>
  2724. <param name="drgevent">The <see cref="T:System.Windows.Forms.DragEventArgs"/> that contains event data.</param>
  2725. </member>
  2726. <member name="M:Syncfusion.WinForms.Controls.IDragDispatcher.DispatchOnDragEnter(System.Windows.Forms.DragEventArgs)">
  2727. <summary>
  2728. Dispatches the message for DragEnter.
  2729. </summary>
  2730. <param name="drgevent">The <see cref="T:System.Windows.Forms.DragEventArgs"/> that contains event data.</param>
  2731. </member>
  2732. <member name="M:Syncfusion.WinForms.Controls.IDragDispatcher.DispatchOnDragLeave(System.EventArgs)">
  2733. <summary>
  2734. Dispatches the message for DragLeave.
  2735. </summary>
  2736. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  2737. </member>
  2738. <member name="M:Syncfusion.WinForms.Controls.IDragDispatcher.DispatchOnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)">
  2739. <summary>
  2740. Dispatches the message for QueryContinueDrag.
  2741. </summary>
  2742. <param name="args">The <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs"/> that contains event data.</param>
  2743. </member>
  2744. <member name="M:Syncfusion.WinForms.Controls.IDragDispatcher.DispatchOnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
  2745. <summary>
  2746. Dispatches the message for GiveFeedback.
  2747. </summary>
  2748. <param name="args">The <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs"/> that contains event data.</param>
  2749. </member>
  2750. <member name="M:Syncfusion.WinForms.Controls.IDragDispatcher.DispatchDoDragDrop(System.Object,System.Windows.Forms.DragDropEffects)">
  2751. <summary>
  2752. Provides the drag drop effects.
  2753. </summary>
  2754. <param name="data">The data that need to be dragged.</param>
  2755. <param name="allowedEffects">The drag drop effects.</param>
  2756. <returns>Returns the DragDropEffects.</returns>
  2757. </member>
  2758. <member name="T:Syncfusion.WinForms.Controls.DragHelper">
  2759. <summary>
  2760. Represents the class that used to show the bitmap while dragging the cursor.
  2761. </summary>
  2762. </member>
  2763. <member name="F:Syncfusion.WinForms.Controls.DragHelper.dragBitmap">
  2764. <summary>
  2765. Holds the bitmap that needs to be dragged.
  2766. </summary>
  2767. </member>
  2768. <member name="F:Syncfusion.WinForms.Controls.DragHelper.isDragging">
  2769. <summary>
  2770. Specifies whether the dragging is in process or not.
  2771. </summary>
  2772. </member>
  2773. <member name="F:Syncfusion.WinForms.Controls.DragHelper.origin">
  2774. <summary>
  2775. Specifies the origin of the bitmap.
  2776. </summary>
  2777. </member>
  2778. <member name="F:Syncfusion.WinForms.Controls.DragHelper.overrideCursor">
  2779. <summary>
  2780. Holds the cursor that needs to be set for the control.
  2781. </summary>
  2782. </member>
  2783. <member name="F:Syncfusion.WinForms.Controls.DragHelper.parent">
  2784. <summary>
  2785. Specifies the methods for implementing by parent control for supporting Drag operation.
  2786. </summary>
  2787. </member>
  2788. <member name="F:Syncfusion.WinForms.Controls.DragHelper.shiftCalculated">
  2789. <summary>
  2790. Specifies whether the shift is calculated or not.
  2791. </summary>
  2792. </member>
  2793. <member name="F:Syncfusion.WinForms.Controls.DragHelper.keepOrigin">
  2794. <summary>
  2795. The point that needs to be tracked for the dragging.
  2796. </summary>
  2797. </member>
  2798. <member name="M:Syncfusion.WinForms.Controls.DragHelper.#ctor">
  2799. <summary>
  2800. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.DragHelper"/> class.
  2801. </summary>
  2802. </member>
  2803. <member name="M:Syncfusion.WinForms.Controls.DragHelper.ShowWindowTopMost">
  2804. <summary>
  2805. Displays the drag window as the topmost window.
  2806. </summary>
  2807. </member>
  2808. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnSetCursor(System.Windows.Forms.Message@)">
  2809. <summary>
  2810. Sets the current display cursor.
  2811. </summary>
  2812. <param name="m">The windows process message.</param>
  2813. </member>
  2814. <member name="M:Syncfusion.WinForms.Controls.DragHelper.StartDrag(System.Drawing.Point)">
  2815. <summary>
  2816. Starts the Dragging of window.
  2817. </summary>
  2818. <param name="p">The mouse point.</param>
  2819. <returns>Return false, when the background image is null otherwise return true.</returns>
  2820. </member>
  2821. <member name="M:Syncfusion.WinForms.Controls.DragHelper.StopDrag">
  2822. <summary>
  2823. Stops the dragging of window.
  2824. </summary>
  2825. <returns>If the window is in dragging it will return true, otherwise return false.</returns>
  2826. </member>
  2827. <member name="M:Syncfusion.WinForms.Controls.DragHelper.WndProc(System.Windows.Forms.Message@)">
  2828. <summary>
  2829. Overrides the WndProc method for setting the drag cursor.
  2830. </summary>
  2831. <param name="msg">The windows message.</param>
  2832. </member>
  2833. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
  2834. <summary>
  2835. Changes the windows background as the transparent.
  2836. </summary>
  2837. <param name="e">The <see cref="T:System.Drawing.PaintEventArgs"/> that contains event data.</param>
  2838. </member>
  2839. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnDragOver(System.Windows.Forms.DragEventArgs)">
  2840. <summary>
  2841. Occurs while dragging is done over the window.
  2842. </summary>
  2843. <param name="e">The <see cref="T:System.Window.Forms.DragEventArgs"/> that contains event data.</param>
  2844. </member>
  2845. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnDragDrop(System.Windows.Forms.DragEventArgs)">
  2846. <summary>
  2847. Occurs while dropping the window.
  2848. </summary>
  2849. <param name="e">The <see cref="T:System.Window.Forms.DragEventArgs"/> that contains event data.</param>
  2850. </member>
  2851. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnDragEnter(System.Windows.Forms.DragEventArgs)">
  2852. <summary>
  2853. Occurs while entering the drag window.
  2854. </summary>
  2855. <param name="drgevent">An <see cref="T:System.Window.Forms.DragEventArgs"/> that contains event data.</param>
  2856. </member>
  2857. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnDragLeave(System.EventArgs)">
  2858. <summary>
  2859. Occurs while mouse leaves the drag window.
  2860. </summary>
  2861. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  2862. </member>
  2863. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)">
  2864. <summary>
  2865. Occurs while continue the dragging.
  2866. </summary>
  2867. <param name="qcdevent">The <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs"/> that contains event data.</param>
  2868. </member>
  2869. <member name="M:Syncfusion.WinForms.Controls.DragHelper.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
  2870. <summary>
  2871. Occurs while showing the feed back about the dragging.
  2872. </summary>
  2873. <param name="gfbevent">The <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs"/> that contains event data.</param>
  2874. </member>
  2875. <member name="M:Syncfusion.WinForms.Controls.DragHelper.InitializeComponent">
  2876. <summary>
  2877. Initialize the components of the <see cref="T:Syncfusion.WinForms.Controls.DragHelper"/>.
  2878. </summary>
  2879. </member>
  2880. <member name="M:Syncfusion.WinForms.Controls.DragHelper.WmSetCursor(System.Windows.Forms.Message@)">
  2881. <summary>
  2882. Handles the Window message for SETCURSOR.
  2883. </summary>
  2884. <param name="m">The window message.</param>
  2885. </member>
  2886. <member name="M:Syncfusion.WinForms.Controls.DragHelper.MoveWindow(System.Drawing.Point)">
  2887. <summary>
  2888. Moves the cursor to the specific point.
  2889. </summary>
  2890. <param name="p">The point to move the cursor.</param>
  2891. </member>
  2892. <member name="P:Syncfusion.WinForms.Controls.DragHelper.DragBitmap">
  2893. <summary>
  2894. Gets or sets the bitmap image for the DragDrop.
  2895. </summary>
  2896. </member>
  2897. <member name="P:Syncfusion.WinForms.Controls.DragHelper.WindowCursor">
  2898. <summary>
  2899. Gets or sets the window cursor.
  2900. </summary>
  2901. </member>
  2902. <member name="P:Syncfusion.WinForms.Controls.DragHelper.DragParent">
  2903. <summary>
  2904. Gets or sets the parent control supporting drag operation.
  2905. </summary>
  2906. </member>
  2907. <member name="P:Syncfusion.WinForms.Controls.DragHelper.CreateParams">
  2908. <summary>
  2909. Overrides the CreateParams.
  2910. </summary>
  2911. </member>
  2912. <member name="T:Syncfusion.WinForms.Controls.ReaderModeScrollController">
  2913. <summary>
  2914. Implements support for reader mode scrolling. When the user presses the middle mouse button and drags the mouse,
  2915. the window will scroll. <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> has built-in support for this call.
  2916. </summary>
  2917. </member>
  2918. <member name="T:Syncfusion.WinForms.Core.Utils.NonFinalizeDisposable">
  2919. <summary>
  2920. Provides the base class for Disposable object.
  2921. </summary>
  2922. <exclude/>
  2923. </member>
  2924. <member name="M:Syncfusion.WinForms.Core.Utils.NonFinalizeDisposable.Dispose">
  2925. <summary>
  2926. Releases all resources used by the Component.
  2927. </summary>
  2928. </member>
  2929. <member name="M:Syncfusion.WinForms.Core.Utils.NonFinalizeDisposable.Dispose(System.Boolean)">
  2930. <summary>
  2931. Releases the unmanaged resources used by the Component and optionally releases the managed resources.
  2932. </summary>
  2933. <param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
  2934. <remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
  2935. </member>
  2936. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.ManifestPrefix">
  2937. <summary>
  2938. Specifies the manifest for retrieving the resources.
  2939. </summary>
  2940. </member>
  2941. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.ClickHoldTicks">
  2942. <summary>
  2943. Specifies the default click hold ticks for scrolling.
  2944. </summary>
  2945. </member>
  2946. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.dragWindow">
  2947. <summary>
  2948. The drag window that used to show the bitmap for the reader mode scrolling.
  2949. </summary>
  2950. </member>
  2951. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.activeImm">
  2952. <summary>
  2953. The reader mode scroll controller.
  2954. </summary>
  2955. </member>
  2956. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.startStopSemaphor">
  2957. <summary>
  2958. The semaphore for the dragging.
  2959. </summary>
  2960. </member>
  2961. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.parent">
  2962. <summary>
  2963. The parent control of the controller.
  2964. </summary>
  2965. </member>
  2966. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.bitmapRect">
  2967. <summary>
  2968. Specifies the rectangle region of the bitmap.
  2969. </summary>
  2970. </member>
  2971. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.startPoint">
  2972. <summary>
  2973. The start point of the scrolling.
  2974. </summary>
  2975. </member>
  2976. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.downMouseTick">
  2977. <summary>
  2978. Specifies the timer count for the mouse down.
  2979. </summary>
  2980. </member>
  2981. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.timerCount">
  2982. <summary>
  2983. The timer count of the reader mode scrolling.
  2984. </summary>
  2985. </member>
  2986. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.vertical">
  2987. <summary>
  2988. Specifies whether to perform the vertical scrolling or not.
  2989. </summary>
  2990. </member>
  2991. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.horizontal">
  2992. <summary>
  2993. Specifies whether the perform the horizontal scrolling or not.
  2994. </summary>
  2995. </member>
  2996. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.clickHold">
  2997. <summary>
  2998. Specifies whether the mouse click is remain hold or not.
  2999. </summary>
  3000. </member>
  3001. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.enabled">
  3002. <summary>
  3003. Specifies whether the Reader mode scrolling is enabled or not.
  3004. </summary>
  3005. </member>
  3006. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.wireMouseDownMessage">
  3007. <summary>
  3008. Specifies whether the dragging is started by using the parent controls mouse down or not.
  3009. </summary>
  3010. </member>
  3011. <member name="F:Syncfusion.WinForms.Controls.ReaderModeScrollController.repeatScrollEventTimer">
  3012. <summary>
  3013. The timer for the reader mode scrolling.
  3014. </summary>
  3015. </member>
  3016. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.#ctor(System.Windows.Forms.Control)">
  3017. <summary>
  3018. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ReaderModeScrollController"/> class.
  3019. </summary>
  3020. <param name="control">The control to add this functionality to.</param>
  3021. </member>
  3022. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.#ctor(System.Windows.Forms.Control,System.Boolean)">
  3023. <summary>
  3024. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ReaderModeScrollController"/> class.
  3025. </summary>
  3026. <param name="control">The control to add this functionality to.</param>
  3027. <param name="wireMouseDown">True if <see cref="T:Syncfusion.WinForms.Controls.ReaderModeScrollController"/> should listen for MouseDown event;
  3028. False if dragging should be started manually by calling StartDrag.</param>
  3029. </member>
  3030. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.GetBitmap(System.String)">
  3031. <summary>
  3032. Returns the bitmap from manifest.
  3033. </summary>
  3034. <param name="bitmapName">The bitmap image name.</param>
  3035. <returns>Returns the bitmap.</returns>
  3036. </member>
  3037. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.StartDrag(System.Drawing.Point)">
  3038. <summary>
  3039. Starts the IntelliSence mouse dragging at the given screen coordinates.
  3040. </summary>
  3041. <param name="startPoint">The screen coordinates.</param>
  3042. </member>
  3043. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.StopDrag">
  3044. <summary>
  3045. Stops the IntelliSence-Mouse dragging.
  3046. </summary>
  3047. </member>
  3048. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.Dispose(System.Boolean)">
  3049. <summary>
  3050. Disposes the unused resources.
  3051. </summary>
  3052. <param name="dispose">Specifies whether to dispose both managed and unmanaged resources or only the unmanaged resources.</param>
  3053. </member>
  3054. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.WireControl">
  3055. <summary>
  3056. Wire the mouse events for the control.
  3057. </summary>
  3058. </member>
  3059. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.UnwireControl">
  3060. <summary>
  3061. Unwire the mouse events.
  3062. </summary>
  3063. </member>
  3064. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.ControlMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
  3065. <summary>
  3066. Occurs when mouse down is performed on the control.
  3067. </summary>
  3068. <param name="sender">The object of the sender.</param>
  3069. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  3070. </member>
  3071. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.ControlMouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
  3072. <summary>
  3073. Occurs when mouse up is performed over the control.
  3074. </summary>
  3075. <param name="sender">The object of the sender.</param>
  3076. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  3077. </member>
  3078. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.ControlClick(System.Object,System.EventArgs)">
  3079. <summary>
  3080. Occurs when the mouse click is performed.
  3081. </summary>
  3082. <param name="sender">The object of the sender.</param>
  3083. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  3084. </member>
  3085. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.SetCursor(System.Windows.Forms.Control,System.Windows.Forms.Cursor)">
  3086. <summary>
  3087. Sets the cursor for the given control.
  3088. </summary>
  3089. <param name="control">The control that need to be override the given cursor.</param>
  3090. <param name="cursor">The cursor that need to be set for the control.</param>
  3091. </member>
  3092. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.CheckAction">
  3093. <summary>
  3094. Checks the Action of the mouse controller.
  3095. </summary>
  3096. </member>
  3097. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.RaiseIntelliSenseMouseDragScroll(System.Int32@,System.Int32@)">
  3098. <summary>
  3099. Raise the <see cref="E:Syncfusion.WinForms.Controls.ReaderModeScrollController.DragScroll"/> event.
  3100. </summary>
  3101. <param name="dx">The x location of the mouse.</param>
  3102. <param name="dy">the y location of the mouse.</param>
  3103. <returns>Returns false when the ea.Cancel is set to true other wise return true.</returns>
  3104. </member>
  3105. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.StartTimer">
  3106. <summary>
  3107. Start the timer.
  3108. </summary>
  3109. </member>
  3110. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.SlowTimer">
  3111. <summary>
  3112. Slows the timer.
  3113. </summary>
  3114. </member>
  3115. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.StopTimer">
  3116. <summary>
  3117. Stops the timer.
  3118. </summary>
  3119. </member>
  3120. <member name="M:Syncfusion.WinForms.Controls.ReaderModeScrollController.OnTimerElapsed(System.Object,System.EventArgs)">
  3121. <summary>
  3122. Occurs while the timer is elapsed.
  3123. </summary>
  3124. <param name="source">The object of the sender.</param>
  3125. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  3126. </member>
  3127. <member name="E:Syncfusion.WinForms.Controls.ReaderModeScrollController.DragScroll">
  3128. <summary>
  3129. Occurs when the user has dragged the mouse outside the scrolling bitmap.
  3130. </summary>
  3131. </member>
  3132. <member name="P:Syncfusion.WinForms.Controls.ReaderModeScrollController.DragWindow">
  3133. <summary>
  3134. Gets the DragWindow.
  3135. </summary>
  3136. </member>
  3137. <member name="P:Syncfusion.WinForms.Controls.ReaderModeScrollController.ActiveReaderModeScrollController">
  3138. <summary>
  3139. Gets the active <see cref="T:Syncfusion.WinForms.Controls.ReaderModeScrollController"/> object.
  3140. </summary>
  3141. </member>
  3142. <member name="P:Syncfusion.WinForms.Controls.ReaderModeScrollController.AllowScrolling">
  3143. <summary>
  3144. Gets or sets the scrolling direction.
  3145. </summary>
  3146. </member>
  3147. <member name="P:Syncfusion.WinForms.Controls.ReaderModeScrollController.IsDragging">
  3148. <summary>
  3149. Gets a value indicating whether the user is dragging.
  3150. </summary>
  3151. </member>
  3152. <member name="P:Syncfusion.WinForms.Controls.ReaderModeScrollController.Cursor">
  3153. <summary>
  3154. Gets the cursor to be displayed.
  3155. </summary>
  3156. </member>
  3157. <member name="P:Syncfusion.WinForms.Controls.ReaderModeScrollController.Enabled">
  3158. <summary>
  3159. Gets or sets a value indicating whether the Reader mode scrolling feature is enabled or not.
  3160. </summary>
  3161. </member>
  3162. <member name="T:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject">
  3163. <summary>
  3164. Represents the class that provides the accessibility object for the SfScrollBar.
  3165. </summary>
  3166. </member>
  3167. <member name="F:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.scrollBar">
  3168. <summary>
  3169. Specifies the scrollbar.
  3170. </summary>
  3171. </member>
  3172. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.#ctor(Syncfusion.WinForms.Controls.ScrollBarBase)">
  3173. <summary>
  3174. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject"/> class.
  3175. </summary>
  3176. <param name="scrollBar">The ScrollBarBase.</param>
  3177. </member>
  3178. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.GetChildCount">
  3179. <summary>
  3180. Overridden to get the child count of the scrollbar.
  3181. </summary>
  3182. <returns>Returns the child count of the scrollbar.</returns>
  3183. </member>
  3184. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.GetChild(System.Int32)">
  3185. <summary>
  3186. Overridden to get the child at the given index.
  3187. </summary>
  3188. <param name="index">The index of the child.</param>
  3189. <returns>Returns the accessibility object of the child.</returns>
  3190. </member>
  3191. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.GetScrollBarAccessibilityObject(System.Int32)">
  3192. <summary>
  3193. Gets the accessibility object for the given index.
  3194. </summary>
  3195. <param name="index">The index of the child control.</param>
  3196. <returns>Returns the accessibility object of the child control.</returns>
  3197. </member>
  3198. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.Role">
  3199. <summary>
  3200. Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> control.
  3201. </summary>
  3202. </member>
  3203. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.Name">
  3204. <summary>
  3205. Gets the AccessibleName of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> control.
  3206. </summary>
  3207. </member>
  3208. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.Parent">
  3209. <summary>
  3210. Gets the accessibility object of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> parent.
  3211. </summary>
  3212. </member>
  3213. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.Description">
  3214. <summary>
  3215. Gets the AccessibleDescription of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> control.
  3216. </summary>
  3217. </member>
  3218. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibilityObject.Bounds">
  3219. <summary>
  3220. Gets the bounds of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> control.
  3221. </summary>
  3222. </member>
  3223. <member name="T:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject">
  3224. <summary>
  3225. Represents the class that provides the accessibility object of the Scrollbar components.
  3226. </summary>
  3227. </member>
  3228. <member name="F:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject.scrollbar">
  3229. <summary>
  3230. Specifies the parent control of the accessibility object.
  3231. </summary>
  3232. </member>
  3233. <member name="F:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject.region">
  3234. <summary>
  3235. Specifies the region of the scrollbar component.
  3236. </summary>
  3237. </member>
  3238. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject.#ctor(Syncfusion.WinForms.Controls.ScrollBarBase,System.Int32)">
  3239. <summary>
  3240. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject"/> class.
  3241. </summary>
  3242. <param name="scrollbar">The parent control.</param>
  3243. <param name="region">The region of the scrollbar component.</param>
  3244. </member>
  3245. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject.Name">
  3246. <summary>
  3247. Gets the AccessibleName of the Scrollbar component.
  3248. </summary>
  3249. </member>
  3250. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject.Role">
  3251. <summary>
  3252. Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> component.
  3253. </summary>
  3254. </member>
  3255. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject.Bounds">
  3256. <summary>
  3257. Gets the bounds of the scrollbar component.
  3258. </summary>
  3259. </member>
  3260. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollBarAccessibileObject.Parent">
  3261. <summary>
  3262. Gets the accessibility object of the parent control.
  3263. </summary>
  3264. </member>
  3265. <member name="T:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject">
  3266. <summary>
  3267. Represents a class that provides the accessibility object for the SfScrollControl.
  3268. </summary>
  3269. </member>
  3270. <member name="F:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.sfScrollControl">
  3271. <summary>
  3272. Specifies the SfScrollControl.
  3273. </summary>
  3274. </member>
  3275. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.#ctor(Syncfusion.WinForms.Controls.SfScrollControl)">
  3276. <summary>
  3277. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject"/> class.
  3278. </summary>
  3279. <param name="sfScrollControl">The SfScrollControl.</param>
  3280. </member>
  3281. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.GetChildCount">
  3282. <summary>
  3283. Overridden to get the child count of the SfScrollFrame.
  3284. </summary>
  3285. <returns>Returns the child count of the scrollbar.</returns>
  3286. </member>
  3287. <member name="M:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.GetChild(System.Int32)">
  3288. <summary>
  3289. Overridden to get the child at the given index.
  3290. </summary>
  3291. <param name="index">The index of the child.</param>
  3292. <returns>Returns the accessibility object of the child.</returns>
  3293. </member>
  3294. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.Role">
  3295. <summary>
  3296. Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> control.
  3297. </summary>
  3298. </member>
  3299. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.Name">
  3300. <summary>
  3301. Gets the AccessibleName of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> control.
  3302. </summary>
  3303. </member>
  3304. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.Parent">
  3305. <summary>
  3306. Gets the accessibility object of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> parent.
  3307. </summary>
  3308. </member>
  3309. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.Description">
  3310. <summary>
  3311. Gets the AccessibleDescription of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> control.
  3312. </summary>
  3313. </member>
  3314. <member name="P:Syncfusion.WinForms.Controls.Accessibility.ScrollControlAccessibilityObject.Bounds">
  3315. <summary>
  3316. Gets the bounds of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> control.
  3317. </summary>
  3318. </member>
  3319. <member name="T:Syncfusion.WinForms.Controls.ScrollCursors">
  3320. <summary>
  3321. Provides the cursors for the intelliSence mouse drag scrolling.
  3322. </summary>
  3323. </member>
  3324. <member name="F:Syncfusion.WinForms.Controls.ScrollCursors.assemblyNameSpace">
  3325. <summary>
  3326. Specifies the assembly name space for retrieving the values from the resource.
  3327. </summary>
  3328. </member>
  3329. <member name="F:Syncfusion.WinForms.Controls.ScrollCursors.dragWheelAllCursor">
  3330. <summary>
  3331. Holds the cursor that used indicate the dragging in all direction.
  3332. </summary>
  3333. </member>
  3334. <member name="F:Syncfusion.WinForms.Controls.ScrollCursors.dragWheelSouthCursor">
  3335. <summary>
  3336. Holds the cursor that used indicate the dragging in south direction.
  3337. </summary>
  3338. </member>
  3339. <member name="F:Syncfusion.WinForms.Controls.ScrollCursors.dragWheelNorthCursor">
  3340. <summary>
  3341. Holds the cursor that used indicate the dragging in north direction.
  3342. </summary>
  3343. </member>
  3344. <member name="F:Syncfusion.WinForms.Controls.ScrollCursors.dragWheelWestCursor">
  3345. <summary>
  3346. Holds the cursor that used indicate the dragging in west direction.
  3347. </summary>
  3348. </member>
  3349. <member name="F:Syncfusion.WinForms.Controls.ScrollCursors.dragWheelEastCursor">
  3350. <summary>
  3351. Holds the cursor that used indicate the dragging in east direction.
  3352. </summary>
  3353. </member>
  3354. <member name="M:Syncfusion.WinForms.Controls.ScrollCursors.GetCursor(System.String)">
  3355. <summary>
  3356. Gets the scroll cursor.
  3357. </summary>
  3358. <param name="cursorName">The name of the cursor.</param>
  3359. <returns>Returns the cursor.</returns>
  3360. </member>
  3361. <member name="P:Syncfusion.WinForms.Controls.ScrollCursors.DragWheelAllCursor">
  3362. <summary>
  3363. Gets the cursor for mouse wheel at all direction.
  3364. </summary>
  3365. </member>
  3366. <member name="P:Syncfusion.WinForms.Controls.ScrollCursors.DragWheelSouthCursor">
  3367. <summary>
  3368. Gets the cursor for drag wheel at south direction.
  3369. </summary>
  3370. </member>
  3371. <member name="P:Syncfusion.WinForms.Controls.ScrollCursors.DragWheelNorthCursor">
  3372. <summary>
  3373. Gets the cursor for drag wheel at North direction.
  3374. </summary>
  3375. </member>
  3376. <member name="P:Syncfusion.WinForms.Controls.ScrollCursors.DragWheelWestCursor">
  3377. <summary>
  3378. Gets the cursor for drag wheel at west direction.
  3379. </summary>
  3380. </member>
  3381. <member name="P:Syncfusion.WinForms.Controls.ScrollCursors.DragWheelEastCursor">
  3382. <summary>
  3383. Gets the cursor for drag wheel at east direction.
  3384. </summary>
  3385. </member>
  3386. <member name="T:Syncfusion.WinForms.Controls.HorizontalScrollBar">
  3387. <summary>
  3388. Represents a class that is used to draw the horizontal scrollbar of the scroll control.
  3389. </summary>
  3390. </member>
  3391. <member name="T:Syncfusion.WinForms.Controls.ScrollBarBase">
  3392. <summary>
  3393. Represents a base class that is used to draw the Horizontal and Vertical scrollbars of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/>.
  3394. </summary>
  3395. </member>
  3396. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.timerDelegate">
  3397. <summary>
  3398. The timer delegate.
  3399. </summary>
  3400. </member>
  3401. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.largeChange">
  3402. <summary>
  3403. The large change of the scrollbar.
  3404. </summary>
  3405. </member>
  3406. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.previousLargeChange">
  3407. <summary>
  3408. Holds the previous large change value.
  3409. </summary>
  3410. </member>
  3411. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.maximum">
  3412. <summary>
  3413. The maximum value of the scrollbar.
  3414. </summary>
  3415. </member>
  3416. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.minimum">
  3417. <summary>
  3418. The minimum value of the scrollbar.
  3419. </summary>
  3420. </member>
  3421. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.smallChange">
  3422. <summary>
  3423. The small change of the scrollbar.
  3424. </summary>
  3425. </member>
  3426. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.scrollBarValue">
  3427. <summary>
  3428. The value of the scrollbar.
  3429. </summary>
  3430. </member>
  3431. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.scrollBarRects">
  3432. <summary>
  3433. Holds the rectangle regions for the scrollbar elements.
  3434. </summary>
  3435. </member>
  3436. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.enableThumb">
  3437. <summary>
  3438. Specifies whether the thumb is enabled or not.
  3439. </summary>
  3440. </member>
  3441. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.enableMinimumArrow">
  3442. <summary>
  3443. Specifies whether the minimum arrow is enabled or not.
  3444. </summary>
  3445. </member>
  3446. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.enableMaximumArrow">
  3447. <summary>
  3448. Specifies whether the maximum arrow is enabled or not.
  3449. </summary>
  3450. </member>
  3451. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.updateStates">
  3452. <summary>
  3453. Specifies whether the scrollbar state is needs to be update or not.
  3454. </summary>
  3455. </member>
  3456. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.horizontal">
  3457. <summary>
  3458. Specifies whether the scrollbar is horizontal or vertical.
  3459. </summary>
  3460. </member>
  3461. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.timer">
  3462. <summary>
  3463. The timer for the repeat scrolling.
  3464. </summary>
  3465. </member>
  3466. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.pressedRegion">
  3467. <summary>
  3468. The pressed region of the scrollbar.
  3469. </summary>
  3470. </member>
  3471. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.selectedRegion">
  3472. <summary>
  3473. The selected region of the scrollbar.
  3474. </summary>
  3475. </member>
  3476. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.movedRegion">
  3477. <summary>
  3478. The moved region of the scrollbar.
  3479. </summary>
  3480. </member>
  3481. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.style">
  3482. <summary>
  3483. The style info of the scrollbar.
  3484. </summary>
  3485. </member>
  3486. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.contextMenu">
  3487. <summary>
  3488. The context menu strip that needs to be showed while right clicking on the scrollbar.
  3489. </summary>
  3490. </member>
  3491. <member name="F:Syncfusion.WinForms.Controls.ScrollBarBase.mouseLocation">
  3492. <summary>
  3493. Holds the current mouse location.
  3494. </summary>
  3495. </member>
  3496. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.#ctor">
  3497. <summary>
  3498. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> class.
  3499. </summary>
  3500. </member>
  3501. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.#ctor(System.Windows.Forms.ScrollBars,Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo)">
  3502. <summary>
  3503. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> class.
  3504. </summary>
  3505. <param name="type">The type of the scrollbar.</param>
  3506. <param name="style">The <see cref="!:Syncfusion.WinForms.Controls.ScrollBarStyleInfo"/> of the scroll bar.</param>
  3507. </member>
  3508. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.DropHandle">
  3509. <summary>
  3510. Destroys the handle associated with the control.
  3511. </summary>
  3512. </member>
  3513. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.RaiseMouseDown(System.Windows.Forms.MouseEventArgs)">
  3514. <summary>
  3515. Raise the MouseDown event
  3516. </summary>
  3517. <param name="args">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains data.</param>
  3518. </member>
  3519. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.RaiseMouseMove(System.Windows.Forms.MouseEventArgs)">
  3520. <summary>
  3521. Used to raise the MouseMove event.
  3522. </summary>
  3523. <param name="args">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> contains event data</param>
  3524. </member>
  3525. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.RaiseMouseUp(System.Windows.Forms.MouseEventArgs)">
  3526. <summary>
  3527. Used to raise the MouseUp event
  3528. </summary>
  3529. <param name="args">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data</param>
  3530. </member>
  3531. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.SendScrollMessage(System.Windows.Forms.ScrollEventType)">
  3532. <summary>
  3533. Sends or emulates a scroll event.
  3534. </summary>
  3535. <param name="et">The <see cref="T:System.Windows.Forms.ScrollEventType"/>.</param>
  3536. </member>
  3537. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.InvalidateScrollBar">
  3538. <summary>
  3539. Recalculates the bounds of the scrollbar.
  3540. </summary>
  3541. </member>
  3542. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.GetStyle">
  3543. <summary>
  3544. Gets the style of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/>.
  3545. </summary>
  3546. <returns>Returns the ScrollBar style.</returns>
  3547. </member>
  3548. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.IsRightToLeft">
  3549. <summary>
  3550. Gets a value indicating whether RightToLeft mode is enabled or not for scrollbar.
  3551. </summary>
  3552. <returns>Returns true when the RTL is enabled otherwise return false.</returns>
  3553. </member>
  3554. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.Dispose(System.Boolean)">
  3555. <summary>
  3556. Releases the unmanaged resources.
  3557. </summary>
  3558. <param name="disposing">Specifies whether to dispose the managed and unmanaged resources or only the unmanaged resource.</param>>
  3559. </member>
  3560. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnLayout(System.Windows.Forms.LayoutEventArgs)">
  3561. <summary>
  3562. Recalculates the scrollbar regions when performs the layout.
  3563. </summary>
  3564. <param name="e">The <see cref="T:System.Windows.Forms.LayoutEventArgs"/> that contains event data.</param>
  3565. </member>
  3566. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.CreateAccessibilityInstance">
  3567. <summary>
  3568. Overridden to update the accessibility object of the SfScrollBar.
  3569. </summary>
  3570. <returns>Returns the accessibility object of the SfScrollBar.</returns>
  3571. </member>
  3572. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnPaint(System.Windows.Forms.PaintEventArgs)">
  3573. <summary>
  3574. Draws the Scrollbar components based on the <see cref="P:Syncfusion.WinForms.Controls.ScrollBarBase.Style"/> value.
  3575. </summary>
  3576. <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains event data.</param>
  3577. </member>
  3578. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState,Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo)">
  3579. <summary>
  3580. Draws the arrow for the scrollbar button.
  3581. </summary>
  3582. <param name="g">The <see cref="T:System.Drawing.Graphics"/> that used to draw the arrow..</param>
  3583. <param name="rect">The bounds of the arrow.</param>
  3584. <param name="type">The scroll button type.</param>
  3585. <param name="state">The scroll button state.</param>
  3586. <param name="style">The Style of the scrollbar.</param>
  3587. </member>
  3588. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.DrawScrollBarBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo)">
  3589. <summary>Draws the background for the scrollbar.</summary>
  3590. <param name="g">The <see cref="T:System.Drawing.Graphics"/> object.</param>
  3591. <param name="bounds">The bounds of the scrollbar.</param>
  3592. <param name="state">The state of the scrollbar.</param>
  3593. <param name="style">The Style of the scrollbar.</param>
  3594. </member>
  3595. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo)">
  3596. <summary>Draws the background for the scrollbar Thumb.</summary>
  3597. <param name="g">The <see cref="T:System.Graphics"/> object.</param>
  3598. <param name="rect">The bounds of the scroll button.</param>
  3599. <param name="state">The state of the scroll button.</param>
  3600. <param name="style">The Style of the scrollbar.</param>
  3601. </member>
  3602. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnSizeChanged(System.EventArgs)">
  3603. <summary>
  3604. Raises the <see cref="T:System.Windows.Forms.Control.SizeChanged"/> event.
  3605. </summary>
  3606. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  3607. </member>
  3608. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnValueChanged(System.EventArgs)">
  3609. <summary>
  3610. Raises the <see cref="E:Syncfusion.WinForms.Controls.ScrollBarBase.ValueChanged"/> event.
  3611. </summary>
  3612. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  3613. </member>
  3614. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  3615. <summary>
  3616. Raises the <see cref="T:System.Windows.Forms.Control.MouseDown"/> event.
  3617. </summary>
  3618. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  3619. </member>
  3620. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnRightToLeftChanged(System.EventArgs)">
  3621. <summary>
  3622. Redraws the scroll control when RightToLeft is changed.
  3623. </summary>
  3624. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  3625. </member>
  3626. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  3627. <summary>
  3628. Performs the scrolling on the <see cref="T:System.Windows.Forms.Control.MouseUp"/> event.
  3629. </summary>
  3630. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  3631. </member>
  3632. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnMouseEnter(System.EventArgs)">
  3633. <summary>
  3634. Raises the <see cref="T:System.Windows.Forms.Control.MouseEnter"/> event.
  3635. </summary>
  3636. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  3637. </member>
  3638. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  3639. <summary>
  3640. Raises the <see cref="T:System.Windows.Forms.Control.MouseMove"/> event.
  3641. </summary>
  3642. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  3643. </member>
  3644. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnMouseLeave(System.EventArgs)">
  3645. <summary>
  3646. Raises the <see cref="T:System.Windows.Forms.Control.MouseLeave"/> event.
  3647. </summary>
  3648. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  3649. </member>
  3650. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnThumbPositionChanged(System.Int32,System.Int32)">
  3651. <summary>
  3652. Occurs when the scrollbar thumb is dragged.
  3653. </summary>
  3654. <param name="x">The X co-ordinates.</param>
  3655. <param name="y">The Y co-ordinates.</param>
  3656. </member>
  3657. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.GetMinButton">
  3658. <summary>
  3659. Gets min button.
  3660. </summary>
  3661. <returns>Returns the min scroll button.</returns>
  3662. </member>
  3663. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.GetMaxButton">
  3664. <summary>
  3665. Gets max button.
  3666. </summary>
  3667. <returns>Returns the max scroll button.</returns>
  3668. </member>
  3669. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.InvalidateArrowRegion">
  3670. <summary>
  3671. Invalidates the bounds of the arrow buttons.
  3672. </summary>
  3673. </member>
  3674. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.InvalidateThumbRegion">
  3675. <summary>
  3676. Invalidates the bounds of the thumb region.
  3677. </summary>
  3678. </member>
  3679. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.CalculateThumbDelta(System.Int32,System.Int32)">
  3680. <summary>
  3681. Used for calculating thumb offset.
  3682. </summary>
  3683. <param name="x">The X co-ordinate.</param>
  3684. <param name="y">The Y co-ordinate.</param>
  3685. </member>
  3686. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.PointToValue(System.Int32,System.Int32)">
  3687. <summary>Gets the value of the scrollbar at the given point.</summary>
  3688. <param name="x">The X co-ordinate.</param>
  3689. <param name="y">The Y co-ordinate.</param>
  3690. <returns>Returns the value of the scrollbar.</returns>
  3691. </member>
  3692. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnScroll(System.Windows.Forms.ScrollEventArgs)">
  3693. <summary>
  3694. Raise the Scroll event.
  3695. </summary>
  3696. <param name="e">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains event data.</param>
  3697. </member>
  3698. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnScrollHereClick(System.Object,System.EventArgs)">
  3699. <summary>
  3700. Raises the mouse click on the scrollbar.
  3701. </summary>
  3702. <param name="sender">The object of the sender</param>
  3703. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3704. </member>
  3705. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnMinimumClick(System.Object,System.EventArgs)">
  3706. <summary>
  3707. Raises the Scroll event when the mouse click on minimum thumb region.
  3708. </summary>
  3709. <param name="sender">The object of the sender</param>
  3710. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3711. </member>
  3712. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnMaximumClick(System.Object,System.EventArgs)">
  3713. <summary>
  3714. Raises the Scroll event when mouse click on maximum thumb region.
  3715. </summary>
  3716. <param name="sender">The object of the sender</param>
  3717. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3718. </member>
  3719. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnPageUpLeftClick(System.Object,System.EventArgs)">
  3720. <summary>
  3721. Raises the Scroll event when the mouse click on top left thumb region.
  3722. </summary>
  3723. <param name="sender">The object of the sender</param>
  3724. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3725. </member>
  3726. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnPageDownRightClick(System.Object,System.EventArgs)">
  3727. <summary>
  3728. Raises the Scroll event mouse click on bottom right thumb region.
  3729. </summary>
  3730. <param name="sender">The object of the sender</param>
  3731. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3732. </member>
  3733. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnScrollUpLeftClick(System.Object,System.EventArgs)">
  3734. <summary>
  3735. Raises Scroll event when the mouse click on top left thumb region.
  3736. </summary>
  3737. <param name="sender">The object of the sender</param>
  3738. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3739. </member>
  3740. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnScrollDownRightClick(System.Object,System.EventArgs)">
  3741. <summary>
  3742. Raises the Scroll event when the mouse click on down left thumb region.
  3743. </summary>
  3744. <param name="sender">The object of the sender</param>
  3745. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3746. </member>
  3747. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.InitializeContextMenu(System.Windows.Forms.ContextMenuStrip)">
  3748. <summary>
  3749. Initialize the context menu strip for the scrollbar.
  3750. </summary>
  3751. <param name="contextMenuStrip">The context menu strip that need to be displayed.</param>
  3752. </member>
  3753. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.DisplayContextMenu(Syncfusion.WinForms.Controls.ScrollBarBase)">
  3754. <summary>
  3755. Creates and displays the context menu for the control.
  3756. </summary>
  3757. <param name="scrollBar">The <see cref="!:CustomScrollBar"/> control.</param>
  3758. </member>
  3759. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnShowContextMenu(System.Object,Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs)">
  3760. <summary>
  3761. Raises the <see cref="E:Syncfusion.WinForms.Controls.ScrollBarBase.ContextMenuShowing"/> event.
  3762. </summary>
  3763. <param name="sender">The object of the sender.</param>
  3764. <param name="e">The <see cref="T:Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs"/> that contains event data.</param>
  3765. </member>
  3766. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.OnTimerTick(System.Object)">
  3767. <summary>
  3768. Occurs when the time tick is performed.
  3769. </summary>
  3770. <param name="sender">The object of the sender.</param>
  3771. </member>
  3772. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.PerformAutoScroll(Syncfusion.WinForms.Controls.Enums.ScrollBarRegion)">
  3773. <summary>
  3774. Performs the scrolling based on the moved region.
  3775. </summary>
  3776. <param name="movedRegion">The region of the scrollbar that needs to be scrolled.</param>
  3777. </member>
  3778. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.PerformThumbMinRegionClick(System.Object,System.EventArgs)">
  3779. <summary>
  3780. Performs the mouse click on left thumb region.
  3781. </summary>
  3782. <param name="sender">The object of the sender</param>
  3783. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3784. </member>
  3785. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.PerformThumbMaxRegionClick(System.Object,System.EventArgs)">
  3786. <summary>
  3787. Performs the mouse click on max region.
  3788. </summary>
  3789. <param name="sender">The object of the sender</param>
  3790. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3791. </member>
  3792. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.PerformMinButtonClick(System.Object,System.EventArgs)">
  3793. <summary>
  3794. Performs the mouse click on min button.
  3795. </summary>
  3796. <param name="sender">The object of the sender.</param>
  3797. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3798. </member>
  3799. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.PerformMaxButtonClick(System.Object,System.EventArgs)">
  3800. <summary>
  3801. Performs the mouse click on max button.
  3802. </summary>
  3803. <param name="sender">The object of the sender</param>
  3804. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3805. </member>
  3806. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.DefineMovedRegion(System.Drawing.Point)">
  3807. <summary>
  3808. Defines the moved position of the cursor.
  3809. </summary>
  3810. <param name="p">The point which need to be in the moved region.</param>
  3811. </member>
  3812. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.DefineMovedRegion(System.Int32,System.Int32)">
  3813. <summary>
  3814. Defines the moved position of the cursor.
  3815. </summary>
  3816. <param name="x">X coordinate of mouse.</param>
  3817. <param name="y">Y coordinate of mouse.</param>
  3818. </member>
  3819. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.SetInnerValue(System.Int32)">
  3820. <summary>
  3821. Sets value without raising the ValueChanged event.
  3822. </summary>
  3823. <param name="value">The value that need to be set for the scrollbar.</param>
  3824. </member>
  3825. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.HitTest(System.Int32,System.Int32)">
  3826. <summary>
  3827. Defines pressed region.
  3828. </summary>
  3829. <param name="x">The X co-ordinate.</param>
  3830. <param name="y">The Y co-ordinate.</param>
  3831. <returns>Returns the pressed region.</returns>
  3832. </member>
  3833. <member name="M:Syncfusion.WinForms.Controls.ScrollBarBase.PerformScroll(System.Windows.Forms.MouseEventArgs,Syncfusion.WinForms.Controls.Enums.ScrollBarRegion)">
  3834. <summary>
  3835. Updates the scrollbar value based on the given ScrollBarRegion.
  3836. </summary>
  3837. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  3838. <param name="pressedRegion">The <see cref="!:Syncfusion.WinForms.Controls.ScrollBarRegion"/> in which the mouse down is occurs.</param>
  3839. </member>
  3840. <member name="E:Syncfusion.WinForms.Controls.ScrollBarBase.ValueChanged">
  3841. <summary>
  3842. Occurs when the Value property is changed.
  3843. </summary>
  3844. </member>
  3845. <member name="E:Syncfusion.WinForms.Controls.ScrollBarBase.Scroll">
  3846. <summary>
  3847. Occurs when the scrolling is performed.
  3848. </summary>
  3849. </member>
  3850. <member name="E:Syncfusion.WinForms.Controls.ScrollBarBase.ContextMenuShowing">
  3851. <summary>
  3852. Occurs when the context menu is showing for the control.
  3853. </summary>
  3854. </member>
  3855. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.LargeChange">
  3856. <summary>
  3857. Gets or sets a value to be added to or subtracted from the <see cref="P:Syncfusion.WinForms.Controls.ScrollBarBase.Value"/>
  3858. property when the scroll box is moved a large distance.
  3859. </summary>
  3860. <remarks>
  3861. When the user clicks the scroll bar, Maximum button or minimum button, the <see cref="P:Syncfusion.WinForms.Controls.ScrollBarBase.Value"/> property changes according to the value set in the <see cref="P:Syncfusion.WinForms.Controls.ScrollBarBase.LargeChange"/> property.
  3862. </remarks>
  3863. </member>
  3864. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.Maximum">
  3865. <summary>
  3866. Gets or sets the upper limit of values of the scrollable range.
  3867. </summary>
  3868. </member>
  3869. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.Minimum">
  3870. <summary>
  3871. Gets or sets the lower limit of values of the scrollable range.
  3872. </summary>
  3873. </member>
  3874. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.SmallChange">
  3875. <summary>
  3876. Gets or sets a value to be added or subtracted from the Value
  3877. property when the scroll box is moved a small distance.
  3878. </summary>
  3879. <remarks>
  3880. When the user clicks the scroll bar, Maximum button or minimum button , the <see cref="P:Syncfusion.WinForms.Controls.ScrollBarBase.Value"/> property changes according to the value set in the <see cref="P:Syncfusion.WinForms.Controls.ScrollBarBase.SmallChange"/> property.
  3881. </remarks>
  3882. </member>
  3883. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.Value">
  3884. <summary>
  3885. Gets or sets a numeric value that represents the current position of the
  3886. scroll box on the scroll bar control.
  3887. </summary>
  3888. </member>
  3889. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.EnableThumb">
  3890. <summary>
  3891. Gets or sets a value indicating whether the scroll bar thumb can be enabled or not.
  3892. Default value is true.
  3893. </summary>
  3894. </member>
  3895. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.EnableMinimumArrow">
  3896. <summary>
  3897. Gets or sets a value indicating whether minimum arrow can be enabled or not.
  3898. Default value is true.
  3899. </summary>
  3900. </member>
  3901. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.EnableMaximumArrow">
  3902. <summary>
  3903. Gets or sets a value indicating whether maximum arrow can be enabled or not.
  3904. Default value is true.
  3905. </summary>
  3906. </member>
  3907. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.Style">
  3908. <summary>
  3909. Gets or sets the <see cref="!:Syncfusion.WinForms.Controls.ScrollBarStyleInfo"/> with settings that control the appearance of the scroll bar.
  3910. </summary>
  3911. </member>
  3912. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.AccessibilityEnabled">
  3913. <summary>
  3914. Gets or sets a value indicating whether the accessibility is enabled for the control or not.
  3915. </summary>
  3916. </member>
  3917. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.Orientation">
  3918. <summary>
  3919. Gets the orientation of the scrolling.
  3920. </summary>
  3921. </member>
  3922. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.MouseLocation">
  3923. <summary>
  3924. Gets the current mouse location.
  3925. </summary>
  3926. </member>
  3927. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.ScrollBarRects">
  3928. <summary>
  3929. Gets the rectangle regions of the scrollbar elements.
  3930. </summary>
  3931. </member>
  3932. <member name="P:Syncfusion.WinForms.Controls.ScrollBarBase.Font">
  3933. <summary>
  3934. Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
  3935. </summary>
  3936. </member>
  3937. <member name="F:Syncfusion.WinForms.Controls.HorizontalScrollBar.DefaultThumbWidth">
  3938. <summary>
  3939. Specifies the default thumb width.
  3940. </summary>
  3941. </member>
  3942. <member name="F:Syncfusion.WinForms.Controls.HorizontalScrollBar.deltaX">
  3943. <summary>
  3944. Specifies the location of the mouse click on the thumb.
  3945. </summary>
  3946. </member>
  3947. <member name="F:Syncfusion.WinForms.Controls.HorizontalScrollBar.defaultSize">
  3948. <summary>
  3949. The default size of the scrollbar.
  3950. </summary>
  3951. </member>
  3952. <member name="F:Syncfusion.WinForms.Controls.HorizontalScrollBar.sfScrollControl">
  3953. <summary>
  3954. The attached SfScrollControl;
  3955. </summary>
  3956. </member>
  3957. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.#ctor">
  3958. <summary>
  3959. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.HorizontalScrollBar"/> class.
  3960. </summary>
  3961. </member>
  3962. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.#ctor(Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo)">
  3963. <summary>
  3964. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.HorizontalScrollBar"/> class.
  3965. </summary>
  3966. <param name="style">The <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> for the horizontal scrollbar.</param>
  3967. </member>
  3968. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.#ctor(Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo,Syncfusion.WinForms.Controls.SfScrollControl)">
  3969. <summary>
  3970. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.HorizontalScrollBar"/> class.
  3971. </summary>
  3972. <param name="style">The <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> for the horizontal scrollbar.</param>
  3973. <param name="control">Instance of the SfScrollControl.</param>
  3974. </member>
  3975. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.GetStyle">
  3976. <summary>
  3977. Gets the style of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/>
  3978. </summary>
  3979. <returns>Returns the ScrollControl' horizontal scrollbar style.</returns>
  3980. </member>
  3981. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.PointToValue(System.Int32,System.Int32)">
  3982. <summary>
  3983. Gets value by cursor position.
  3984. </summary>
  3985. <param name="x">The x position of the scrollbar. </param>
  3986. <param name="y">The y position of the scrollbar.</param>
  3987. <returns>Returns the value of the given point.</returns>
  3988. </member>
  3989. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.InvalidateArrowRegion">
  3990. <summary>
  3991. Recalculates the arrow positions of the scrollbar.
  3992. </summary>
  3993. </member>
  3994. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.InvalidateThumbRegion">
  3995. <summary>
  3996. Recalculates the thumb positions of the scrollbar.
  3997. </summary>
  3998. </member>
  3999. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.GetMaxButton">
  4000. <summary>
  4001. Gets the maximum button.
  4002. </summary>
  4003. <returns>Returns the maximum scroll button.</returns>
  4004. </member>
  4005. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.GetMinButton">
  4006. <summary>
  4007. Gets the Minimum scroll button.
  4008. </summary>
  4009. <returns>Returns the minimum scroll button.</returns>
  4010. </member>
  4011. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.OnThumbPositionChanged(System.Int32,System.Int32)">
  4012. <summary>Occurs while moving the mouse position on the scrollbar.</summary>
  4013. <param name="x">The location of the x co-ordinate.</param>
  4014. <param name="y">The location of the y co-ordinate.</param>
  4015. </member>
  4016. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.CalculateThumbDelta(System.Int32,System.Int32)">
  4017. <summary>Calculates the delta value of x.</summary>
  4018. <param name="x">The x position of the mouse cursor.</param>
  4019. <param name="y">The y position of the mouse cursor.</param>
  4020. </member>
  4021. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.OnScrollHereClick(System.Object,System.EventArgs)">
  4022. <summary>
  4023. Occurs while clicking the ScrollHere menu item.
  4024. </summary>
  4025. <param name="sender">The object of the sender.</param>
  4026. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4027. </member>
  4028. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.OnPageDownRightClick(System.Object,System.EventArgs)">
  4029. <summary>
  4030. Occurs while clicking on the PageDown or Right menu items.
  4031. </summary>
  4032. <param name="sender">The sender of the event.</param>
  4033. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4034. </member>
  4035. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.OnPageUpLeftClick(System.Object,System.EventArgs)">
  4036. <summary>
  4037. Occurs while clicking the PageUp or Left menu items.
  4038. </summary>
  4039. <param name="sender">The sender of the event.</param>
  4040. <param name="e">The <see cref="T:System.EventArgs"/> that contains event data.</param>
  4041. </member>
  4042. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.CalculateArrowButtonLocation">
  4043. <summary>
  4044. Calculates the positions of the Arrow button.
  4045. </summary>
  4046. </member>
  4047. <member name="M:Syncfusion.WinForms.Controls.HorizontalScrollBar.CalculateThumbLeftAndRightRegion">
  4048. <summary>
  4049. Calculates the bounds for leftThumb and rightThumb region of the scrollbar.
  4050. </summary>
  4051. </member>
  4052. <member name="P:Syncfusion.WinForms.Controls.HorizontalScrollBar.DefaultSize">
  4053. <summary>
  4054. Gets the default size of the horizontal scrollbar.
  4055. </summary>
  4056. </member>
  4057. <member name="T:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper">
  4058. <summary>
  4059. Provides a class that contains properties to get the localized string for the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> based on the current culture.
  4060. </summary>
  4061. </member>
  4062. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.ScrollHere">
  4063. <summary>
  4064. Gets the localized string for ScrollHere item of ScrollBar ContextMenu.
  4065. </summary>
  4066. </member>
  4067. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.ScrollUp">
  4068. <summary>
  4069. Gets the localized string for ScrollUp item of ScrollBar ContextMenu.
  4070. </summary>
  4071. </member>
  4072. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.ScrollDown">
  4073. <summary>
  4074. Gets the localized string for ScrollDown item of ScrollBar ContextMenu.
  4075. </summary>
  4076. </member>
  4077. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.PageUp">
  4078. <summary>
  4079. Gets the localized string for PageUp item of ScrollBar ContextMenu.
  4080. </summary>
  4081. </member>
  4082. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.PageDown">
  4083. <summary>
  4084. Gets the localized string for PageDown item of ScrollBar ContextMenu.
  4085. </summary>
  4086. </member>
  4087. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.Top">
  4088. <summary>
  4089. Gets the localized string for Top item of ScrollBar ContextMenu.
  4090. </summary>
  4091. </member>
  4092. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.Bottom">
  4093. <summary>
  4094. Gets the localized string for Bottom item of ScrollBar ContextMenu.
  4095. </summary>
  4096. </member>
  4097. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.ScrollLeft">
  4098. <summary>
  4099. Gets the localized string for ScrollLeft item of ScrollBar ContextMenu.
  4100. </summary>
  4101. </member>
  4102. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.ScrollRight">
  4103. <summary>
  4104. Gets the localized string for ScrollRight item of ScrollBar ContextMenu.
  4105. </summary>
  4106. </member>
  4107. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.PageLeft">
  4108. <summary>
  4109. Gets the localized string for PageLeft item of ScrollBar ContextMenu.
  4110. </summary>
  4111. </member>
  4112. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.PageRight">
  4113. <summary>
  4114. Gets the localized string for PageRight item of ScrollBar ContextMenu.
  4115. </summary>
  4116. </member>
  4117. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.LeftEdge">
  4118. <summary>
  4119. Gets the localized string for LeftEdge item of ScrollBar ContextMenu.
  4120. </summary>
  4121. </member>
  4122. <member name="P:Syncfusion.WinForms.Controls.ScrollControlResourceWrapper.RightEdge">
  4123. <summary>
  4124. Gets the localized string for RightEdge item of ScrollBar ContextMenu.
  4125. </summary>
  4126. </member>
  4127. <member name="T:Syncfusion.WinForms.Controls.ScrollProperties">
  4128. <summary>
  4129. Represents a class that holds the properties of the scrollbar.
  4130. </summary>
  4131. </member>
  4132. <member name="F:Syncfusion.WinForms.Controls.ScrollProperties.isAttached">
  4133. <summary>
  4134. Specifies whether the scrollbar is the attached scrollbar or not.
  4135. </summary>
  4136. </member>
  4137. <member name="F:Syncfusion.WinForms.Controls.ScrollProperties.scrollBar">
  4138. <summary>
  4139. The scrollbar base that needs to be wrapped.
  4140. </summary>
  4141. </member>
  4142. <member name="F:Syncfusion.WinForms.Controls.ScrollProperties.attachedSfScrollBar">
  4143. <summary>
  4144. Holds the custom attached scrollbar.
  4145. </summary>
  4146. </member>
  4147. <member name="F:Syncfusion.WinForms.Controls.ScrollProperties.attachedScrollBar">
  4148. <summary>
  4149. Holds the attached system scrollbar.
  4150. </summary>
  4151. </member>
  4152. <member name="M:Syncfusion.WinForms.Controls.ScrollProperties.#ctor(Syncfusion.WinForms.Controls.ScrollBarBase)">
  4153. <summary>
  4154. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ScrollProperties"/> class.
  4155. </summary>
  4156. <param name="scrollBar">The scrollbar.</param>
  4157. </member>
  4158. <member name="M:Syncfusion.WinForms.Controls.ScrollProperties.AttachScrollBar(System.Windows.Forms.Control)">
  4159. <summary>
  4160. Attach the scroll events of the given scrollbar to the scroll control.
  4161. </summary>
  4162. <param name="scrollBar">The scrollbar that need to be attached.</param>
  4163. </member>
  4164. <member name="M:Syncfusion.WinForms.Controls.ScrollProperties.DetachScrollBar">
  4165. <summary>
  4166. Remove the scroll events of the attached scrollbars.
  4167. </summary>
  4168. </member>
  4169. <member name="M:Syncfusion.WinForms.Controls.ScrollProperties.InitializeScrollBar">
  4170. <summary>
  4171. Initializes the values of the attached scrollbar.
  4172. </summary>
  4173. </member>
  4174. <member name="M:Syncfusion.WinForms.Controls.ScrollProperties.OnInnerScrollBarValueChanged(System.Object,System.EventArgs)">
  4175. <summary>
  4176. Raises the ValueChanged event.
  4177. </summary>
  4178. <param name="sender">The object of the sender.</param>
  4179. <param name="e">The <see cref="T:System.EventArgs"/> that contains event data.</param>
  4180. </member>
  4181. <member name="M:Syncfusion.WinForms.Controls.ScrollProperties.OnInnerScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
  4182. <summary>
  4183. Raises the <see cref="E:Syncfusion.WinForms.Controls.ScrollProperties.Scroll"/> event of the scrollbar.
  4184. </summary>
  4185. <param name="sender">The object of the sender.</param>
  4186. <param name="se">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains event data.</param>
  4187. </member>
  4188. <member name="E:Syncfusion.WinForms.Controls.ScrollProperties.ValueChanged">
  4189. <summary>
  4190. Occurs when the value property is changed.
  4191. </summary>
  4192. </member>
  4193. <member name="E:Syncfusion.WinForms.Controls.ScrollProperties.Scroll">
  4194. <summary>
  4195. Occurs when the scrolling is done on the scrollbar.
  4196. </summary>
  4197. </member>
  4198. <member name="P:Syncfusion.WinForms.Controls.ScrollProperties.ScrollBar">
  4199. <summary>
  4200. Gets the reference to the scrollbar.
  4201. </summary>
  4202. </member>
  4203. <member name="P:Syncfusion.WinForms.Controls.ScrollProperties.LargeChange">
  4204. <summary>
  4205. Gets or sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
  4206. </summary>
  4207. </member>
  4208. <member name="P:Syncfusion.WinForms.Controls.ScrollProperties.Maximum">
  4209. <summary>
  4210. Gets or sets the upper limit of values of the scrollable range.
  4211. </summary>
  4212. </member>
  4213. <member name="P:Syncfusion.WinForms.Controls.ScrollProperties.Minimum">
  4214. <summary>
  4215. Gets or sets a lower limit of values of the scrollable range.
  4216. </summary>
  4217. </member>
  4218. <member name="P:Syncfusion.WinForms.Controls.ScrollProperties.SmallChange">
  4219. <summary>
  4220. Gets or sets the value to be added or subtracted from the Value property when the scroll box is moved a small distance.
  4221. </summary>
  4222. </member>
  4223. <member name="P:Syncfusion.WinForms.Controls.ScrollProperties.Value">
  4224. <summary>
  4225. Gets or sets the numeric value that represents the current position of the scroll box on the scroll bar control.
  4226. </summary>
  4227. </member>
  4228. <member name="P:Syncfusion.WinForms.Controls.ScrollProperties.Enabled">
  4229. <summary>
  4230. Gets or sets a value indicating whether the scrollbar can be enabled.
  4231. </summary>
  4232. </member>
  4233. <member name="T:Syncfusion.WinForms.Controls.SfScrollControl">
  4234. <summary>
  4235. Represents a base class for the controls that supports scrolling.
  4236. </summary>
  4237. </member>
  4238. <member name="T:Syncfusion.WinForms.Core.ISupportUpdate">
  4239. <summary>
  4240. Provides the functionalities for the control to have BeginUpdate and EndUpdate options.
  4241. </summary>
  4242. </member>
  4243. <member name="M:Syncfusion.WinForms.Core.ISupportUpdate.BeginUpdate">
  4244. <summary>
  4245. Suspends updating the component. An internal counter will be increased if called multiple times.
  4246. </summary>
  4247. </member>
  4248. <member name="M:Syncfusion.WinForms.Core.ISupportUpdate.EndUpdate">
  4249. <summary>
  4250. Resumes updating the component. If <see cref="M:Syncfusion.WinForms.Core.ISupportUpdate.BeginUpdate"/> was called multiple times, an internal counter is decreased.
  4251. </summary>
  4252. </member>
  4253. <member name="P:Syncfusion.WinForms.Core.ISupportUpdate.IsUpdating">
  4254. <summary>
  4255. Gets a value indicating whether <see cref="M:Syncfusion.WinForms.Core.ISupportUpdate.BeginUpdate"/> was called.
  4256. </summary>
  4257. </member>
  4258. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.startstopSemaphor">
  4259. <summary>
  4260. Specifies the semaphore for the auto scroll timer.
  4261. </summary>
  4262. </member>
  4263. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.overrideCursor">
  4264. <summary>
  4265. Specifies the cursor that needs to set for the scroll control.
  4266. </summary>
  4267. </member>
  4268. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.wiredParentForm">
  4269. <summary>
  4270. Specifies the parent form of the scroll control.
  4271. </summary>
  4272. </member>
  4273. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.repeatScrollMessage">
  4274. <summary>
  4275. Specifies the repeat scroll timer message for the control.
  4276. </summary>
  4277. </member>
  4278. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.autoScrollBounds">
  4279. <summary>
  4280. Specifies the auto scroll bounds of the control.
  4281. </summary>
  4282. </member>
  4283. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.autoScrollMode">
  4284. <summary>
  4285. Holds the default auto scrolling mode of the control.
  4286. </summary>
  4287. </member>
  4288. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.autoScrollMargin">
  4289. <summary>
  4290. Specifies the auto scroll margin for the control.
  4291. </summary>
  4292. </member>
  4293. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.repeatScrollEventTimer">
  4294. <summary>
  4295. Specifies the timer for the repeat scrolling.
  4296. </summary>
  4297. </member>
  4298. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.hScrollBar">
  4299. <summary>
  4300. Holds the horizontal scrollbar.
  4301. </summary>
  4302. </member>
  4303. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.vScrollBar">
  4304. <summary>
  4305. Holds the vertical scrollbar.
  4306. </summary>
  4307. </member>
  4308. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.readerModeScrollController">
  4309. <summary>
  4310. Holds the reader mode scroll controller.
  4311. </summary>
  4312. </member>
  4313. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.sizeBox">
  4314. <summary>
  4315. Specifies the size box that needs to be added to the scroll control.
  4316. </summary>
  4317. </member>
  4318. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.updateCount">
  4319. <summary>
  4320. Holds the number of updates pending for the control.
  4321. </summary>
  4322. </member>
  4323. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.lastMouseTick">
  4324. <summary>
  4325. holds the timer tick for the auto scrolling.
  4326. </summary>
  4327. </member>
  4328. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.gestureConfigSize">
  4329. <summary>
  4330. Holds the size of the GestureConfig.
  4331. </summary>
  4332. </member>
  4333. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.gestureInfoSize">
  4334. <summary>
  4335. Holds the size of the GestureInfo.
  4336. </summary>
  4337. </member>
  4338. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.verticalScrollValue">
  4339. <summary>
  4340. Holds the value of the vertical scrollbar.
  4341. </summary>
  4342. </member>
  4343. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.horizontalScrollValue">
  4344. <summary>
  4345. Holds the value of the horizontal scrollbar.
  4346. </summary>
  4347. </member>
  4348. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.vScrollIncrement">
  4349. <summary>
  4350. Specifies the value that needs to be incremented/decremented for vertical scrollbar using the mouse wheel.
  4351. </summary>
  4352. </member>
  4353. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.hScrollIncrement">
  4354. <summary>
  4355. Specifies the value that needs to be incremented/decremented for horizontal scrollbar using the mouse wheel.
  4356. </summary>
  4357. </member>
  4358. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.timerCount">
  4359. <summary>
  4360. Holds the timer count of the auto scroll timer.
  4361. </summary>
  4362. </member>
  4363. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.touchStartPoint">
  4364. <summary>
  4365. Holds the starting touch point of the scroll control.
  4366. </summary>
  4367. </member>
  4368. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.horizontalScrollBarVisible">
  4369. <summary>
  4370. Holds the value that indicates whether the horizontal scrollbar can be visible.
  4371. </summary>
  4372. </member>
  4373. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.verticalScrollBarVisible">
  4374. <summary>
  4375. Holds the value that indicates whether the vertical scrollbar can be visible.
  4376. </summary>
  4377. </member>
  4378. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.disableAutoScroll">
  4379. <summary>
  4380. Holds the value that indicates whether the auto scrolling is needs to be disabled.
  4381. </summary>
  4382. </member>
  4383. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.paintPending">
  4384. <summary>
  4385. Specifies whether the paint pending is available or not.
  4386. </summary>
  4387. </member>
  4388. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.isActiveControl">
  4389. <summary>
  4390. Specifies the value that indicates whether the scroll control is active or not.
  4391. </summary>
  4392. </member>
  4393. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.hasControlFocus">
  4394. <summary>
  4395. Holds a value that indicates whether the Scroll control has the focus or not.
  4396. </summary>
  4397. </member>
  4398. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.inOleDragOver">
  4399. <summary>
  4400. Specifies whether the control is currently in the DragOver state or not.
  4401. </summary>
  4402. </member>
  4403. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.inMouseDragScroll">
  4404. <summary>
  4405. Specifies whether the auto scrolling is currently in performing on the control or not.
  4406. </summary>
  4407. </member>
  4408. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.isTouchOverHScrollBar">
  4409. <summary>
  4410. Specifies whether the hovering is made on the horizontal scrollbar using the touch.
  4411. </summary>
  4412. </member>
  4413. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.isTouchOverVScrollBar">
  4414. <summary>
  4415. Specifies whether the hovering is made on the vertical scrollbar using the touch.
  4416. </summary>
  4417. </member>
  4418. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.scrollControlStyle">
  4419. <summary>
  4420. Holds the style info collection for the scroll control elements.
  4421. </summary>
  4422. </member>
  4423. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.horizontalScroll">
  4424. <summary>
  4425. Holds the wrapped properties of the horizontal scrollbar.
  4426. </summary>
  4427. </member>
  4428. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.verticalScroll">
  4429. <summary>
  4430. Holds the wrapped properties of the vertical scrollbar.
  4431. </summary>
  4432. </member>
  4433. <member name="F:Syncfusion.WinForms.Controls.SfScrollControl.autoScrollInterval">
  4434. <summary>
  4435. Holds the timespan for the auto scrolling interval.
  4436. </summary>
  4437. </member>
  4438. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.#ctor">
  4439. <summary>
  4440. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> class.
  4441. </summary>
  4442. </member>
  4443. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.BeginUpdate">
  4444. <summary>
  4445. Suspends the painting of the control until the <see cref="M:Syncfusion.WinForms.Controls.SfScrollControl.EndUpdate"/> method is called.
  4446. </summary>
  4447. </member>
  4448. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.EndUpdate">
  4449. <summary>
  4450. Resumes the painting of the control suspended by calling the BeginUpdate method.
  4451. </summary>
  4452. </member>
  4453. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.ScrollWindow(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
  4454. <summary>
  4455. Scrolls the contents of the control based on the given values.
  4456. </summary>
  4457. <returns>Returns the rectangle region that is scrolled.</returns>
  4458. <param name="xAmount">The x amount that need to be scrolled.</param>
  4459. <param name="yAmount">The y amount that need to be scrolled on vertical direction.</param>
  4460. <param name="rect">The bounds that need to be scrolled. </param>
  4461. <param name="clipRect">The ClipRectangle.</param>
  4462. <param name="allowUpdate">Specifies the value for update the window after the scrolling or not.</param>
  4463. </member>
  4464. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.UpdateScrollBars">
  4465. <summary>
  4466. Synchronize the scrollbar regions to reflect the changes.
  4467. </summary>
  4468. </member>
  4469. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnThemeNameChanged(System.String)">
  4470. <summary>
  4471. Helps to apply the ThemeName settings in control
  4472. </summary>
  4473. <param name="themeName">The ThemeName.</param>
  4474. </member>
  4475. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.GetControlName(System.String)">
  4476. <summary>
  4477. Helps to apply the ControlName settings in control
  4478. </summary>
  4479. <param name="controlName">The ControlName.</param>
  4480. <returns>Returns the control name.</returns>
  4481. </member>
  4482. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.IncreaseSmallChange(Syncfusion.WinForms.Controls.ScrollBarBase,System.Int64)">
  4483. <summary>
  4484. Increase the scrollbar SmallChange to perform the accelerated scrolling.
  4485. </summary>
  4486. <param name="scrollBar">The <see cref="T:Syncfusion.WinForms.Controls.ScrollBarBase"/> that need to be accelerate.</param>
  4487. <param name="timerCount">The time count.</param>
  4488. </member>
  4489. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.WireScrollEvents">
  4490. <summary>
  4491. Wires the scroll events.
  4492. </summary>
  4493. </member>
  4494. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.UnwireScrollEvents">
  4495. <summary>
  4496. Unwire the ScrollEvent.
  4497. </summary>
  4498. </member>
  4499. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.StopAutoScrollTimer">
  4500. <summary>
  4501. Stops the auto scrolling timer.
  4502. </summary>
  4503. </member>
  4504. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.WndProc(System.Windows.Forms.Message@)">
  4505. <summary>
  4506. Overrides the WndProc method.
  4507. </summary>
  4508. <param name="msg">An Window message.</param>
  4509. <remarks>
  4510. To handle the window messages internally for the Touch, ContextMenu and painting operations.
  4511. </remarks>
  4512. </member>
  4513. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
  4514. <summary>
  4515. Raises the <see cref="E:Syncfusion.WinForms.Theme.IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.ThemeChanged"/> event when theme name changed.
  4516. </summary>
  4517. <param name="sender">The sender value.</param>
  4518. <param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
  4519. </member>
  4520. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnParentChanged(System.EventArgs)">
  4521. <summary>
  4522. Updates the parent form of the control.
  4523. </summary>
  4524. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4525. </member>
  4526. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.Dispose(System.Boolean)">
  4527. <summary>
  4528. Disposes the unused resources.
  4529. </summary>
  4530. <param name="disposing">Specifies whether to dispose both managed and unmanaged resources or only the unmanaged resources.</param>
  4531. </member>
  4532. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
  4533. <summary>
  4534. Performs the mouse wheel scrolling when the <see cref="T:System.Windows.Forms.Control.MouseWheel"/> event is occur.
  4535. </summary>
  4536. <param name="e">An <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  4537. </member>
  4538. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  4539. <summary>
  4540. Occurs when the mouse pointer is over the control and the mouse button is pressed.
  4541. </summary>
  4542. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  4543. </member>
  4544. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  4545. <summary>
  4546. Occurs when mouse up is performed on the control.
  4547. </summary>
  4548. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  4549. </member>
  4550. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  4551. <summary>
  4552. Starts the auto scrolling when the mouse pointer is moved away from the scroll bounds.
  4553. </summary>
  4554. <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains event data.</param>
  4555. </member>
  4556. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnMouseLeave(System.EventArgs)">
  4557. <summary>
  4558. Sets the default cursor when the mouse pointer leaves the control.
  4559. </summary>
  4560. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4561. </member>
  4562. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnMouseHover(System.EventArgs)">
  4563. <summary>
  4564. Stops the auto scroll timer when the mouse pointer is moves over the control.
  4565. </summary>
  4566. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4567. </member>
  4568. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
  4569. <summary>
  4570. Occurs when the control's display required redraw.
  4571. </summary>
  4572. <param name="e">An <see cref="T:System.Windows.Forms.InvalidateEventArgs"/> that contains the event data.</param>
  4573. </member>
  4574. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnEnter(System.EventArgs)">
  4575. <summary>
  4576. Occurs when the control is entered.
  4577. </summary>
  4578. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4579. </member>
  4580. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnLeave(System.EventArgs)">
  4581. <summary>
  4582. Occurs when the input focus leaves the control.
  4583. </summary>
  4584. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4585. </member>
  4586. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnValidating(System.ComponentModel.CancelEventArgs)">
  4587. <summary>
  4588. Occurs while invalidating is called for the control.
  4589. </summary>
  4590. <param name="e">The <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains event data.</param>
  4591. </member>
  4592. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnValidated(System.EventArgs)">
  4593. <summary>
  4594. Occurs when the control finished the validating.
  4595. </summary>
  4596. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4597. </member>
  4598. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnLostFocus(System.EventArgs)">
  4599. <summary>
  4600. Occurs when the control loses focus.
  4601. </summary>
  4602. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4603. </member>
  4604. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnGotFocus(System.EventArgs)">
  4605. <summary>
  4606. Occurs when the control receives focus.
  4607. </summary>
  4608. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4609. </member>
  4610. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
  4611. <summary>
  4612. Occurs when the control is removed from the <see cref="T:System.WindowsForms.Control.ControlCollection"/>.
  4613. </summary>
  4614. <param name="e">The <see cref="T:System.Windows.Forms.ControlEventArgs"/> that contains event data.</param>
  4615. </member>
  4616. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
  4617. <summary>
  4618. Wires the <see cref="T:Control.GotFocus"/> and <see cref="T:Control.LostFocus"/> events of the added control.
  4619. </summary>
  4620. <param name="e">The <see cref="T:System.Windows.Forms.ControlEventArgs"/> that contains event data.</param>
  4621. </member>
  4622. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnSizeChanged(System.EventArgs)">
  4623. <summary>
  4624. Updates the scrollbar locations when the <see cref="T:System.Windows.Forms.Control.Size"/> property value is changed.
  4625. </summary>
  4626. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4627. </member>
  4628. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnLocationChanged(System.EventArgs)">
  4629. <summary>
  4630. Updates the scrollbar locations when the <see cref="T:System.Windows.Forms.Control.Location"/> property is changed.
  4631. </summary>
  4632. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4633. </member>
  4634. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnHandleCreated(System.EventArgs)">
  4635. <summary>
  4636. Wire the parent forms event when the <see cref="T:System.Windows.Forms.Control.HandleCreated"/>.
  4637. </summary>
  4638. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4639. </member>
  4640. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnVisibleChanged(System.EventArgs)">
  4641. <summary>
  4642. Update the scrollbars when the <see cref="T:System.Windows.Forms.Control.VisibleChanged"/> event is occured.
  4643. </summary>
  4644. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4645. </member>
  4646. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnDragOver(System.Windows.Forms.DragEventArgs)">
  4647. <summary>
  4648. Starts the auto scrolling timer when the mouse is dragging over the control.
  4649. </summary>
  4650. <param name="e">The <see cref="T:System.Windows.Forms.DragEventArgs"/> that contains event data.</param>
  4651. </member>
  4652. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnRightToLeftChanged(System.EventArgs)">
  4653. <summary>
  4654. Occurs on Changing the RTL mode of the control.
  4655. </summary>
  4656. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4657. </member>
  4658. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.StartAutoScrollTimer(System.Windows.Forms.Message)">
  4659. <summary>
  4660. Starts the AutoScroll timer.
  4661. </summary>
  4662. <param name="m">The message to be sent to the current control.</param>
  4663. </member>
  4664. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.StartAutoScrollTimer(System.Windows.Forms.Message,System.TimeSpan)">
  4665. <summary>
  4666. Starts the AutoScroll timer.
  4667. </summary>
  4668. <param name="m">The message to be sent to the current control.</param>
  4669. <param name="autoScrollInterval">The initial interval for sending messages.</param>
  4670. </member>
  4671. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.CreateAccessibilityInstance">
  4672. <summary>
  4673. Overridden to update the Accessibility object of the SfScrollControl.
  4674. </summary>
  4675. <returns>Returns the accessibility object of the SfScrollControl</returns>
  4676. </member>
  4677. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.ScrollWindowInvalidate(System.Drawing.Rectangle)">
  4678. <summary>
  4679. Invalidates the Scroll window.
  4680. </summary>
  4681. <param name="r">The Rectangle region that need to be invalidate.</param>
  4682. </member>
  4683. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnTouchPanBegin(System.Drawing.Point)">
  4684. <summary>
  4685. Initially save the current scrollbar values when begin the panning operation.
  4686. </summary>
  4687. <param name="touchBeginPoint">Touch begin position.</param>
  4688. <returns>return true</returns>
  4689. </member>
  4690. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnTouchPan(System.Drawing.Point,System.Boolean)">
  4691. <summary>
  4692. Adjust the horizontal and vertical scrollbar values based on current touch position.
  4693. </summary>
  4694. <param name="currentTouchPoint">The current touch position.</param>
  4695. <param name="isSwipeScroll">Used to decide whether to perform swipe or pan operation.</param>
  4696. <returns>Returns true.</returns>
  4697. </member>
  4698. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnTouchPanEnd(System.Drawing.Point)">
  4699. <summary>
  4700. After panning operation completes save the current scroll bar values.
  4701. </summary>
  4702. <param name="touchEndPoint">The touch end position.</param>
  4703. <returns>Return true.</returns>
  4704. </member>
  4705. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnBeginAutoScroll(Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs)">
  4706. <summary>
  4707. Raises the <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.BeginAutoScroll"/> event.
  4708. </summary>
  4709. <param name="e">The <see cref="T:Syncfusion.WinForms.Controls.Events.BeginAutoScrollEventArgs"/> that contains the event data.</param>
  4710. </member>
  4711. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnEndAutoScroll(System.EventArgs)">
  4712. <summary>
  4713. Raises the <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.EndAutoScroll"/> event.
  4714. </summary>
  4715. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4716. </member>
  4717. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnSetCursor(System.Windows.Forms.Message@)">
  4718. <summary>
  4719. Sets the current mouse cursor.
  4720. </summary>
  4721. <param name="m">The Window message.</param>
  4722. </member>
  4723. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnHorizontalScrollBarValueChanged">
  4724. <summary>
  4725. Occurs when the horizontal scrollbar value is changed.
  4726. </summary>
  4727. </member>
  4728. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnVerticalScrollBarValueChanged">
  4729. <summary>
  4730. Occurs when the vertical scrollbar value is changed.
  4731. </summary>
  4732. </member>
  4733. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnHorizontalScroll(System.Windows.Forms.ScrollEventArgs)">
  4734. <summary>
  4735. Raises the <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.Scroll"/> event for horizontal scroll.
  4736. </summary>
  4737. <param name="se">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
  4738. </member>
  4739. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnVerticalScroll(System.Windows.Forms.ScrollEventArgs)">
  4740. <summary>
  4741. Raises the <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.Scroll"/> event for vertical scroll.
  4742. </summary>
  4743. <param name="se">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
  4744. </member>
  4745. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnWindowScrolled(Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs)">
  4746. <summary>
  4747. Raises the <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.WindowScrolled"/> event.
  4748. </summary>
  4749. <param name="e">A <see cref="T:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs"/> that contains the event data.</param>
  4750. </member>
  4751. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnWindowScrolling(Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs)">
  4752. <summary>
  4753. Raises the <see cref="E:Syncfusion.WinForms.Controls.SfScrollControl.WindowScrolling"/> event.
  4754. </summary>
  4755. <param name="e">The <see cref="T:Syncfusion.WinForms.Controls.Events.ScrollWindowEventArgs"/> that contains the event data.</param>
  4756. </member>
  4757. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnControlGotFocus">
  4758. <summary>
  4759. Raises the <see cref="E:System.Windows.Forms.Control.GotFocus"/> event. This method is called when the control
  4760. or any child control gets focus and this control did not have focus before.
  4761. </summary>
  4762. </member>
  4763. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnControlLostFocus">
  4764. <summary>
  4765. Raises the <see cref="E:System.Windows.Forms.Control.LostFocus"/> event. This method is called when the control
  4766. or any child control loses focus and the new focused control is not a child of this control.
  4767. </summary>
  4768. </member>
  4769. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.MAKELPARAM(System.Int32,System.Int32)">
  4770. <summary>
  4771. Creates a value for use as an lParam parameter in a message.
  4772. </summary>
  4773. <returns>Returns the LPARAM value.</returns>
  4774. <param name="low">The lower order value.</param>
  4775. <param name="high">The higher order value.</param>
  4776. </member>
  4777. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.GetScrollValue(Syncfusion.WinForms.Controls.ScrollProperties,System.Int32)">
  4778. <summary>
  4779. Gets the resolved scrollbar value based on the min, max values of the scrollbar.
  4780. </summary>
  4781. <param name="scrollProperties">The ScrollProperties of the scrollbar.</param>
  4782. <param name="value">The value that needs to be resolved.</param>
  4783. <returns>Returns the resolved scrollbar value.</returns>
  4784. </member>
  4785. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.WiredParentFormEnter(System.Object,System.EventArgs)">
  4786. <summary>
  4787. Occurs when the user is enters to the parent form.
  4788. </summary>
  4789. <param name="sender">An object of the sender.</param>
  4790. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4791. </member>
  4792. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnVerticalScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
  4793. <summary>
  4794. Raises the <see cref="P:Syncfusion.WinForms.Controls.SfScrollControl.VerticalScroll"/> event.
  4795. </summary>
  4796. <param name="sender">The object of the sender.</param>
  4797. <param name="se">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
  4798. </member>
  4799. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnHorizontalScrollBarValueChanged(System.Object,System.EventArgs)">
  4800. <summary>
  4801. Handles the <see cref="E:Syncfusion.WinForms.Controls.ScrollBarBase.ValueChanged"/> of the horizontal scrollbar.
  4802. </summary>
  4803. <param name="sender">The source of the event.</param>
  4804. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  4805. </member>
  4806. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnVerticalScrollBarValueChanged(System.Object,System.EventArgs)">
  4807. <summary>
  4808. Handles the <see cref="E:Syncfusion.WinForms.Controls.ScrollBarBase.ValueChanged"/> of the vertical scrollbar.
  4809. </summary>
  4810. <param name="sender">The source of the event.</param>
  4811. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  4812. </member>
  4813. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnHorizontalScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
  4814. <summary>
  4815. Raises the <see cref="P:Syncfusion.WinForms.Controls.SfScrollControl.HorizontalScroll"/> event.
  4816. </summary>
  4817. <param name="sender">The object of the sender..</param>
  4818. <param name="se">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
  4819. </member>
  4820. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.DecodeGesture(System.Windows.Forms.Message@)">
  4821. <summary>
  4822. Decode the touch messages to do corresponding operations
  4823. </summary>
  4824. <param name="msg">windows touch messages</param>
  4825. <returns>Return true when the message properly handled otherwise it will be false</returns>
  4826. </member>
  4827. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.SetVisibleScrollbars(System.Boolean,System.Boolean)">
  4828. <summary>
  4829. Display or hides the horizontal and vertical auto scrollbars.
  4830. </summary>
  4831. <param name="horiz">True if the horizontal scrollbar should be displayed.</param>
  4832. <param name="vert">True if the vertical scrollbar should be displayed.</param>
  4833. </member>
  4834. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.RepeatScrollEventTimerElapsed(System.Object,System.EventArgs)">
  4835. <summary>
  4836. Elapse the time for scroll event.
  4837. </summary>
  4838. <param name="source">The object of the sender.</param>
  4839. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4840. </member>
  4841. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.ChildGotFocus(System.Object,System.EventArgs)">
  4842. <summary>Occurs when the child control got the focus.</summary>
  4843. <param name="sender">The object of the sender.</param>
  4844. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4845. </member>
  4846. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.ChildLostFocus(System.Object,System.EventArgs)">
  4847. <summary>Occurs when the child lost the focus.</summary>
  4848. <param name="sender">The object of the sender.</param>
  4849. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  4850. </member>
  4851. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.RaiseControlGotFocus">
  4852. <summary>
  4853. Sets the focus for the control.
  4854. </summary>
  4855. </member>
  4856. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.RaiseControlLostFocus">
  4857. <summary>
  4858. Reset the focus for the control.
  4859. </summary>
  4860. </member>
  4861. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.AdjustSizeGrip">
  4862. <summary>
  4863. Adjust the location of the SizeGrip.
  4864. </summary>
  4865. </member>
  4866. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.ShouldSerializeStyle">
  4867. <summary>
  4868. Determines whether the Style should be serialized or not.
  4869. </summary>
  4870. <returns>Returns true if the style need to be serialized otherwise return false.</returns>
  4871. </member>
  4872. <member name="M:Syncfusion.WinForms.Controls.SfScrollControl.OnReaderModeScroll(System.Object,Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs)">
  4873. <summary>
  4874. Performs the reader mode mouse scrolling.
  4875. </summary>
  4876. <param name="sender">The object of the sender.</param>
  4877. <param name="e">An <see cref="T:Syncfusion.WinForms.Controls.Events.ReaderModeScrollControllerEventArgs"/> that contains event data.</param>
  4878. </member>
  4879. <member name="E:Syncfusion.WinForms.Controls.SfScrollControl.Scroll">
  4880. <summary>
  4881. Occurs when scrolling is performed.
  4882. </summary>
  4883. </member>
  4884. <member name="E:Syncfusion.WinForms.Controls.SfScrollControl.BeginAutoScroll">
  4885. <summary>
  4886. Occurs when accelerated scrollbar scrolling or mouse drag-scrolling starts.
  4887. </summary>
  4888. </member>
  4889. <member name="E:Syncfusion.WinForms.Controls.SfScrollControl.EndAutoScroll">
  4890. <summary>
  4891. Occurs when the auto scrolling is ends.
  4892. </summary>
  4893. </member>
  4894. <member name="E:Syncfusion.WinForms.Controls.SfScrollControl.WindowScrolled">
  4895. <summary>
  4896. Occurs after the window has been scrolled.
  4897. </summary>
  4898. </member>
  4899. <member name="E:Syncfusion.WinForms.Controls.SfScrollControl.WindowScrolling">
  4900. <summary>
  4901. Occurs while the window is being scrolled.
  4902. </summary>
  4903. </member>
  4904. <member name="E:Syncfusion.WinForms.Controls.SfScrollControl.ThemeChanged">
  4905. <summary>
  4906. Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollControl"/> has changed.
  4907. </summary>
  4908. </member>
  4909. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AutoScrollMode">
  4910. <summary>
  4911. Gets or sets the direction for automatic scrolling when the user drags
  4912. the mouse cursor out of the scrolling area.
  4913. </summary>
  4914. </member>
  4915. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.VerticalScrollIncrement">
  4916. <summary>
  4917. Gets or sets the multiplier for vertical mouse wheel scrolling.
  4918. </summary>
  4919. </member>
  4920. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.HorizontalScrollIncrement">
  4921. <summary>
  4922. Gets or sets the multiplier for horizontal mouse wheel scrolling.
  4923. </summary>
  4924. </member>
  4925. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.VerticalScroll">
  4926. <summary>
  4927. Gets the vertical scrollbar settings of the control.
  4928. </summary>
  4929. </member>
  4930. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.HorizontalScroll">
  4931. <summary>
  4932. Gets the horizontal scrollbar settings of the control.
  4933. </summary>
  4934. </member>
  4935. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AutoScrollBounds">
  4936. <summary>
  4937. Gets or sets a bounds for the auto scrolling.
  4938. </summary>
  4939. </member>
  4940. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AutoScrollMargin">
  4941. <summary>
  4942. Gets or sets a default margins for the scrolling area when the user moves the mouse to the
  4943. margin between InsideScrollBounds and AutoScrollBounds.
  4944. </summary>
  4945. </member>
  4946. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.Style">
  4947. <summary>
  4948. Gets or sets a style of the ScrollControl components.
  4949. </summary>
  4950. </member>
  4951. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.HorizontalScrollBarVisible">
  4952. <summary>
  4953. Gets or sets a value indicating whether the horizontal scroll bar is visible or not.
  4954. </summary>
  4955. </member>
  4956. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.VerticalScrollBarVisible">
  4957. <summary>
  4958. Gets or sets a value indicating whether the vertical scroll bar is visible or not.
  4959. </summary>
  4960. </member>
  4961. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AllowReaderModeScrolling">
  4962. <summary>
  4963. Gets or sets a value indicating whether the reader mode mouse scrolling is enabled or not.
  4964. </summary>
  4965. <remarks>
  4966. Reader mode shows a special scroll origin icon and scrolls the window in a direction and speed relative to the scroll origin.
  4967. </remarks>
  4968. </member>
  4969. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.IsUpdating">
  4970. <summary>
  4971. Gets a value indicating whether the BeginUpdate() has been called and the painting for a control is suspended.
  4972. </summary>
  4973. </member>
  4974. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.ClientRectangle">
  4975. <summary>
  4976. Gets the rectangle that represents the client area of the control.
  4977. </summary>
  4978. </member>
  4979. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.ClientSize">
  4980. <summary>
  4981. Gets or sets the ClientSize of the control based on the visibility of the scrollbars.
  4982. </summary>
  4983. </member>
  4984. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AutoScrollInterval">
  4985. <summary>
  4986. Gets or sets a <see cref="T:System.TimeSpan"/> value for the auto scrolling.
  4987. </summary>
  4988. </member>
  4989. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AccessibilityEnabled">
  4990. <summary>
  4991. Gets or sets a value indicating whether the accessibility is enabled for the control or not.
  4992. </summary>
  4993. </member>
  4994. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.OverrideCursor">
  4995. <summary>
  4996. Gets or sets a cursor that needs to be applied for the scroll control.
  4997. </summary>
  4998. </member>
  4999. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AutoScrollTimerEnable">
  5000. <summary>
  5001. Gets a value indicating whether the control is currently scrolling and the user drags
  5002. the mouse outside the inner scrolling area.
  5003. </summary>
  5004. </member>
  5005. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.CreateParams">
  5006. <summary>
  5007. Changes <see cref="P:System.Windows.Forms.CreateParams.Style"/> RTL extended styles and also consider the control's
  5008. <see cref="!:SfScrollControl.BorderStyle"/> setting.
  5009. </summary>
  5010. </member>
  5011. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.AllowAutoScroll">
  5012. <summary>
  5013. Gets or sets a value indicating whether the AutoScrolling can be enabled.
  5014. </summary>
  5015. </member>
  5016. <member name="P:Syncfusion.WinForms.Controls.SfScrollControl.InsideScrollBounds">
  5017. <summary>
  5018. Gets the inside scrolling area. The control will scroll if the user drags
  5019. the mouse outside this area.
  5020. </summary>
  5021. </member>
  5022. <member name="T:Syncfusion.WinForms.Controls.SizeGrip">
  5023. <summary>
  5024. Represents the class that provides the method for drawing the size grip.
  5025. </summary>
  5026. </member>
  5027. <member name="F:Syncfusion.WinForms.Controls.SizeGrip.style">
  5028. <summary>
  5029. The default style info of the size grip.
  5030. </summary>
  5031. </member>
  5032. <member name="F:Syncfusion.WinForms.Controls.SizeGrip.sfScrollControl">
  5033. <summary>
  5034. The attached SfScrollControl;
  5035. </summary>
  5036. </member>
  5037. <member name="M:Syncfusion.WinForms.Controls.SizeGrip.#ctor(System.Windows.Forms.Control)">
  5038. <summary>
  5039. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SizeGrip"/> class.
  5040. </summary>
  5041. <param name="parent">The control that need to be display the size grip.</param>
  5042. </member>
  5043. <member name="M:Syncfusion.WinForms.Controls.SizeGrip.#ctor(System.Windows.Forms.Control,Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo)">
  5044. <summary>
  5045. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SizeGrip"/> class.
  5046. </summary>
  5047. <param name="parent">The control that need to be display the size grip.</param>
  5048. <param name="style">The <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo"/> of the control.</param>
  5049. </member>
  5050. <member name="M:Syncfusion.WinForms.Controls.SizeGrip.#ctor(Syncfusion.WinForms.Controls.SfScrollControl,Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo)">
  5051. <summary>
  5052. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SizeGrip"/> class.
  5053. </summary>
  5054. <param name="parent">The control that need to be display the size grip.</param>
  5055. <param name="style">The <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo"/> of the control.</param>
  5056. </member>
  5057. <member name="M:Syncfusion.WinForms.Controls.SizeGrip.GetStyle">
  5058. <summary>
  5059. Gets the style of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo"/>.
  5060. </summary>
  5061. <returns>Returns the ScrollControl' size grip style.</returns>
  5062. </member>
  5063. <member name="M:Syncfusion.WinForms.Controls.SizeGrip.OnPaint(System.Windows.Forms.PaintEventArgs)">
  5064. <summary>
  5065. Overridden to draw the size grip of the control.
  5066. </summary>
  5067. <param name="e">An <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains event data.</param>
  5068. </member>
  5069. <member name="M:Syncfusion.WinForms.Controls.SizeGrip.DrawSizeGrip(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo)">
  5070. <summary>
  5071. Draws the size grip.
  5072. </summary>
  5073. <param name="g">The <see cref="T:System.Drawing.Graphics"/> of the control.</param>
  5074. <param name="rect">The rectangle region that need to be draw the size grip.</param>
  5075. <param name="sizeGripStyle">The style information of the SizeGrip.</param>
  5076. </member>
  5077. <member name="P:Syncfusion.WinForms.Controls.SizeGrip.Style">
  5078. <summary>
  5079. Gets or sets the style for drawing the size grip.
  5080. </summary>
  5081. </member>
  5082. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo">
  5083. <summary>
  5084. Implements the functionalities that provides a StyleInfoBase object for ScrollBarStyleInfo properties in a ScrollBar.
  5085. </summary>
  5086. </member>
  5087. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.defaultScrollBarStyleInfo">
  5088. <summary>
  5089. Holds the default style info of the scrollbar.
  5090. </summary>
  5091. </member>
  5092. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.#ctor">
  5093. <summary>
  5094. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> class.
  5095. </summary>
  5096. </member>
  5097. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
  5098. <summary>
  5099. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> class.
  5100. </summary>
  5101. <param name="identity">
  5102. A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this
  5103. <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/>.
  5104. </param>
  5105. </member>
  5106. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore)">
  5107. <summary>
  5108. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> class.
  5109. </summary>
  5110. <param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
  5111. <param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
  5112. All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
  5113. </param>
  5114. </member>
  5115. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
  5116. <summary>
  5117. Makes an exact copy of the current object.
  5118. </summary>
  5119. <param name="newOwner">The new owner style object for the copied object.</param>
  5120. <param name="sip">The identifier for this object.</param>
  5121. <returns>A copy of the current object registered with the new owner style object.</returns>
  5122. </member>
  5123. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.GetDefaultStyle">
  5124. <summary>
  5125. Gets the default value for the ScrollBarStyleInfo.
  5126. </summary>
  5127. <returns>Returns the default value for the ScrollBarStyleInfo object.</returns>
  5128. </member>
  5129. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ShouldSerializeArrowButtonPressedForeColor">
  5130. <summary>
  5131. Determines whether StackedHeaderStyle has been modified and its contents should be serialized at design-time.
  5132. </summary>
  5133. <returns>True if contents were changed; False otherwise.</returns>
  5134. </member>
  5135. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.Default">
  5136. <summary>
  5137. Gets the default style for the ScrollBarStyleInfo object.
  5138. </summary>
  5139. </member>
  5140. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonBackColor">
  5141. <summary>
  5142. Gets or sets the background color for the arrow button.
  5143. </summary>
  5144. <remarks>
  5145. This is applicable for both the Min and Max buttons.
  5146. </remarks>
  5147. </member>
  5148. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonBackColor">
  5149. <summary>
  5150. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonBackColor"/> property has been modified for the current object.
  5151. </summary>
  5152. </member>
  5153. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonHoverBackColor">
  5154. <summary>
  5155. Gets or sets the background color for the arrow button in hovering state.
  5156. </summary>
  5157. </member>
  5158. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonHoverBackColor">
  5159. <summary>
  5160. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonHoverBackColor"/> property has been modified for the current object.
  5161. </summary>
  5162. </member>
  5163. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonPressedBackColor">
  5164. <summary>
  5165. Gets or sets the background color for the arrow button in pressed state.
  5166. </summary>
  5167. </member>
  5168. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonPressedBackColor">
  5169. <summary>
  5170. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonPressedBackColor"/> property has been modified for the current object.
  5171. </summary>
  5172. </member>
  5173. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonForeColor">
  5174. <summary>
  5175. Gets or sets the foreground color for the arrow button.
  5176. </summary>
  5177. <remarks>
  5178. This will set the background color for the arrow which is shown in the arrow button.
  5179. This is applicable for both the Min and Max buttons.
  5180. </remarks>
  5181. </member>
  5182. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonForeColor">
  5183. <summary>
  5184. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonForeColor"/> property has been modified for the current object.
  5185. </summary>
  5186. </member>
  5187. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonHoverForeColor">
  5188. <summary>
  5189. Gets or sets the foreground color for the arrow button in hovering state.
  5190. </summary>
  5191. </member>
  5192. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonHoverForeColor">
  5193. <summary>
  5194. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonHoverForeColor"/> property has been modified for the current object.
  5195. </summary>
  5196. </member>
  5197. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonPressedForeColor">
  5198. <summary>
  5199. Gets or sets the foreground color for the arrow button in pressed state.
  5200. </summary>
  5201. </member>
  5202. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonPressedForeColor">
  5203. <summary>
  5204. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonPressedForeColor"/> property has been modified for the current object.
  5205. </summary>
  5206. </member>
  5207. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ScrollBarBackColor">
  5208. <summary>
  5209. Gets or sets the background color for the scrollbar.
  5210. </summary>
  5211. </member>
  5212. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasScrollBarBackColor">
  5213. <summary>
  5214. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ScrollBarBackColor"/> property has been modified for the current object.
  5215. </summary>
  5216. </member>
  5217. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbColor">
  5218. <summary>
  5219. Gets or sets the background color for the thumb.
  5220. </summary>
  5221. </member>
  5222. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbColor">
  5223. <summary>
  5224. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbColor"/> property has been modified for the current object.
  5225. </summary>
  5226. </member>
  5227. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbHoverColor">
  5228. <summary>
  5229. Gets or sets the background color for the thumb in hovering state.
  5230. </summary>
  5231. </member>
  5232. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbHoverColor">
  5233. <summary>
  5234. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbHoverColor"/> property has been modified for the current object.
  5235. </summary>
  5236. </member>
  5237. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbPressedColor">
  5238. <summary>
  5239. Gets or sets the background color for the thumb in pressed state.
  5240. </summary>
  5241. </member>
  5242. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbPressedColor">
  5243. <summary>
  5244. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbPressedColor"/> property has been modified for the current object.
  5245. </summary>
  5246. </member>
  5247. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbWidth">
  5248. <summary>
  5249. Gets or sets the width of the thumb.
  5250. </summary>
  5251. </member>
  5252. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbWidth">
  5253. <summary>
  5254. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbWidth"/> property has been modified for the current object.
  5255. </summary>
  5256. </member>
  5257. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonBorderColor">
  5258. <summary>
  5259. Gets or sets the border background color for the arrow button.
  5260. </summary>
  5261. </member>
  5262. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonHoverBorderColor">
  5263. <summary>
  5264. Gets or sets the hover border color for the arrow button.
  5265. </summary>
  5266. </member>
  5267. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonPressedBorderColor">
  5268. <summary>
  5269. Gets or sets the pressed border color for the arrow button.
  5270. </summary>
  5271. </member>
  5272. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonDisabledBorderColor">
  5273. <summary>
  5274. Gets or sets the disabled border color for the arrow button.
  5275. </summary>
  5276. </member>
  5277. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonBorderColor">
  5278. <summary>
  5279. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonBorderColor"/> property has been modified for the current object.
  5280. </summary>
  5281. </member>
  5282. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbBorderColor">
  5283. <summary>
  5284. Gets or sets a value for ThumbBorderColor.
  5285. </summary>
  5286. </member>
  5287. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbHoverBorderColor">
  5288. <summary>
  5289. Gets or sets a value for hover border color of the thumb.
  5290. </summary>
  5291. </member>
  5292. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbPressedBorderColor">
  5293. <summary>
  5294. Gets or sets a value for pressed border color of the thumb.
  5295. </summary>
  5296. </member>
  5297. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbDisabledBorderColor">
  5298. <summary>
  5299. Gets or sets a value for disabled border color of the thumb.
  5300. </summary>
  5301. </member>
  5302. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbBorderColor">
  5303. <summary>
  5304. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbBorderColor"/> property has been modified for the current object.
  5305. </summary>
  5306. </member>
  5307. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbDisabledColor">
  5308. <summary>
  5309. Gets or sets a value for ThumbDisabledColor.
  5310. </summary>
  5311. </member>
  5312. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbDisabledColor">
  5313. <summary>
  5314. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbDisabledColor"/> property has been modified for the current object.
  5315. </summary>
  5316. </member>
  5317. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonDisabledForeColor">
  5318. <summary>
  5319. Gets or sets the value for ArrowButtonDisabledForeColor.
  5320. </summary>
  5321. </member>
  5322. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonDisabledForeColor">
  5323. <summary>
  5324. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonDisabledForeColor"/> property has been modified for the current object.
  5325. </summary>
  5326. </member>
  5327. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonDisabledBackColor">
  5328. <summary>
  5329. Gets or sets the value for ArrowButtonDisabledBackColor.
  5330. </summary>
  5331. </member>
  5332. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonDisabledBackColor">
  5333. <summary>
  5334. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonDisabledBackColor"/> property has been modified for the current object.
  5335. </summary>
  5336. </member>
  5337. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbHoverBorderColor">
  5338. <summary>
  5339. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbHoverBorderColor"/> property has been modified for the current object.
  5340. </summary>
  5341. </member>
  5342. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbPressedBorderColor">
  5343. <summary>
  5344. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbPressedBorderColor"/> property has been modified for the current object.
  5345. </summary>
  5346. </member>
  5347. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasThumbDisabledBorderColor">
  5348. <summary>
  5349. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbDisabledBorderColor"/> property has been modified for the current object.
  5350. </summary>
  5351. </member>
  5352. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonHoverBorderColor">
  5353. <summary>
  5354. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonHoverBorderColor"/> property has been modified for the current object.
  5355. </summary>
  5356. </member>
  5357. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonPressedBorderColor">
  5358. <summary>
  5359. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonPressedBorderColor"/> property has been modified for the current object.
  5360. </summary>
  5361. </member>
  5362. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.HasArrowButtonDisabledBorderColor">
  5363. <summary>
  5364. Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonDisabledBorderColor"/> property has been modified for the current object.
  5365. </summary>
  5366. </member>
  5367. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore">
  5368. <summary>
  5369. Contains the collection of <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> properties.
  5370. </summary>
  5371. </member>
  5372. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonBackColorProperty">
  5373. <summary>
  5374. Gets the value for the ArrowButton BackColor property.
  5375. </summary>
  5376. </member>
  5377. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonHoverBackColorProperty">
  5378. <summary>
  5379. Gets the value for the ArrowButton hover BackColor property.
  5380. </summary>
  5381. </member>
  5382. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonPressedBackColorProperty">
  5383. <summary>
  5384. Gets the value for the ArrowButton pressed BackColor properly.
  5385. </summary>
  5386. </member>
  5387. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonForeColorProperty">
  5388. <summary>
  5389. Gets the value for the ArrowButton ForeColor property.
  5390. </summary>
  5391. </member>
  5392. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonHoverForeColorProperty">
  5393. <summary>
  5394. Gets the value for the ArrowButton hover ForeColor property.
  5395. </summary>
  5396. </member>
  5397. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonPressedForeColorProperty">
  5398. <summary>
  5399. Gets the value for the ArrowButton pressed ForeColor property.
  5400. </summary>
  5401. </member>
  5402. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ScrollBarBackColorProperty">
  5403. <summary>
  5404. Gets the value for the ScrollBarBackColor property.
  5405. </summary>
  5406. </member>
  5407. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbColorProperty">
  5408. <summary>
  5409. Gets the value for the ThumbColor property.
  5410. </summary>
  5411. </member>
  5412. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbHoverColorProperty">
  5413. <summary>
  5414. Gets the value for the ThumbHoverColor property.
  5415. </summary>
  5416. </member>
  5417. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbPressedColorProperty">
  5418. <summary>
  5419. Gets the value for the ThumbPressedColor property.
  5420. </summary>
  5421. </member>
  5422. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbWidthProperty">
  5423. <summary>
  5424. Gets the value for the ThumbWidth property.
  5425. </summary>
  5426. </member>
  5427. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonBorderColorProperty">
  5428. <summary>
  5429. Gets the value for the ArrowButtonBorderColor property.
  5430. </summary>
  5431. </member>
  5432. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonHoverBorderColorProperty">
  5433. <summary>
  5434. Gets the value for the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonHoverBorderColor"/> property.
  5435. </summary>
  5436. </member>
  5437. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonPressedBorderColorProperty">
  5438. <summary>
  5439. Gets the value for the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonPressedBorderColor"/> property.
  5440. </summary>
  5441. </member>
  5442. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonDisabledBorderColorProperty">
  5443. <summary>
  5444. Gets the value for the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ArrowButtonDisabledBorderColor"/> property.
  5445. </summary>
  5446. </member>
  5447. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbBorderColorProperty">
  5448. <summary>
  5449. Gets the value for the ThumbBorderColor property.
  5450. </summary>
  5451. </member>
  5452. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbHoverBorderColorProperty">
  5453. <summary>
  5454. Gets the value for the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbHoverBorderColor"/> property.
  5455. </summary>
  5456. </member>
  5457. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbPressedBorderColorProperty">
  5458. <summary>
  5459. Gets the value for the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbPressedBorderColor"/> property.
  5460. </summary>
  5461. </member>
  5462. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbDisabledBorderColorProperty">
  5463. <summary>
  5464. Gets the value for the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo.ThumbDisabledBorderColor"/> property.
  5465. </summary>
  5466. </member>
  5467. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ThumbDisabledColorProperty">
  5468. <summary>
  5469. Gets the value for ThumbDisabledColor property.
  5470. </summary>
  5471. </member>
  5472. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonDisabledForeColorProperty">
  5473. <summary>
  5474. Gets the value for ArrowButtonDisabledForeColor property.
  5475. </summary>
  5476. </member>
  5477. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.ArrowButtonDisabledBackColorProperty">
  5478. <summary>
  5479. Gets the value for ArrowButtonDisabledBackColor property.
  5480. </summary>
  5481. </member>
  5482. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.sd">
  5483. <summary>
  5484. Holds the static data for the Scrollbar style info store.
  5485. </summary>
  5486. </member>
  5487. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.#ctor">
  5488. <summary>
  5489. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore"/> class.
  5490. </summary>
  5491. </member>
  5492. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5493. <summary>
  5494. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore"/> class from a serialization stream.
  5495. </summary>
  5496. <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
  5497. <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
  5498. </member>
  5499. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.Clone">
  5500. <override/>
  5501. <summary>
  5502. Creates an exact copy of the current object.
  5503. </summary>
  5504. <returns>Copied object.</returns>
  5505. </member>
  5506. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.GetStaticData">
  5507. <summary>
  5508. Initializes the StaticData, if <see cref="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.sd"/> is null.
  5509. </summary>
  5510. <returns>Returns the StaticData.</returns>
  5511. </member>
  5512. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoStore.StaticDataStore">
  5513. <summary>
  5514. Provides the static data of the ScrollBarStyleInfo.
  5515. </summary>
  5516. </member>
  5517. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle">
  5518. <summary>
  5519. Contains the list of properties that are used to customize the appearance of the scroll control.
  5520. </summary>
  5521. <remarks>
  5522. This contains the elements that are available in the scroll control. i.e. Horizontal scrollbar, Vertical scrol bar and SizeGripper.
  5523. </remarks>
  5524. </member>
  5525. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.defaultStyle">
  5526. <summary>
  5527. It contains the value of the <see cref="!:Syncfusion.WinForms.Controls.ScrollerVisualStyle"/> property.
  5528. </summary>
  5529. </member>
  5530. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.#ctor">
  5531. <summary>
  5532. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle"/> class.
  5533. </summary>
  5534. </member>
  5535. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.#ctor(Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore)">
  5536. <summary>
  5537. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle"/> class.
  5538. </summary>
  5539. <param name="store">A <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore"/> that holds data for this object.
  5540. All changes in this style object will be saved in the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore"/> object.
  5541. </param>
  5542. </member>
  5543. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore)">
  5544. <summary>
  5545. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle"/> class.
  5546. </summary>
  5547. <param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/>.</param>
  5548. <param name="store">A <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore"/> that holds data for this object.
  5549. All changes in this style object will be saved in the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore"/> object.
  5550. </param>
  5551. </member>
  5552. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.#ctor(System.Windows.Forms.Control)">
  5553. <summary>
  5554. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle"/> class.
  5555. </summary>
  5556. <param name="control">
  5557. A <see cref="T:System.Windows.Forms.Control"/> to create the identity for ScrollBars.
  5558. </param>
  5559. </member>
  5560. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.ShouldSerializeHorizontalScrollBar">
  5561. <summary>
  5562. Determines whether HorizontalScrollBar has been modified and its contents should be serialized at design-time.
  5563. </summary>
  5564. <returns>True if contents were changed; False otherwise.</returns>
  5565. </member>
  5566. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.ShouldSerializeVerticalScrollBar">
  5567. <summary>
  5568. Determines whether VerticalScrollBar has been modified and its contents should be serialized at design-time.
  5569. </summary>
  5570. <returns>True if contents were changed; False otherwise.</returns>
  5571. </member>
  5572. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
  5573. <summary>
  5574. Override this method to create a product-specific identity object for a sub object.
  5575. </summary>
  5576. <returns>An identity object for a sub object of this style.</returns>
  5577. <param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.</param>
  5578. </member>
  5579. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.GetDefaultStyle">
  5580. <summary>
  5581. Provide the default style of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle"/>.
  5582. </summary>
  5583. <returns>Default style object.</returns>
  5584. </member>
  5585. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.Dispose(System.Boolean)">
  5586. <summary>
  5587. Disposes the unused resources.
  5588. </summary>
  5589. <param name="disposing">Specifies whether to dispose both managed and unmanaged resources or only the unmanaged resources.</param>
  5590. </member>
  5591. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.ShouldSerializeSizeGrip">
  5592. <summary>
  5593. Determines whether SizeGrip has been modified and its contents should be serialized at design-time.
  5594. </summary>
  5595. <returns>True if contents were changed; False otherwise.</returns>
  5596. </member>
  5597. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.DefaultStyle">
  5598. <summary>
  5599. Gets the default style of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle"/>.
  5600. </summary>
  5601. </member>
  5602. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.HorizontalScrollBar">
  5603. <summary>
  5604. Gets or sets the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> for the horizontal scrollbar of the scroll control.
  5605. </summary>
  5606. </member>
  5607. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.VerticalScrollBar">
  5608. <summary>
  5609. Gets or sets the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> for the vertical scrollbar of the scroll control.
  5610. </summary>
  5611. </member>
  5612. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.SizeGrip">
  5613. <summary>
  5614. Gets or sets the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo"/> for the size grip of the scroll control.
  5615. </summary>
  5616. </member>
  5617. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoSubObjectIdentity">
  5618. <summary>
  5619. Defines a class that provides style identity information for nested objects of the VisualStyleInfo class of the control.
  5620. </summary>
  5621. </member>
  5622. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
  5623. <summary>
  5624. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoSubObjectIdentity"/> class and associates it with a specified.
  5625. </summary>
  5626. <param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
  5627. <param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
  5628. </member>
  5629. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore">
  5630. <summary>
  5631. Provides storage for the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore"/> object.
  5632. </summary>
  5633. </member>
  5634. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.HorizontalScrollBarProperty">
  5635. <summary>
  5636. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.HorizontalScrollBar"/> property.
  5637. </summary>
  5638. </member>
  5639. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.VerticalScrollBarProperty">
  5640. <summary>
  5641. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.VerticalScrollBar"/> property.
  5642. </summary>
  5643. </member>
  5644. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.SizeGripProperty">
  5645. <summary>
  5646. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle.SizeGrip"/> property.
  5647. </summary>
  5648. </member>
  5649. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.staticData">
  5650. <summary>
  5651. It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.StaticDataStore"/> property value.
  5652. </summary>
  5653. </member>
  5654. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.#ctor">
  5655. <summary>
  5656. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore"/> class.
  5657. </summary>
  5658. </member>
  5659. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5660. <summary>
  5661. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore"/> class from a serialization stream.
  5662. </summary>
  5663. <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
  5664. <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
  5665. </member>
  5666. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.GetStaticData">
  5667. <summary>
  5668. Initializes the StaticData, if <see cref="F:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.staticData"/> is null.
  5669. </summary>
  5670. <returns>Returns the StaticData</returns>
  5671. </member>
  5672. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyleInfoStore.StaticDataStore">
  5673. <summary>
  5674. Gets the static data value of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollerVisualStyle"/> class.
  5675. </summary>
  5676. </member>
  5677. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore">
  5678. <summary>
  5679. Contains the static data of the SizeGripStyleInfo class.
  5680. </summary>
  5681. </member>
  5682. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.ForeColorProperty">
  5683. <summary>
  5684. Gets the value of ForeColor property.
  5685. </summary>
  5686. </member>
  5687. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.BackColorProperty">
  5688. <summary>
  5689. Gets the value of BackColor property.
  5690. </summary>
  5691. </member>
  5692. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.ShowResizeGripperProperty">
  5693. <summary>
  5694. Gets the value of the ShowResizeGripper property.
  5695. </summary>
  5696. </member>
  5697. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.sd">
  5698. <summary>
  5699. Holds the static data of the size grip style info.
  5700. </summary>
  5701. </member>
  5702. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.#ctor">
  5703. <summary>
  5704. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore"/> class.
  5705. </summary>
  5706. </member>
  5707. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5708. <summary>
  5709. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore"/> class from a serialization stream.
  5710. </summary>
  5711. <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
  5712. <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
  5713. </member>
  5714. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.Clone">
  5715. <override/>
  5716. <summary>
  5717. Creates an exact copy of the current object.
  5718. </summary>
  5719. <returns>Copied object.</returns>
  5720. </member>
  5721. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.GetStaticData">
  5722. <summary>
  5723. Initializes the StaticData, if <see cref="F:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.sd"/> is null.
  5724. </summary>
  5725. <returns>Returns the StaticData.</returns>
  5726. </member>
  5727. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore.StaticDataStore">
  5728. <summary>
  5729. Gets the static data for the SizeGripStyleInfo.
  5730. </summary>
  5731. </member>
  5732. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoIdentity">
  5733. <summary>
  5734. Implements the class that provide an identity information of <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> using
  5735. <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
  5736. </summary>
  5737. </member>
  5738. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoIdentity.sfScrollControl">
  5739. <summary>
  5740. Maintains the SfScrollContol for create the identity.
  5741. </summary>
  5742. </member>
  5743. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoIdentity.#ctor(System.Windows.Forms.Control)">
  5744. <summary>
  5745. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoIdentity"/> class.
  5746. </summary>
  5747. <param name="scrollControl">
  5748. Control to create an identity for ScrollBars(HorizontalScrollBar/VerticalScrollBar).
  5749. </param>
  5750. </member>
  5751. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
  5752. <summary>
  5753. Loops through all base styles until it finds a style that has a specific property initialized.
  5754. </summary>
  5755. <param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
  5756. <returns>
  5757. Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
  5758. </returns>
  5759. </member>
  5760. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
  5761. <summary>
  5762. Occurs when a property in the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> has changed.
  5763. </summary>
  5764. <param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
  5765. <param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
  5766. </member>
  5767. <member name="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo">
  5768. <summary>
  5769. Implements the functionalities that holds all information stored for a SizeGrip of the scroll control.
  5770. </summary>
  5771. <remarks>
  5772. ScrollBarSizeGripStyleInfo provides user-friendly access to all properties stored
  5773. in ScrollBarSizeGripStyleInfoStore.
  5774. </remarks>
  5775. </member>
  5776. <member name="F:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.defaultSizeGripStyleInfo">
  5777. <summary>
  5778. Holds the default style info of the Scrollbar size grip.
  5779. </summary>
  5780. </member>
  5781. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.#ctor">
  5782. <summary>
  5783. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo"/> class.
  5784. </summary>
  5785. </member>
  5786. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
  5787. <summary>
  5788. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo"/> class.
  5789. </summary>
  5790. <param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
  5791. </member>
  5792. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore)">
  5793. <summary>
  5794. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo"/> class.
  5795. </summary>
  5796. <param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
  5797. <param name="store">A <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore"/> that holds data for this object.
  5798. All changes in this style object will be saved in the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfoStore"/> object.
  5799. </param>
  5800. </member>
  5801. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
  5802. <summary>
  5803. Makes an exact copy of the current object.
  5804. </summary>
  5805. <param name="newOwner">The new owner style object for the copied object.</param>
  5806. <param name="sip">The identifier for this object.</param>
  5807. <returns>A copy of the current object registered with the new owner style object.</returns>
  5808. </member>
  5809. <member name="M:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.GetDefaultStyle">
  5810. <summary>
  5811. Gets the default style of the SizeGrip.
  5812. </summary>
  5813. <returns>Returns the default style.</returns>
  5814. </member>
  5815. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.Default">
  5816. <summary>
  5817. Gets the default value for the SizeGripStyleInfo.
  5818. </summary>
  5819. </member>
  5820. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.ForeColor">
  5821. <summary>
  5822. Gets or sets the fore color for the SizeGrip.
  5823. </summary>
  5824. </member>
  5825. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.HasForeColor">
  5826. <summary>
  5827. Gets a value indicating whether ForeColor property is modified or not.
  5828. </summary>
  5829. </member>
  5830. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.BackColor">
  5831. <summary>
  5832. Gets or sets the BackColor for the SizeGrip.
  5833. </summary>
  5834. </member>
  5835. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.HasBackColor">
  5836. <summary>
  5837. Gets a value indicating whether the BackColor property has been modified or not.
  5838. </summary>
  5839. </member>
  5840. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.ShowResizeGripper">
  5841. <summary>
  5842. Gets or sets a value indicating whether the displaying of resize gripper.
  5843. </summary>
  5844. </member>
  5845. <member name="P:Syncfusion.WinForms.Controls.Styles.ScrollBarSizeGripStyleInfo.HasShowResizeGripper">
  5846. <summary>
  5847. Gets a value indicating whether the ShowResizeGripper property has been modified or not.
  5848. </summary>
  5849. </member>
  5850. <member name="T:Syncfusion.WinForms.Controls.VerticalScrollBar">
  5851. <summary>
  5852. Represents a class that is used to draw the vertical scrollbar of the scroll control.
  5853. </summary>
  5854. </member>
  5855. <member name="F:Syncfusion.WinForms.Controls.VerticalScrollBar.DefaultThumbHeight">
  5856. <summary>
  5857. The default height of the thumb.
  5858. </summary>
  5859. </member>
  5860. <member name="F:Syncfusion.WinForms.Controls.VerticalScrollBar.deltaY">
  5861. <summary>
  5862. Holds the mouse down position on the thumb.
  5863. </summary>
  5864. </member>
  5865. <member name="F:Syncfusion.WinForms.Controls.VerticalScrollBar.defaultSize">
  5866. <summary>
  5867. The default size of the scrollbar.
  5868. </summary>
  5869. </member>
  5870. <member name="F:Syncfusion.WinForms.Controls.VerticalScrollBar.sfScrollControl">
  5871. <summary>
  5872. The attached SfScrollControl;
  5873. </summary>
  5874. </member>
  5875. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.#ctor">
  5876. <summary>
  5877. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.VerticalScrollBar"/> class.
  5878. </summary>
  5879. </member>
  5880. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.#ctor(Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo)">
  5881. <summary>
  5882. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.VerticalScrollBar"/> class.
  5883. </summary>
  5884. <param name="style">The <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> for the vertical scrollbar.</param>
  5885. </member>
  5886. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.#ctor(Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo,Syncfusion.WinForms.Controls.SfScrollControl)">
  5887. <summary>
  5888. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.VerticalScrollBar"/> class.
  5889. </summary>
  5890. <param name="style">The <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/> for the vertical scrollbar.</param>
  5891. <param name="control">Instance of SfScrollControl </param>&gt;
  5892. </member>
  5893. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.GetStyle">
  5894. <summary>
  5895. Gets the style of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ScrollBarStyleInfo"/>
  5896. </summary>
  5897. <returns>Returns the ScrollControl' vertical scrollbar style.</returns>
  5898. </member>
  5899. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.PointToValue(System.Int32,System.Int32)">
  5900. <summary>
  5901. Gets the value of the vertical scrollbar at the given cursor position.
  5902. </summary>
  5903. <param name="x">The x co-ordinate of the cursor.</param>
  5904. <param name="y">The y co-ordinate of the cursor.</param>
  5905. <returns>Returns the value of the given co-ordinates.</returns>
  5906. </member>
  5907. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.InvalidateArrowRegion">
  5908. <summary>
  5909. Invalidates the Arrow location.
  5910. </summary>
  5911. </member>
  5912. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.InvalidateThumbRegion">
  5913. <summary>
  5914. Invalidates the scrollbar thumb location.
  5915. </summary>
  5916. </member>
  5917. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.CalculateThumbDelta(System.Int32,System.Int32)">
  5918. <summary>Calculates the delta value in vertical co-ordinates.</summary>
  5919. <param name="x">The X position of the cursor.</param>
  5920. <param name="y">The y position of the cursor.</param>
  5921. </member>
  5922. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.OnThumbPositionChanged(System.Int32,System.Int32)">
  5923. <summary>
  5924. Calculates the thumb position on moving the cursor over the scrollbar.
  5925. </summary>
  5926. <param name="x">The X co-ordinate of the cursor.</param>
  5927. <param name="y">The Y co-ordinate of the cursor.</param>
  5928. </member>
  5929. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.OnScrollHereClick(System.Object,System.EventArgs)">
  5930. <summary>
  5931. Occurs while clicking the ScrollHere option from the context menu.
  5932. </summary>
  5933. <param name="sender">The sender of the object.</param>
  5934. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  5935. </member>
  5936. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.OnPageDownRightClick(System.Object,System.EventArgs)">
  5937. <summary>
  5938. Occurs while clicking the ScrollDown option from the context menu.
  5939. </summary>
  5940. <param name="sender">The sender of the event.</param>
  5941. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  5942. </member>
  5943. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.OnPageUpLeftClick(System.Object,System.EventArgs)">
  5944. <summary>
  5945. Occurs while clicking the PageUp option from the context menu.
  5946. </summary>
  5947. <param name="sender">The sender of the event.</param>
  5948. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  5949. </member>
  5950. <member name="M:Syncfusion.WinForms.Controls.VerticalScrollBar.CalculateThumbTopAndBottomRegion">
  5951. <summary>
  5952. Calculating bounds for left and right Thumb regions of the scrollbar.
  5953. </summary>
  5954. </member>
  5955. <member name="P:Syncfusion.WinForms.Controls.VerticalScrollBar.DefaultSize">
  5956. <summary>
  5957. Gets the default size of the vertical scrollbar.
  5958. </summary>
  5959. </member>
  5960. <member name="T:Syncfusion.WinForms.Controls.SfScrollFrame">
  5961. <summary>
  5962. Represents the component that manages the scrollbars of the control and assigns the theme-able scrollbars to that control.
  5963. </summary>
  5964. </member>
  5965. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.LARGE_ICON_VIEW_SMALL_CHANGE">
  5966. <summary>
  5967. LargeIcon View small increment value.
  5968. </summary>
  5969. </member>
  5970. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.SMALL_ICON_VIEW_SMALL_CHANGE">
  5971. <summary>
  5972. SmallIcon View small increment value.
  5973. </summary>
  5974. </member>
  5975. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.TILE_VIEW_SMALL_CHANGE">
  5976. <summary>
  5977. Tile View small increment value.
  5978. </summary>
  5979. </member>
  5980. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.DETAILS_VIEW_SMALL_CHANGE">
  5981. <summary>
  5982. Details View small increment value.
  5983. </summary>
  5984. </member>
  5985. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.LIST_VIEW_SMALL_CHANGE">
  5986. <summary>
  5987. List View small increment value.
  5988. </summary>
  5989. </member>
  5990. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.sizeGrip">
  5991. <summary>
  5992. Represents the instance of the SizeGrip
  5993. </summary>
  5994. </member>
  5995. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.attachedControl">
  5996. <summary>
  5997. The control that is attached to the SfScrollerFrame.
  5998. </summary>
  5999. </member>
  6000. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.nativeWindowWrapper">
  6001. <summary>
  6002. Provides the PreFilterMessage for handling the WndProc messages of the attached control.
  6003. </summary>
  6004. </member>
  6005. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.style">
  6006. <summary>
  6007. The style of the scroller frame.
  6008. </summary>
  6009. </member>
  6010. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.hScrollBarInfo">
  6011. <summary>
  6012. Represents the struct that holds the details of the horizontal scrollbar.
  6013. </summary>
  6014. </member>
  6015. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.vScrollBarInfo">
  6016. <summary>
  6017. Represents the struct that holds the details of the vertical scrollbar.
  6018. </summary>
  6019. </member>
  6020. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.hScrollInfo">
  6021. <summary>
  6022. Represents the struct that holds the details of the horizontal scroll info.
  6023. </summary>
  6024. </member>
  6025. <member name="F:Syncfusion.WinForms.Controls.SfScrollFrame.vScrollInfo">
  6026. <summary>
  6027. Represents the struct that holds the details of the vertical scroll info.
  6028. </summary>
  6029. </member>
  6030. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.#ctor">
  6031. <summary>
  6032. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollFrame"/> class.
  6033. </summary>
  6034. </member>
  6035. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OnThemeNameChanged(System.String)">
  6036. <summary>
  6037. Helps to apply the ThemeName settings in control
  6038. </summary>
  6039. <param name="themeName">The ThemeName.</param>
  6040. </member>
  6041. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.GetControlName(System.String)">
  6042. <summary>
  6043. Helps to apply the ControlName settings in control
  6044. </summary>
  6045. <param name="controlName">The ControlName.</param>
  6046. <returns>Returns the control name.</returns>
  6047. </member>
  6048. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.Refresh">
  6049. <summary>
  6050. Forces the scroller frame to update the attached scrollbars and immediately redraw its scrollbars.
  6051. </summary>
  6052. </member>
  6053. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.System#Windows#Forms#IMessageFilter#PreFilterMessage(System.Windows.Forms.Message@)">
  6054. <summary>
  6055. Updates the SfScrollerFrame based on the WndProc message of the parent control.
  6056. </summary>
  6057. <param name="m">The <see cref="T:System.Windows.Forms.Message"/> that passed to the parent control.</param>
  6058. <returns>
  6059. Return true when the message is need to be forward to the parent, otherwise return false.
  6060. </returns>
  6061. </member>
  6062. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.UpdateScrollbarPosition">
  6063. <summary>
  6064. Updates the scrollbar location based on the system scrollbars of the attached control.
  6065. </summary>
  6066. </member>
  6067. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.UpdateSmallIncrementListView">
  6068. <summary>
  6069. Updates the small increment value for the List view.
  6070. </summary>
  6071. </member>
  6072. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
  6073. <summary>
  6074. Raises the <see cref="!:IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.WinForms.Controls.SfScrollFrame.ThemeChanged"/> event when theme name changed.
  6075. </summary>
  6076. <param name="sender">The sender value.</param>
  6077. <param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
  6078. </member>
  6079. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.PreFilterMessage(System.Windows.Forms.Message@)">
  6080. <summary>
  6081. Updates the SfScrollerFrame based on the WndProc message of the parent control.
  6082. </summary>
  6083. <param name="m">The <see cref="T:System.Windows.Forms.Message"/> that passed to the parent control.</param>
  6084. <returns>
  6085. Return true when the message is need to be forward to the parent, otherwise return false.
  6086. </returns>
  6087. </member>
  6088. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.Dispose(System.Boolean)">
  6089. <summary>
  6090. Disposes the unused resources.
  6091. </summary>
  6092. <param name="disposing">Specifies whether to dispose both managed and unmanaged resources or only the unmanaged resources.</param>
  6093. </member>
  6094. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.UpdateScrollBarValues(Syncfusion.WinForms.Controls.ScrollBarBase,Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO)">
  6095. <summary>
  6096. Updates the scrollbar values based on the scroll info.
  6097. </summary>
  6098. <param name="bar">The scrollbar that need to be updated.</param>
  6099. <param name="scrollInfo">The scroll info of the attached control.</param>
  6100. </member>
  6101. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.AttachFrame(System.Windows.Forms.Control)">
  6102. <summary>
  6103. Attaches the given control to the SfScrollerFrame.
  6104. </summary>
  6105. <param name="control">The <see cref="T:System.Windows.Forms.Control"/> that need to be attached.</param>
  6106. </member>
  6107. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OnHorizontalScrollBarValueChanged(System.Object,System.EventArgs)">
  6108. <summary>
  6109. Occurs when the value is changed for the horizontal scrollbar
  6110. </summary>
  6111. <param name="sender">The object of the sender.</param>
  6112. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  6113. </member>
  6114. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OnVerticalScrollBarValueChanged(System.Object,System.EventArgs)">
  6115. <summary>
  6116. Occurs when the value is changed for the vertical scrollbar
  6117. </summary>
  6118. <param name="sender">The object of the sender.</param>
  6119. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  6120. </member>
  6121. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OwnerVisibleChanged(System.Object,System.EventArgs)">
  6122. <summary>
  6123. Updates the visibility of the scrollbars when the attached control's visibility is changed.
  6124. </summary>
  6125. <param name="sender">The object of the sender.</param>
  6126. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  6127. </member>
  6128. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OwnerParentChanged(System.Object,System.EventArgs)">
  6129. <summary>
  6130. Occurs when the parent of the attached control is changed.
  6131. </summary>
  6132. <param name="sender">The object of the sender.</param>
  6133. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  6134. </member>
  6135. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OwnerRightToLeftChanged(System.Object,System.EventArgs)">
  6136. <summary>
  6137. Updates the <see cref="T:System.Windows.Forms.RightToLeft"/> when changing the RTL mode of the parent control.
  6138. </summary>
  6139. <param name="sender">The object of the sender.</param>
  6140. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  6141. </member>
  6142. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OwnerHandleDestroyed(System.Object,System.EventArgs)">
  6143. <summary>
  6144. Removes the scrollbars when the attached controls handle is destroyed.
  6145. </summary>
  6146. <param name="sender">The object of the sender.</param>
  6147. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  6148. </member>
  6149. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OwnerHandleCreated(System.Object,System.EventArgs)">
  6150. <summary>
  6151. Performs the AttachFrmae when the handle is created for the attached control.
  6152. </summary>
  6153. <param name="sender">The object of the sender.</param>
  6154. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  6155. </member>
  6156. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.AttachScrollBars">
  6157. <summary>
  6158. Attaches the scrollbars to the parent control.
  6159. </summary>
  6160. </member>
  6161. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.UpdateParent">
  6162. <summary>
  6163. Updates the scrollbars parent control.
  6164. </summary>
  6165. </member>
  6166. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.SynchronizeScrollBars">
  6167. <summary>
  6168. Synchronizes the horizontal and vertical scrollbars.
  6169. </summary>
  6170. </member>
  6171. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.DetachFrame">
  6172. <summary>
  6173. Removes the <see cref="T:Syncfusion.WinForms.Controls.SfScrollFrame"/> from the attached control.
  6174. </summary>
  6175. </member>
  6176. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.DetachScrollBars">
  6177. <summary>
  6178. Removes the scrollbars when the attached controls parent handle is destroyed.
  6179. </summary>
  6180. </member>
  6181. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.UpdateScrollBarVisibility(System.Boolean)">
  6182. <summary>
  6183. Updates the visibility of the scrollbars.
  6184. </summary>
  6185. <param name="value">Represents the visibility of the scrollbars. When its set to true,
  6186. It will update the parent scrollbars visibility. Otherwise it will hides the scrollbars.</param>
  6187. </member>
  6188. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OnScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
  6189. <summary>
  6190. Performs the scrolling of the attached control through the SfScrollbars.
  6191. </summary>
  6192. <param name="sender">The object of the sender.</param>
  6193. <param name="e">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains event data.</param>
  6194. </member>
  6195. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.ListViewScroll(System.Windows.Forms.ScrollEventArgs,Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO,System.Int32)">
  6196. <summary>
  6197. Performs the scrolling of the attached list view control.
  6198. </summary>
  6199. <param name="e">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains event data.</param>
  6200. <param name="scrollInfo">The native scroll info of the attached control.</param>
  6201. <param name="scrollBar">The integer value that specifies the scrollbar type.</param>
  6202. </member>
  6203. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.GetListViewScrollValue(System.Windows.Forms.ScrollEventArgs,System.Windows.Forms.ListView,Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO,System.Int32@)">
  6204. <summary>
  6205. Gets the scroll value of the list view.
  6206. </summary>
  6207. <param name="e">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains event data.</param>
  6208. <param name="listView">The <see cref="T:System.Windows.Forms.ListView"/> of that need to be scrolled.</param>
  6209. <param name="scrollInfo">The native scroll info of the control.</param>
  6210. <param name="detailsViewFactor">The value that is used to calculate the scroll position in DetailsView of list view.</param>
  6211. <returns>Return the scroll value of the list view.</returns>
  6212. </member>
  6213. <member name="M:Syncfusion.WinForms.Controls.SfScrollFrame.OnStyleChanged(System.Object,Syncfusion.Styles.StyleChangedEventArgs)">
  6214. <summary>
  6215. Occurs when style is changed.
  6216. </summary>
  6217. <param name="sender">The changed style object.</param>
  6218. <param name="e">The <see cref="T:Syncfusion.Styles.StyleChangedEventArgs"/> that contains the event data.</param>
  6219. </member>
  6220. <member name="E:Syncfusion.WinForms.Controls.SfScrollFrame.ThemeChanged">
  6221. <summary>
  6222. Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollFrame"/> has changed.
  6223. </summary>
  6224. </member>
  6225. <member name="P:Syncfusion.WinForms.Controls.SfScrollFrame.VerticalScrollBar">
  6226. <summary>
  6227. Gets the vertical scrollbar of the attached scroller frame.
  6228. </summary>
  6229. </member>
  6230. <member name="P:Syncfusion.WinForms.Controls.SfScrollFrame.HorizontalScrollBar">
  6231. <summary>
  6232. Gets the horizontal scrollbar of the attached scroller frame.
  6233. </summary>
  6234. </member>
  6235. <member name="P:Syncfusion.WinForms.Controls.SfScrollFrame.Control">
  6236. <summary>
  6237. Gets or sets the control to attach the scroll frame.
  6238. </summary>
  6239. <remarks>
  6240. The <see cref="T:Syncfusion.WinForms.Controls.SfScrollFrame"/> can be attached to a control which is derived from the
  6241. <see cref="T:System.Windows.Forms.ScrollableControl"/> or if the WS_HSCROLL and WS_VSCROLL window styles are enabled for that control.
  6242. </remarks>
  6243. </member>
  6244. <member name="P:Syncfusion.WinForms.Controls.SfScrollFrame.Style">
  6245. <summary>
  6246. Gets or sets the <see cref="!:Syncfusion.WinForms.Controls.ScrollerVisualStyle"/> with settings that control the appearance of the <see cref="T:Syncfusion.WinForms.Controls.SfScrollFrame"/>.
  6247. </summary>
  6248. </member>
  6249. <member name="P:Syncfusion.WinForms.Controls.SfScrollFrame.IsHorizontalScrollVisible">
  6250. <summary>
  6251. Gets a value indicating whether the horizontal scrollbar is visible for the attached control.
  6252. </summary>
  6253. </member>
  6254. <member name="P:Syncfusion.WinForms.Controls.SfScrollFrame.SizeGrip">
  6255. <summary>
  6256. Gets the SizeGrip of the ScrollFrame
  6257. </summary>
  6258. </member>
  6259. <member name="P:Syncfusion.WinForms.Controls.SfScrollFrame.IsVerticalScrollVisible">
  6260. <summary>
  6261. Gets a value indicating whether the vertical scrollbar is visible for the attached control.
  6262. </summary>
  6263. </member>
  6264. <member name="T:Syncfusion.WinForms.Controls.ScrollFrameStyleInfoIdentity">
  6265. <summary>
  6266. Implements the class that provide an identity information of <see cref="!:Syncfusion.WinForms.Controls.Styles.ScrollFrameInfoIdentity"/> using
  6267. <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
  6268. </summary>
  6269. </member>
  6270. <member name="F:Syncfusion.WinForms.Controls.ScrollFrameStyleInfoIdentity.sfScrollFrame">
  6271. <summary>
  6272. Maintains the SfScrollFrame for create the identity.
  6273. </summary>
  6274. </member>
  6275. <member name="M:Syncfusion.WinForms.Controls.ScrollFrameStyleInfoIdentity.#ctor(Syncfusion.WinForms.Controls.SfScrollFrame)">
  6276. <summary>
  6277. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ScrollFrameStyleInfoIdentity"/> class.
  6278. </summary>
  6279. <param name="scrollFrame">
  6280. Control to create an identity for ScrollFrame.
  6281. </param>
  6282. </member>
  6283. <member name="M:Syncfusion.WinForms.Controls.ScrollFrameStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
  6284. <summary>
  6285. Loops through all base styles until it finds a style that has a specific property initialized.
  6286. </summary>
  6287. <param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
  6288. <returns>
  6289. Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
  6290. </returns>
  6291. </member>
  6292. <member name="M:Syncfusion.WinForms.Controls.ScrollFrameStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
  6293. <summary>
  6294. Occurs when a property in the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> has changed.
  6295. </summary>
  6296. <param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
  6297. <param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
  6298. </member>
  6299. <member name="T:Syncfusion.WinForms.Controls.NativeWindowWrapper">
  6300. <summary>
  6301. Provides the a NativeWindow that used to pre-filter the WndProc messages of the given handle.
  6302. </summary>
  6303. <remarks>
  6304. Its used to updated the scroll positions and the scrolling of the attached control to the SfScrollerFrame.
  6305. </remarks>
  6306. </member>
  6307. <member name="F:Syncfusion.WinForms.Controls.NativeWindowWrapper.messageFilter">
  6308. <summary>
  6309. Message filter for the native windows.
  6310. </summary>
  6311. </member>
  6312. <member name="M:Syncfusion.WinForms.Controls.NativeWindowWrapper.#ctor(System.IntPtr)">
  6313. <summary>
  6314. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.NativeWindowWrapper"/> class.
  6315. </summary>
  6316. <param name="hWnd">Window Handle.</param>
  6317. </member>
  6318. <member name="M:Syncfusion.WinForms.Controls.NativeWindowWrapper.WndProc(System.Windows.Forms.Message@)">
  6319. <summary>
  6320. Override the WndProc method.
  6321. </summary>
  6322. <param name="m">The window message that need to be processed.</param>
  6323. </member>
  6324. <member name="P:Syncfusion.WinForms.Controls.NativeWindowWrapper.MessageFilter">
  6325. <summary>
  6326. Gets or sets the reference of the message filter instance.
  6327. </summary>
  6328. </member>
  6329. <member name="T:Syncfusion.WinForms.Controls.ButtonDesigner">
  6330. <summary>
  6331. Implements the <see cref="T:System.Windows.Form.ControlDesigner"/> for <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6332. </summary>
  6333. <exclude/>
  6334. </member>
  6335. <member name="F:Syncfusion.WinForms.Controls.ButtonDesigner.actionLists">
  6336. <summary>
  6337. Designer ActionList collection.
  6338. </summary>
  6339. </member>
  6340. <member name="M:Syncfusion.WinForms.Controls.ButtonDesigner.#ctor">
  6341. <summary>
  6342. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ButtonDesigner"/> class.
  6343. </summary>
  6344. </member>
  6345. <member name="P:Syncfusion.WinForms.Controls.ButtonDesigner.ActionLists">
  6346. <summary>
  6347. Gets a designer action list collection to provide the designer action support for <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6348. </summary>
  6349. </member>
  6350. <member name="T:Syncfusion.WinForms.Controls.ButtonActionList">
  6351. <summary>
  6352. Defines a class which implements the <see cref="T:Syncfusion.WinForms.Core.DesignerActionListBase"/> that
  6353. supports the actions performed in the designer window of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6354. </summary>
  6355. <exclude/>
  6356. </member>
  6357. <member name="T:Syncfusion.WinForms.Core.DesignerActionListBase">
  6358. <summary>
  6359. Defines a class which implements the <see cref="T:System.ComponentModel.Design.DesignerActionList"/> that supports the actions performed in the designer window of the control.
  6360. </summary>
  6361. </member>
  6362. <member name="F:Syncfusion.WinForms.Core.DesignerActionListBase.documentationLink">
  6363. <summary>
  6364. The string value contains the documentation link details.
  6365. </summary>
  6366. </member>
  6367. <member name="F:Syncfusion.WinForms.Core.DesignerActionListBase.forumLink">
  6368. <summary>
  6369. The string value contains the forum link details.
  6370. </summary>
  6371. </member>
  6372. <member name="F:Syncfusion.WinForms.Core.DesignerActionListBase.directTracLink">
  6373. <summary>
  6374. The string value contains the online link details.
  6375. </summary>
  6376. </member>
  6377. <member name="M:Syncfusion.WinForms.Core.DesignerActionListBase.#ctor(System.ComponentModel.IComponent)">
  6378. <summary>
  6379. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.DesignerActionListBase"/> class.
  6380. </summary>
  6381. <param name="component">A component related to the <see cref="T:System.ComponentModel.Design.DesignerActionList"/>.</param>
  6382. </member>
  6383. <member name="M:Syncfusion.WinForms.Core.DesignerActionListBase.GetSortedActionItems">
  6384. <summary>
  6385. Returns the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> objects contained in the list.
  6386. </summary>
  6387. <returns>
  6388. A <see cref="T:System.ComponentModel.Design.DesignerActionItemCollection"/> array that contains the <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> in this list.
  6389. </returns>
  6390. </member>
  6391. <member name="M:Syncfusion.WinForms.Core.DesignerActionListBase.AddDefaultActionItems(System.ComponentModel.Design.DesignerActionItemCollection)">
  6392. <summary>
  6393. Used to add the default action items to be displayed in smart tag panel.
  6394. </summary>
  6395. <param name="actionItems">Collection of ActionItems of the SmartTag panel.</param>
  6396. <returns>returns the <see cref="T:System.ComponentModel.Design.DesignerActionItemCollection"/> array that
  6397. contains the <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> of the SmartTag panel.</returns>
  6398. </member>
  6399. <member name="M:Syncfusion.WinForms.Core.DesignerActionListBase.OnViewOnlineDocumentation">
  6400. <summary>
  6401. Opens the User Guide documentation for WindowsForms link.
  6402. </summary>
  6403. </member>
  6404. <member name="M:Syncfusion.WinForms.Core.DesignerActionListBase.OnViewForums">
  6405. <summary>
  6406. Opens the Forums for WindowsForms link.
  6407. </summary>
  6408. </member>
  6409. <member name="M:Syncfusion.WinForms.Core.DesignerActionListBase.OnViewDirectTrac">
  6410. <summary>
  6411. Opens the Direct-Trac login link.
  6412. </summary>
  6413. </member>
  6414. <member name="M:Syncfusion.WinForms.Core.DesignerActionListBase.OnView(System.String)">
  6415. <summary>
  6416. Used to open the provided link.
  6417. </summary>
  6418. <param name="link">The link to be opened in browser.</param>
  6419. </member>
  6420. <member name="P:Syncfusion.WinForms.Core.DesignerActionListBase.DocumentationLink">
  6421. <summary>
  6422. Gets or sets the link for Online Documentation.
  6423. </summary>
  6424. </member>
  6425. <member name="P:Syncfusion.WinForms.Core.DesignerActionListBase.ForumLink">
  6426. <summary>
  6427. Gets or sets the link for Forums.
  6428. </summary>
  6429. </member>
  6430. <member name="P:Syncfusion.WinForms.Core.DesignerActionListBase.DirectTracLink">
  6431. <summary>
  6432. Gets or sets the Direct-Trac Login link.
  6433. </summary>
  6434. </member>
  6435. <member name="M:Syncfusion.WinForms.Controls.ButtonActionList.#ctor(System.ComponentModel.IComponent)">
  6436. <summary>
  6437. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ButtonActionList"/> class.
  6438. </summary>
  6439. <param name="component">A component related to the <see cref="T:System.ComponentModel.Design.DesignerActionList"/>.</param>
  6440. </member>
  6441. <member name="M:Syncfusion.WinForms.Controls.ButtonActionList.GetSortedActionItems">
  6442. <summary>
  6443. Returns the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> objects contained in the list.
  6444. </summary>
  6445. <returns>
  6446. A <see cref="T:System.ComponentModel.Design.DesignerActionItemCollection"/> array that contains the <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> in this list.
  6447. </returns>
  6448. </member>
  6449. <member name="M:Syncfusion.WinForms.Controls.ButtonActionList.GetProperty(System.String)">
  6450. <summary>
  6451. Returns the <see cref="T:System.ComponentModel.PropertyDescriptor"/> value from the component based on the given property name.
  6452. </summary>
  6453. <param name="propertyName">The name of the property used to get the property descriptor.</param>
  6454. <returns>Returns the property descriptor value.</returns>
  6455. </member>
  6456. <member name="M:Syncfusion.WinForms.Controls.ButtonActionList.SetValue(System.String,System.Object)">
  6457. <summary>
  6458. Initialize the value to the <see cref="T:System.ComponentModel.PropertyDescriptor"/> of the component based on the property name.
  6459. </summary>
  6460. <param name="propertyName">The property name used to initialize the value.</param>
  6461. <param name="value">The object value to initialize the <see cref="T:System.ComponentModel.PropertyDescriptor"/> of the component.</param>
  6462. </member>
  6463. <member name="M:Syncfusion.WinForms.Controls.ButtonActionList.GetValue(System.String)">
  6464. <summary>
  6465. Gets the value of the <see cref="T:System.ComponentModel.PropertyDescriptor"/> of the component based on the property name.
  6466. </summary>
  6467. <param name="propertyName">The string value used to get the value of the component.</param>
  6468. <returns>Returns the object value from component.</returns>
  6469. </member>
  6470. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.Name">
  6471. <summary>
  6472. Gets or sets the name of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6473. </summary>
  6474. </member>
  6475. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.Text">
  6476. <summary>
  6477. Gets or sets the text value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6478. </summary>
  6479. <remarks>
  6480. Changing this property's value at runtime raises the TextChanged event.
  6481. If the <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowRichText"/> property is set to true, can use the
  6482. rich text value to show the button caption.
  6483. </remarks>
  6484. <value>A string value representing the button's caption.</value>
  6485. </member>
  6486. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.Image">
  6487. <summary>
  6488. Gets or sets the image of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6489. </summary>
  6490. <value>An <see cref="T:System.Drawing.Image"/> object representing the image to be displayed on the button.
  6491. The default value is <b>null</b>.</value>
  6492. <remarks>
  6493. <para>
  6494. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> allows to animate,
  6495. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.SfButton.Image"/> property and enable the
  6496. <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property is true.
  6497. </para>
  6498. <para>
  6499. The button's image can also be specified using the ImageList and ImageIndex properties.
  6500. Assign an image collection to the button's ImageList property and then use the ImageIndex property
  6501. to specify the index of the image to display.
  6502. </para>
  6503. </remarks>
  6504. </member>
  6505. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.ImageAlign">
  6506. <summary>
  6507. Gets or sets the image alignment value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6508. </summary>
  6509. <value>One of the System.Drawing.ContentAlignment values. The default value is MiddleCenter.</value>
  6510. </member>
  6511. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.TextAlign">
  6512. <summary>
  6513. Gets or sets the text alignment value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6514. </summary>
  6515. <value>One of the System.Drawing.ContentAlignment values. The default value is MiddleCenter.</value>
  6516. </member>
  6517. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.BackColor">
  6518. <summary>
  6519. Gets or sets the back color of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6520. </summary>
  6521. <remarks>
  6522. This color has filled to background of the button only when set the
  6523. <see cref="!:GradientStyle"/> property to
  6524. GradientStyle.None or <see cref="!:Syncfusion.WinForms.Controls.ButtonVisualStyle.GradientBrush"/> property to null.
  6525. </remarks>
  6526. </member>
  6527. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.ForeColor">
  6528. <summary>
  6529. Gets or sets the fore color of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6530. </summary>
  6531. <value>
  6532. A <see cref="T:System.Drawing.Color"/> value representing the foreground color of the control.
  6533. </value>
  6534. </member>
  6535. <member name="P:Syncfusion.WinForms.Controls.ButtonActionList.FocusRectangleVisible">
  6536. <summary>
  6537. Gets or sets a value indicating whether the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> has show
  6538. focus rectangle when receive focus.
  6539. </summary>
  6540. <value>The <see cref="T:System.Boolean"/> value that specifies whether the dotted focus rectangle is displayed
  6541. within the SimpleButton when it has focus. The default value is <b>true</b>.</value>
  6542. </member>
  6543. <member name="T:Syncfusion.WinForms.Controls.ButtonDrawingHelper">
  6544. <summary>
  6545. Represents a class that draws the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6546. </summary>
  6547. </member>
  6548. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.AnyRight">
  6549. <summary>
  6550. The value contains any right alignment combination.
  6551. </summary>
  6552. </member>
  6553. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.AnyBottom">
  6554. <summary>
  6555. The value contains any bottom alignment combination.
  6556. </summary>
  6557. </member>
  6558. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.AnyCenter">
  6559. <summary>
  6560. The value contains any center alignment combination.
  6561. </summary>
  6562. </member>
  6563. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.AnyMiddle">
  6564. <summary>
  6565. The value contains any middle alignment combination.
  6566. </summary>
  6567. </member>
  6568. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.button">
  6569. <summary>
  6570. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6571. </summary>
  6572. </member>
  6573. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.textRectangle">
  6574. <summary>
  6575. The rectangle area to draw the text.
  6576. </summary>
  6577. </member>
  6578. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.textAlignment">
  6579. <summary>
  6580. The alignment of the text.
  6581. </summary>
  6582. </member>
  6583. <member name="F:Syncfusion.WinForms.Controls.ButtonDrawingHelper.imageRect">
  6584. <summary>
  6585. The rectangle area to draw the image.
  6586. </summary>
  6587. </member>
  6588. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.#ctor(Syncfusion.WinForms.Controls.SfButton)">
  6589. <summary>
  6590. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ButtonDrawingHelper"/> class.
  6591. </summary>
  6592. <param name="button">A <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> instance.</param>
  6593. </member>
  6594. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.Dispose">
  6595. <summary>
  6596. Clean up the unmanaged resources.
  6597. </summary>
  6598. </member>
  6599. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.DrawButton(System.Drawing.Graphics)">
  6600. <summary>
  6601. Draws the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6602. </summary>
  6603. <param name="graphics" type="System.Drawing.Graphics"> The graphics object to draw.</param>
  6604. </member>
  6605. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.Dispose(System.Boolean)">
  6606. <summary>
  6607. Clean up any resources being used.
  6608. </summary>
  6609. <param name="dispose">true if managed resources should be disposed; otherwise, false.</param>
  6610. </member>
  6611. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetBackgroundRect(System.Drawing.Rectangle,System.Single)">
  6612. <summary>
  6613. Calculates the background rectangle area.
  6614. </summary>
  6615. <param name="rect">The button client area.</param>
  6616. <param name="borderWidth">The integer value contains the border width.</param>
  6617. <returns>Returns the calculated background rectangle value.</returns>
  6618. </member>
  6619. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetDisplaceValue(System.Int32,System.Single,System.Int32)">
  6620. <summary>
  6621. Calculate the between space value based on the position and size.
  6622. </summary>
  6623. <param name="position">A integer value indicates the position.</param>
  6624. <param name="size">A size value used to calculate the displace value.</param>
  6625. <param name="clientSize">The client size value used to calculate the displace value.</param>
  6626. <returns>Returns the between space value.</returns>
  6627. </member>
  6628. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateBounds(System.Drawing.SizeF,System.Drawing.RectangleF,System.Drawing.ContentAlignment,System.Boolean)">
  6629. <summary>
  6630. Calculate the bounds based on the horizontal or vertical alignment.
  6631. </summary>
  6632. <param name="size">The size value used to calculate the bounds.</param>
  6633. <param name="rectangle">The rectangle value used to calculate the bounds.</param>
  6634. <param name="alignment">The alignment value used to calculate bounds.</param>
  6635. <param name="isVertical">The boolean value used to calculate bounds in horizontal or vertical direction.</param>
  6636. <returns>Returns the calculated bounds value.</returns>
  6637. </member>
  6638. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetRtlAlignment(System.Drawing.ContentAlignment)">
  6639. <summary>
  6640. Gets the alignment in the right to left mode.
  6641. </summary>
  6642. <param name="align">A alignment value to convert in Right to left mode.</param>
  6643. <returns>Returns the alignment in the right to left mode.</returns>
  6644. </member>
  6645. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetDisplacedPosition(System.Int32,System.Single,System.Int32)">
  6646. <summary>
  6647. Calculate the between space value based on the alignment and size values.
  6648. </summary>
  6649. <param name="alignment">The alignment flag value to calculate the position.</param>
  6650. <param name="size">A size value used to calculate the displace value.</param>
  6651. <param name="clientSize">The client size value used to calculate the displace value.</param>
  6652. <returns>Returns the between space value.</returns>
  6653. </member>
  6654. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetAlignmentFlags(System.Drawing.ContentAlignment,System.Windows.Forms.TextImageRelation,System.Boolean)">
  6655. <summary>
  6656. Gets the alignment flag value based on the <b>TextImageRelation</b> value.
  6657. </summary>
  6658. <param name="alignment">The alignment value.</param>
  6659. <param name="relation">The relation between the text and image.</param>
  6660. <param name="vertical">The boolean value used to specify the vertical alignment of text and image.</param>
  6661. <returns>The flag value based on the alignment.</returns>
  6662. </member>
  6663. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetImageDisplace(System.Int32,System.Int32,System.Int32,System.Single,System.Int32)">
  6664. <summary>
  6665. Calculate the displacement value of the image based on the image and text alignment.
  6666. </summary>
  6667. <param name="imageAlignFlag">The image alignment flag value used to calculate the displacement value.</param>
  6668. <param name="textAlignFlag">The text alignment flag value used to calculate the displacement value.</param>
  6669. <param name="imageSize">The image size used to calculate the image displacement value.</param>
  6670. <param name="textSize">The text size used to calculate the image displacement value.</param>
  6671. <param name="clientSize">The client size value used to calculate the displacement value.</param>
  6672. <returns>Returns the image displacement value.</returns>
  6673. </member>
  6674. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetTextDisplace(System.Int32,System.Int32,System.Int32,System.Single,System.Int32)">
  6675. <summary>
  6676. Calculate the displacement value of the text based on the image and text alignment.
  6677. </summary>
  6678. <param name="imageAlign">The image alignment flag value used to calculate the displacement value.</param>
  6679. <param name="textAlign">The text alignment flag value used to calculate the displacement value.</param>
  6680. <param name="imageSize">The image size used to calculate the text displacement value.</param>
  6681. <param name="textSize">The text size used to calculate the text displacement value.</param>
  6682. <param name="clientSize">The client size value used to calculate the image displacement value.</param>
  6683. <returns>Returns the text displacement value.</returns>
  6684. </member>
  6685. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateBounds(System.Drawing.ContentAlignment,System.Drawing.Rectangle,System.Drawing.SizeF)">
  6686. <summary>
  6687. Calculate the rectangle value based on the alignment, size and rectangle.
  6688. </summary>
  6689. <param name="align">A alignment value used to calculate the bounds.</param>
  6690. <param name="rectangle">A rectangle value used to calculate the bounds.</param>
  6691. <param name="size">A size value used to calculate the bounds.</param>
  6692. <returns>Returns the calculated bounds value.</returns>
  6693. </member>
  6694. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.IsDefaultLanguage(System.String)">
  6695. <summary>
  6696. To return if the default language is uisng or not
  6697. </summary>
  6698. <param name="inputstring">string used to find out the default language or not</param>
  6699. <returns>Returns the default language.</returns>
  6700. </member>
  6701. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.DrawBorder(System.Drawing.Graphics)">
  6702. <summary>
  6703. Draws the border of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> based on the <see cref="!:Syncfusion.WinForms.Controls.Buttons.ButtonVisualStyle.Border"/> property.
  6704. </summary>
  6705. <param name="graphics" type="System.Drawing.Graphics">The graphics object to draw.</param>
  6706. </member>
  6707. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.DrawFocusRectangle(System.Drawing.Graphics)">
  6708. <summary>
  6709. Draws the focus rectangle when control got focused and the <see cref="P:Syncfusion.WinForms.Controls.SfButton.FocusRectangleVisible"/> property is true.
  6710. </summary>
  6711. <param name="graphics">The graphics used to draw the focus rectangle.</param>
  6712. </member>
  6713. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateBorderRect(System.Drawing.RectangleF)">
  6714. <summary>
  6715. Calculates the border rectangle based on the border of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>.
  6716. </summary>
  6717. <param name="rect">The rectangle area to draw the button.</param>
  6718. <returns>Returns the calculated border rectangle value.</returns>
  6719. </member>
  6720. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetFocusedRect(System.Drawing.Rectangle)">
  6721. <summary>
  6722. Calculates the focused rectangle based on the border width.
  6723. </summary>
  6724. <param name="rect">The rectangle area to draw the button.</param>
  6725. <returns>Returns the focused rectangle area.</returns>
  6726. </member>
  6727. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.DrawBackGround(System.Drawing.Graphics)">
  6728. <summary>
  6729. Draws the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control background.
  6730. </summary>
  6731. <param name="graphics" type="System.Drawing.Graphics">The graphics object to draw.</param>
  6732. </member>
  6733. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.DrawImage(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Image)">
  6734. <summary>
  6735. Draws the image on the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control based on its image customization.
  6736. </summary>
  6737. <param name="graphics" type="System.Drawing.Graphics"> The graphics object used to draw the text.</param>
  6738. <param name="bounds">The bounds to be used when rendering the image.</param>
  6739. <param name="image">Image to render.</param>
  6740. </member>
  6741. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.DrawText(System.Drawing.Graphics)">
  6742. <summary>
  6743. Draws the text on the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control based on its text customization.
  6744. </summary>
  6745. <param name="graphics" type="System.Drawing.Graphics"> The graphics object to draw.</param>
  6746. </member>
  6747. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateImageRectangle">
  6748. <summary>
  6749. Calculates the bounds of the image based on the alignment, size and padding values.
  6750. </summary>
  6751. </member>
  6752. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateTextAndImageBounds(System.Drawing.Graphics)">
  6753. <summary>
  6754. Calculate the bounds of the image and text based on the <see cref="T:System.Windows.Forms.ButtonBase.TextImageRelation"/> property.
  6755. </summary>
  6756. <param name="graphics">The graphics value used to calculate text and image bounds.</param>
  6757. </member>
  6758. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateTextFirstBounds(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,System.Drawing.Size,System.Drawing.SizeF,System.Drawing.Size,System.Int32)">
  6759. <summary>
  6760. Calculate the text and image bounds based on the alignment flags and size values.
  6761. </summary>
  6762. <param name="graphics">The graphics value used to calculate text and image bounds.</param>
  6763. <param name="imageAlignFlags">The integer value specifies the alignment flag value of image.</param>
  6764. <param name="textAlignFlags">The integer value contains the alignment flag value of text.</param>
  6765. <param name="verticalAlignment">A boolean value specifies the vertical or horizontal alignment of image and text.</param>
  6766. <param name="imageSize">The image size used to calculate the text and image bounds.</param>
  6767. <param name="textSize">The text size used to calculate the text and image bounds.</param>
  6768. <param name="clientSize">The client size used to calculate the text and image bounds.</param>
  6769. <param name="border">The border size used to calculate the text and image bounds.</param>
  6770. </member>
  6771. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateImageFirstBounds(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,System.Drawing.Size,System.Drawing.SizeF,System.Drawing.Size,System.Int32)">
  6772. <summary>
  6773. Calculate the text and image bounds when image drawn before the text.
  6774. </summary>
  6775. <param name="graphics">The graphics value used to calculate text and image bounds.</param>
  6776. <param name="imageAlignFlags">The integer value contains the image alignment flag.</param>
  6777. <param name="textAlignFlags">The integer value indicates the text alignment flag.</param>
  6778. <param name="verticalAlignment">The boolean value specifies the alignment of the image and text relation.</param>
  6779. <param name="imageSize">The image size used to calculate the text and image bounds.</param>
  6780. <param name="textSize">The text size used to calculate the text and image bounds.</param>
  6781. <param name="clientSize">The client size used to calculate the text and image bounds.</param>
  6782. <param name="border">The border size used to calculate the text and image bounds.</param>
  6783. </member>
  6784. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.CalculateTextRectangle(System.Drawing.Graphics)">
  6785. <summary>
  6786. Calculates the bounds of the text based on the alignment and padding.
  6787. </summary>
  6788. <param name="graphics">The graphics to calculate text size.</param>
  6789. </member>
  6790. <member name="M:Syncfusion.WinForms.Controls.ButtonDrawingHelper.GetTextSize(System.Drawing.SizeF,System.Drawing.Graphics)">
  6791. <summary>
  6792. Calculates the size of the text based on the given size information.
  6793. </summary>
  6794. <param name="preferedSize">A size value used to calculate the text size.</param>
  6795. <param name="graphics">The graphics context.</param>
  6796. <returns>Returns the size of the text.</returns>
  6797. </member>
  6798. <member name="P:Syncfusion.WinForms.Controls.ButtonDrawingHelper.Image">
  6799. <summary>
  6800. Gets the image that is displayed on a button control based on the state.
  6801. </summary>
  6802. </member>
  6803. <member name="P:Syncfusion.WinForms.Controls.ButtonDrawingHelper.ImageForeColor">
  6804. <summary>
  6805. Gets a image fore color value based on the button state.
  6806. </summary>
  6807. </member>
  6808. <member name="P:Syncfusion.WinForms.Controls.ButtonDrawingHelper.BackgroundBrush">
  6809. <summary>
  6810. Gets a <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> based on the current button state.
  6811. </summary>
  6812. </member>
  6813. <member name="P:Syncfusion.WinForms.Controls.ButtonDrawingHelper.Border">
  6814. <summary>
  6815. Gets a border value based on the current button state.
  6816. </summary>
  6817. </member>
  6818. <member name="T:Syncfusion.WinForms.Controls.SfButton">
  6819. <summary>
  6820. Represents a button control with advanced customization options on background, text, border and image, etc.
  6821. </summary>
  6822. <example>
  6823. This example shows how to initialize the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  6824. <code lang="C#">
  6825. //Initializing new instance of the SfButton.
  6826. SfButton sfButton1 = new SfButton();
  6827. //Initialize the location for the SfButton.
  6828. sfButton1.Location = new System.Drawing.Point(348, 71);
  6829. //Initialize the name of the SfButton.
  6830. sfButton1.Name = "sfButton1";
  6831. //Initialize the size of the SfButton.
  6832. sfButton1.Size = new System.Drawing.Size(94, 30);
  6833. //Initialize the text value of the SfButton.
  6834. sfButton1.Text = "sfButton1";
  6835. </code>
  6836. </example>
  6837. </member>
  6838. <member name="F:Syncfusion.WinForms.Controls.SfButton.updateCount">
  6839. <summary>
  6840. The value contains the update count.
  6841. </summary>
  6842. </member>
  6843. <member name="F:Syncfusion.WinForms.Controls.SfButton.allowRichText">
  6844. <summary>
  6845. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowRichText"/> property.
  6846. </summary>
  6847. </member>
  6848. <member name="F:Syncfusion.WinForms.Controls.SfButton.textMargin">
  6849. <summary>
  6850. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.TextMargin"/> property.
  6851. </summary>
  6852. </member>
  6853. <member name="F:Syncfusion.WinForms.Controls.SfButton.drawHelper">
  6854. <summary>
  6855. A instance of the <see cref="T:Syncfusion.WinForms.Controls.ButtonDrawingHelper"/> used to draw the button control.
  6856. </summary>
  6857. </member>
  6858. <member name="F:Syncfusion.WinForms.Controls.SfButton.state">
  6859. <summary>
  6860. Specifies the current state the button control.
  6861. </summary>
  6862. </member>
  6863. <member name="F:Syncfusion.WinForms.Controls.SfButton.showToolTip">
  6864. <summary>
  6865. Specifies whether the tool tip has shown on the button.
  6866. </summary>
  6867. </member>
  6868. <member name="F:Syncfusion.WinForms.Controls.SfButton.textToolTip">
  6869. <summary>
  6870. The text tool tip value that can be used to draw on the button.
  6871. </summary>
  6872. </member>
  6873. <member name="F:Syncfusion.WinForms.Controls.SfButton.allowWrapText">
  6874. <summary>
  6875. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowWrapText"/> property.
  6876. </summary>
  6877. </member>
  6878. <member name="F:Syncfusion.WinForms.Controls.SfButton.imageMargin">
  6879. <summary>
  6880. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.ImageMargin"/> property.
  6881. </summary>
  6882. </member>
  6883. <member name="F:Syncfusion.WinForms.Controls.SfButton.imageSize">
  6884. <summary>
  6885. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.ImageSize"/> property.
  6886. </summary>
  6887. </member>
  6888. <member name="F:Syncfusion.WinForms.Controls.SfButton.allowImageAnimation">
  6889. <summary>
  6890. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property.
  6891. </summary>
  6892. </member>
  6893. <member name="F:Syncfusion.WinForms.Controls.SfButton.isAnimating">
  6894. <summary>
  6895. Indicating whether image has currently animating on the button control.
  6896. </summary>
  6897. </member>
  6898. <member name="F:Syncfusion.WinForms.Controls.SfButton.imageLayout">
  6899. <summary>
  6900. It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.ImageLayout"/> property.
  6901. </summary>
  6902. </member>
  6903. <member name="F:Syncfusion.WinForms.Controls.SfButton.style">
  6904. <summary>
  6905. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.Style"/> property.
  6906. </summary>
  6907. </member>
  6908. <member name="F:Syncfusion.WinForms.Controls.SfButton.focusRectangleVisible">
  6909. <summary>
  6910. It stores the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.FocusRectangleVisible"/> property.
  6911. </summary>
  6912. </member>
  6913. <member name="F:Syncfusion.WinForms.Controls.SfButton.themeName">
  6914. <summary>
  6915. It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.ThemeName"/> property.
  6916. </summary>
  6917. </member>
  6918. <member name="F:Syncfusion.WinForms.Controls.SfButton.visualTheme">
  6919. <summary>
  6920. It contains the value of the VisualTheme property.
  6921. </summary>
  6922. </member>
  6923. <member name="F:Syncfusion.WinForms.Controls.SfButton.canApplytheme">
  6924. <summary>
  6925. It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.CanApplyTheme"/> property.
  6926. </summary>
  6927. </member>
  6928. <member name="F:Syncfusion.WinForms.Controls.SfButton.canOverrideStyle">
  6929. <summary>
  6930. It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfButton.CanOverrideStyle"/> property.
  6931. </summary>
  6932. </member>
  6933. <member name="F:Syncfusion.WinForms.Controls.SfButton.baseThemeName">
  6934. <summary>
  6935. It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.IThemeProvider.BaseThemeName"/> property.
  6936. </summary>
  6937. </member>
  6938. <member name="M:Syncfusion.WinForms.Controls.SfButton.#ctor">
  6939. <summary>
  6940. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> class.
  6941. </summary>
  6942. <remarks>
  6943. The constructor initializes the created button with default settings.
  6944. </remarks>
  6945. </member>
  6946. <member name="M:Syncfusion.WinForms.Controls.SfButton.System#Windows#Forms#IMessageFilter#PreFilterMessage(System.Windows.Forms.Message@)">
  6947. <summary>
  6948. Filters out a message before it is dispatched.
  6949. </summary>
  6950. <param name="m">The message to be dispatched. You cannot modify this message.</param>
  6951. <returns>true to filter the message and stop it from being dispatched; false to allow
  6952. the message to continue to the next filter or control.</returns>
  6953. </member>
  6954. <member name="M:Syncfusion.WinForms.Controls.SfButton.BeginUpdate">
  6955. <summary>
  6956. Suspends the painting of the control until the <see cref="M:Syncfusion.WinForms.Controls.SfButton.EndUpdate"/> method is called.
  6957. </summary>
  6958. <example>
  6959. <code lang="C#">
  6960. //Suspend updating the button.
  6961. sfButton1.BeginUpdate();
  6962. //Initialize styles changes to the button.
  6963. sfButton1.Style.BackColor = Color.Gray;
  6964. sfButton1.Style.ForeColor = Color.Black;
  6965. //Resume updating the button and update the above changes.
  6966. sfButton1.EndUpdate();
  6967. </code>
  6968. </example>
  6969. </member>
  6970. <member name="M:Syncfusion.WinForms.Controls.SfButton.EndUpdate">
  6971. <summary>
  6972. Resumes the painting of the control suspended by calling the BeginUpdate method.
  6973. </summary>
  6974. <example>
  6975. <code lang="C#">
  6976. //Suspend updating the button.
  6977. sfButton1.BeginUpdate();
  6978. //Initialize styles changes to the button.
  6979. sfButton1.Style.BackColor = Color.Gray;
  6980. sfButton1.Style.ForeColor = Color.Black;
  6981. //Resume updating the button and update the above changes.
  6982. sfButton1.EndUpdate();
  6983. </code>
  6984. </example>
  6985. </member>
  6986. <member name="M:Syncfusion.WinForms.Controls.SfButton.GetActiveThemeName">
  6987. <summary>
  6988. Gets the active theme name of the button control.
  6989. </summary>
  6990. <returns>Returns the active theme name.</returns>
  6991. </member>
  6992. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnFrameChanged(System.Object,System.EventArgs)">
  6993. <summary>
  6994. Invalidate the control when animation image frame change.
  6995. </summary>
  6996. <param name="sender">The sender.</param>
  6997. <param name="e">A <see cref="T:System.EventArgs"/> contains the event data.</param>
  6998. </member>
  6999. <member name="M:Syncfusion.WinForms.Controls.SfButton.RefreshControl">
  7000. <summary>
  7001. Forces the control to invalidate its client area when updateCount value is less than or equal to zero.
  7002. </summary>
  7003. </member>
  7004. <member name="M:Syncfusion.WinForms.Controls.SfButton.GetShowFocusCues">
  7005. <summary>
  7006. Gets a value indicating whether the control should display focus rectangles.
  7007. </summary>
  7008. <returns>True if the control should display focus rectangles; otherwise, false.</returns>
  7009. </member>
  7010. <member name="M:Syncfusion.WinForms.Controls.SfButton.Dispose(System.Boolean)">
  7011. <summary>
  7012. Cleans up any resources being used by the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> class.
  7013. </summary>
  7014. <param name="disposing">
  7015. True to release both managed and unmanaged resources; false to release only unmanaged resources.
  7016. </param>
  7017. </member>
  7018. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnMouseEnter(System.EventArgs)">
  7019. <summary>
  7020. Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnMouseEnter(System.Windows.Forms.EventArgs)"/> event.
  7021. </summary>
  7022. <param name="eventArgs">An <see cref="T:System.Windows.Form.EventArgs"/>that contains the event data.</param>
  7023. </member>
  7024. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnMouseLeave(System.EventArgs)">
  7025. <summary>
  7026. Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnMouseLeave(System.Windows.Forms.EventArgs)"/> event.
  7027. </summary>
  7028. <param name="eventArgs">An <see cref="T:System.Windows.Form.EventArgs"/>that contains the event data.</param>
  7029. </member>
  7030. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
  7031. <summary>
  7032. Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/> event.
  7033. </summary>
  7034. <param name="eventArgs">An <see cref="T:System.Windows.Form.MouseEventArgs"/>that contains the event data.</param>
  7035. </member>
  7036. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  7037. <summary>
  7038. Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnMouseUp(System.Windows.Forms.MouseEventArgs)"/> event.
  7039. </summary>
  7040. <param name="eventArgs">An <see cref="T:System.Windows.Form.MouseEventArgs"/>that contains the event data.</param>
  7041. </member>
  7042. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
  7043. <summary>
  7044. Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnKeyUp(System.Windows.Forms.KeyEventArgs)"/> event.
  7045. </summary>
  7046. <param name="eventArgs">A <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
  7047. </member>
  7048. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
  7049. <summary>
  7050. Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnKeyUp(System.Windows.Forms.KeyEventArgs)"/> event.
  7051. </summary>
  7052. <param name="eventArgs">A <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
  7053. </member>
  7054. <member name="M:Syncfusion.WinForms.Controls.SfButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
  7055. <summary>
  7056. Override the method to draw the customized button. If the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>
  7057. is not customized then raises the <see cref="M:System.Windows.Forms.ButtonBase.OnPaint"/> method.
  7058. </summary>
  7059. <param name="eventArgs">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
  7060. </member>
  7061. <member name="M:Syncfusion.WinForms.Controls.SfButton.CreateAccessibilityInstance">
  7062. <summary>
  7063. Overridden to update the accessibility object for the SfButton.
  7064. </summary>
  7065. <returns>Returns the accessibility object for the SfButton.</returns>
  7066. </member>
  7067. <member name="M:Syncfusion.WinForms.Controls.SfButton.GetTextWithoutMnemonics(System.String)">
  7068. <summary>
  7069. Get the text value without the Mnemonics character.
  7070. </summary>
  7071. <param name="text">The text with mnemonics character.</param>
  7072. <returns>Returns the text without mnemonics character.</returns>
  7073. </member>
  7074. <member name="M:Syncfusion.WinForms.Controls.SfButton.StartAnimation">
  7075. <summary>
  7076. Begin the animation of the animated image.
  7077. </summary>
  7078. </member>
  7079. <member name="M:Syncfusion.WinForms.Controls.SfButton.TextToolTip_ToolTipShowing(System.Object,Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs)">
  7080. <summary>
  7081. Occurs before a ToolTip is initially displayed.
  7082. </summary>
  7083. <param name="sender">The source of the event.</param>
  7084. <param name="e">A <see cref="T:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs"/> contains event data.</param>
  7085. </member>
  7086. <member name="M:Syncfusion.WinForms.Controls.SfButton.ShouldSerializeImageSize">
  7087. <summary>
  7088. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.SfButton.ImageSize"/> property.
  7089. </summary>
  7090. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7091. </member>
  7092. <member name="M:Syncfusion.WinForms.Controls.SfButton.GetMouseInside">
  7093. <summary>
  7094. Gets the boolean value indicating whether the mouse point is inside the button control.
  7095. </summary>
  7096. <returns>Returns true if the mouse point inside the button, otherwise returns false.</returns>
  7097. </member>
  7098. <member name="M:Syncfusion.WinForms.Controls.SfButton.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
  7099. <summary>
  7100. Raises the <see cref="E:Syncfusion.WinForms.Theme.IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.WinForms.Controls.SfButton.ThemeChanged"/> event when theme name changed.
  7101. </summary>
  7102. <param name="sender">The sender value.</param>
  7103. <param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
  7104. </member>
  7105. <member name="E:Syncfusion.WinForms.Controls.SfButton.ThemeNameChanged">
  7106. <summary>
  7107. Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> has changed.
  7108. </summary>
  7109. </member>
  7110. <member name="E:Syncfusion.WinForms.Controls.SfButton.ThemeChanged">
  7111. <summary>
  7112. Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> has changed.
  7113. </summary>
  7114. </member>
  7115. <member name="P:Syncfusion.WinForms.Controls.SfButton.FocusRectangleVisible">
  7116. <summary>
  7117. Gets or sets a value indicating whether a dotted focus rectangle is displayed within the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>
  7118. when it has focus. The default value is false.
  7119. </summary>
  7120. <value>The <see cref="T:System.Boolean"/> value that specifies whether the dotted focus rectangle is displayed
  7121. within the SimpleButton when it has focus. The default value is <b>true</b>.</value>
  7122. </member>
  7123. <member name="P:Syncfusion.WinForms.Controls.SfButton.Style">
  7124. <summary>
  7125. Gets or sets the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/> value used to customize the appearance of the button.
  7126. </summary>
  7127. </member>
  7128. <member name="P:Syncfusion.WinForms.Controls.SfButton.Font">
  7129. <summary>
  7130. Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
  7131. </summary>
  7132. </member>
  7133. <member name="P:Syncfusion.WinForms.Controls.SfButton.Enabled">
  7134. <summary>
  7135. Gets or sets a value indicating whether the control can respond to user interaction.
  7136. </summary>
  7137. <value>True if the control can respond to user interaction; otherwise, false.
  7138. The default value is <b>true</b>.</value>
  7139. </member>
  7140. <member name="P:Syncfusion.WinForms.Controls.SfButton.IsUpdating">
  7141. <summary>
  7142. Gets a value indicating whether the BeginUpdate() has been called and the painting for a control is suspended.
  7143. </summary>
  7144. <value>True if the control is currently updating, otherwise false.
  7145. </value>
  7146. </member>
  7147. <member name="P:Syncfusion.WinForms.Controls.SfButton.BackColor">
  7148. <summary>
  7149. Gets or sets the background color of the button control.
  7150. </summary>
  7151. <remarks>
  7152. This color has filled to background of the button only when set the
  7153. <see cref="!:GradientStyle"/> property to
  7154. GradientStyle.None or <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.GradientBrush"/> property to null.
  7155. </remarks>
  7156. </member>
  7157. <member name="P:Syncfusion.WinForms.Controls.SfButton.ForeColor">
  7158. <summary>
  7159. Gets or sets the foreground color of the button control.
  7160. </summary>
  7161. <value>
  7162. A <see cref="T:System.Drawing.Color"/> value representing the foreground color of the control.
  7163. </value>
  7164. </member>
  7165. <member name="P:Syncfusion.WinForms.Controls.SfButton.Text">
  7166. <summary>
  7167. Gets or sets the text to be displayed on the button.
  7168. </summary>
  7169. <remarks>
  7170. Changing this property's value at runtime raises the TextChanged event.
  7171. If the <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowRichText"/> property is set to true, can use the
  7172. rich text value to show the button caption.
  7173. </remarks>
  7174. <value>A string value representing the button's caption.</value>
  7175. </member>
  7176. <member name="P:Syncfusion.WinForms.Controls.SfButton.AllowRichText">
  7177. <summary>
  7178. Gets or sets a value indicating whether the rich text has been displayed on the button.
  7179. </summary>
  7180. <value><b>True</b>, if the current button caption can show the rich text, otherwise <b>false</b>.
  7181. The default value is <b>false</b>.</value>
  7182. <remarks> The button will display the rich text only when set the <see cref="P:Syncfusion.WinForms.Controls.SfButton.Text"/>
  7183. value as rich text.
  7184. </remarks>
  7185. <example>
  7186. <code lang="C#">
  7187. //Initialize the AllowRichText property to true.
  7188. sfButton1.AllowRichText = true;
  7189. //Initialize the rich text value to button
  7190. sfButton1.Text = "{\\rtf1\\ansi \\i This is boldText \\b Draw in the button}";
  7191. </code>
  7192. </example>
  7193. </member>
  7194. <member name="P:Syncfusion.WinForms.Controls.SfButton.TextMargin">
  7195. <summary>
  7196. Gets or sets the margin of the text on the button control.
  7197. </summary>
  7198. <remarks>
  7199. A <see cref="T:System.Windows.Forms.Padding"/> representing the space between text and image or border of the control.
  7200. </remarks>
  7201. </member>
  7202. <member name="P:Syncfusion.WinForms.Controls.SfButton.AutoEllipsis">
  7203. <summary>
  7204. Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the
  7205. control, denoting that the control text extends beyond the specified length of the control.
  7206. </summary>
  7207. <value>True if the additional label text is to be indicated by an ellipsis; otherwise,
  7208. false. The default is true.</value>
  7209. </member>
  7210. <member name="P:Syncfusion.WinForms.Controls.SfButton.AllowWrapText">
  7211. <summary>
  7212. Gets or sets a value indicating whether the text has been wrapped on the button control.
  7213. </summary>
  7214. <value>
  7215. True if the text should wrap to the available layout rectangle otherwise, false.
  7216. Default value is false.
  7217. </value>
  7218. <remarks>
  7219. The text will be wrapped only when the <see cref="P:Syncfusion.WinForms.Controls.SfButton.AutoSize"/> is false.
  7220. </remarks>
  7221. </member>
  7222. <member name="P:Syncfusion.WinForms.Controls.SfButton.Padding">
  7223. <summary>
  7224. Gets or sets the padding within the button control.
  7225. </summary>
  7226. <value>
  7227. A <see cref="T:System.Windows.Forms.Padding"/> representing the control's internal spacing characteristics.
  7228. </value>
  7229. </member>
  7230. <member name="P:Syncfusion.WinForms.Controls.SfButton.AutoSize">
  7231. <summary>
  7232. Gets or sets a value that indicates whether the button resizes based on its contents.
  7233. The default value is false.
  7234. </summary>
  7235. <value>true if the control automatically resizes based on its contents; otherwise,
  7236. false. The default is true.</value>
  7237. </member>
  7238. <member name="P:Syncfusion.WinForms.Controls.SfButton.UseCompatibleTextRendering">
  7239. <summary>
  7240. Gets a value indicating whether to use the <see cref="T:System.Drawing.Graphics"/> class (GDI+) to rendering text.
  7241. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control does not provide support the GDI drawing.
  7242. </summary>
  7243. </member>
  7244. <member name="P:Syncfusion.WinForms.Controls.SfButton.ImageSize">
  7245. <summary>
  7246. Gets or sets the size of the image that will be displayed on the control.
  7247. </summary>
  7248. </member>
  7249. <member name="P:Syncfusion.WinForms.Controls.SfButton.ImageMargin">
  7250. <summary>
  7251. Gets or sets the margin of the image on the button control.
  7252. </summary>
  7253. <remarks>
  7254. A <see cref="T:System.Windows.Forms.Padding"/> representing the space between image and text or border of the control.
  7255. </remarks>
  7256. </member>
  7257. <member name="P:Syncfusion.WinForms.Controls.SfButton.Image">
  7258. <summary>
  7259. Gets or sets the image that is displayed on a button control.
  7260. The default value is null.
  7261. </summary>
  7262. <value>An <see cref="T:System.Drawing.Image"/> object representing the image to be displayed on the button.
  7263. The default value is <b>null</b>.</value>
  7264. <remarks>
  7265. <para>
  7266. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> allows to animate,
  7267. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.SfButton.Image"/> property and enable the
  7268. <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property is true.
  7269. </para>
  7270. <para>
  7271. The button's image can also be specified using the ImageList and ImageIndex properties.
  7272. Assign an image collection to the button's ImageList property and then use the ImageIndex property
  7273. to specify the index of the image to display.
  7274. </para>
  7275. </remarks>
  7276. </member>
  7277. <member name="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation">
  7278. <summary>
  7279. Gets or sets a value indicating whether the image has been animate in the button.
  7280. </summary>
  7281. <value>
  7282. If true, the button allows to animate the image, otherwise it does not allow the button animate the image.
  7283. The default value is <br>true</br>.
  7284. </value>
  7285. <remarks>
  7286. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> allows to animate
  7287. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.SfButton.Image"/> property.
  7288. Other images like <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverImage"/>,
  7289. <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedImage"/>,
  7290. <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedImage"/> and
  7291. <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledImage"/> images are not allow to animate.
  7292. </remarks>
  7293. </member>
  7294. <member name="P:Syncfusion.WinForms.Controls.SfButton.ImageList">
  7295. <summary>
  7296. Gets or sets the <see cref="T:System.Windows.Forms.ImageList"/> that contains the <see cref="T:System.Drawing.Image"/>
  7297. displayed on a button control.
  7298. </summary>
  7299. <value>The default value is <b>null</b>.</value>
  7300. <remarks>After assign an image source to the ImageList property, use the ImageIndex property to specify
  7301. the image to be displayed within the button.</remarks>
  7302. </member>
  7303. <member name="P:Syncfusion.WinForms.Controls.SfButton.ImageLayout">
  7304. <summary>
  7305. Gets or sets the image layout as defined in the <see cref="T:System.Windows.Forms.ImageLayout"/> enumeration
  7306. used to draw the image within the button.
  7307. </summary>
  7308. <value>The default value is <b>ImageLayout.None</b>.</value>
  7309. </member>
  7310. <member name="P:Syncfusion.WinForms.Controls.SfButton.FlatAppearance">
  7311. <summary>
  7312. Gets the appearance of the border and the colors used to indicate check state and mouse state.
  7313. </summary>
  7314. </member>
  7315. <member name="P:Syncfusion.WinForms.Controls.SfButton.TextImageRelation">
  7316. <summary>
  7317. Gets or sets the position of text and image relative to each other.
  7318. </summary>
  7319. <value>The <see cref="T:System.Windows.Forms.TextImageRelation"/> enumeration that specifies how the button's
  7320. image is aligned relative to the button's text. The default value is <b>TextImageRelation.ImageBeforeText</b>
  7321. </value>
  7322. </member>
  7323. <member name="P:Syncfusion.WinForms.Controls.SfButton.AccessibilityEnabled">
  7324. <summary>
  7325. Gets or sets a value indicating whether the accessibility is enabled for the control or not.
  7326. </summary>
  7327. </member>
  7328. <member name="P:Syncfusion.WinForms.Controls.SfButton.CanApplyTheme">
  7329. <summary>
  7330. Gets or sets a value indicating whether a <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/> theme style
  7331. has been applied to the control.
  7332. </summary>
  7333. <value>The default value is <b>true</b>.</value>
  7334. </member>
  7335. <member name="P:Syncfusion.WinForms.Controls.SfButton.ThemeName">
  7336. <summary>
  7337. Gets or sets the theme name of the button control.
  7338. </summary>
  7339. <value>
  7340. The default value is null.
  7341. </value>
  7342. <remarks>
  7343. The theme will be applied only when the particular theme for this control has included the Themes assembly.
  7344. </remarks>
  7345. </member>
  7346. <member name="P:Syncfusion.WinForms.Controls.SfButton.CanOverrideStyle">
  7347. <summary>
  7348. Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
  7349. </summary>
  7350. <value>Default value is false.</value>
  7351. <remarks>
  7352. By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
  7353. If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
  7354. This property should be enabled or disabled before calling the ThemeName property of the control.
  7355. </remarks>
  7356. </member>
  7357. <member name="P:Syncfusion.WinForms.Controls.SfButton.ControlName">
  7358. <summary>
  7359. Gets the name of the control.
  7360. </summary>
  7361. </member>
  7362. <member name="P:Syncfusion.WinForms.Controls.SfButton.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
  7363. <summary>
  7364. Gets or sets the BaseThemeName of the theme
  7365. </summary>
  7366. </member>
  7367. <member name="P:Syncfusion.WinForms.Controls.SfButton.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
  7368. <summary>
  7369. Gets or sets the VisualTheme of the SfListView control.
  7370. </summary>
  7371. </member>
  7372. <member name="P:Syncfusion.WinForms.Controls.SfButton.IsAltPressed">
  7373. <summary>
  7374. Gets or sets a value indicating whether the alt key has been pressed.
  7375. </summary>
  7376. </member>
  7377. <member name="P:Syncfusion.WinForms.Controls.SfButton.IsDesignMode">
  7378. <summary>
  7379. Gets a value indicating whether the button control is currently in design mode.
  7380. </summary>
  7381. </member>
  7382. <member name="P:Syncfusion.WinForms.Controls.SfButton.State">
  7383. <summary>
  7384. Gets or sets a current state of the button control.
  7385. </summary>
  7386. </member>
  7387. <member name="P:Syncfusion.WinForms.Controls.SfButton.BaseThemeName">
  7388. <summary>
  7389. Gets or sets the BaseThemeName of the control.
  7390. </summary>
  7391. </member>
  7392. <member name="P:Syncfusion.WinForms.Controls.SfButton.VisualTheme">
  7393. <summary>
  7394. Gets or sets the visualTheme of the control, which holds the ThemeName applied from SkinManager
  7395. </summary>
  7396. </member>
  7397. <member name="P:Syncfusion.WinForms.Controls.SfButton.DefaultSize">
  7398. <summary>
  7399. Returns the default size of the control.
  7400. </summary>
  7401. </member>
  7402. <member name="P:Syncfusion.WinForms.Controls.SfButton.IsVisualStyleEnabled">
  7403. <summary>
  7404. Gets a value indicating whether the visual style based theme is applied to the control and
  7405. also indicates whether the theme files are referred from external assemblies or not.
  7406. </summary>
  7407. <value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
  7408. </member>
  7409. <member name="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore">
  7410. <summary>
  7411. Provides storage for the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/> object.
  7412. </summary>
  7413. </member>
  7414. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.ForeColorProperty">
  7415. <summary>
  7416. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ForeColor"/> property.
  7417. </summary>
  7418. </member>
  7419. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PressedForeColorProperty">
  7420. <summary>
  7421. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedForeColor"/> property.
  7422. </summary>
  7423. </member>
  7424. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.FocusdForeColorProperty">
  7425. <summary>
  7426. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedForeColor"/> property.
  7427. </summary>
  7428. </member>
  7429. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.HoverForeColorProperty">
  7430. <summary>
  7431. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverForeColor"/> property.
  7432. </summary>
  7433. </member>
  7434. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.DisabledForeColorProperty">
  7435. <summary>
  7436. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledForeColor"/> property.
  7437. </summary>
  7438. </member>
  7439. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.BackColorProperty">
  7440. <summary>
  7441. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.BackColor"/> property.
  7442. </summary>
  7443. </member>
  7444. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PressedBackColorProperty">
  7445. <summary>
  7446. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBackColor"/> property.
  7447. </summary>
  7448. </member>
  7449. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.FocusedBackColorProperty">
  7450. <summary>
  7451. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBackColor"/> property.
  7452. </summary>
  7453. </member>
  7454. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.HoverBackColorProperty">
  7455. <summary>
  7456. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBackColor"/> property.
  7457. </summary>
  7458. </member>
  7459. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.DisabledBackColorProperty">
  7460. <summary>
  7461. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBackColor"/> property.
  7462. </summary>
  7463. </member>
  7464. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.GradientBrushProperty">
  7465. <summary>
  7466. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.GradientBrush"/> property.
  7467. </summary>
  7468. </member>
  7469. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PressedGradientBrushProperty">
  7470. <summary>
  7471. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedGradientBrush"/> property.
  7472. </summary>
  7473. </member>
  7474. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.HoverGradientBrushProperty">
  7475. <summary>
  7476. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverGradientBrush"/> property.
  7477. </summary>
  7478. </member>
  7479. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.DisabledGradientBrushProperty">
  7480. <summary>
  7481. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledGradientBrush"/> property.
  7482. </summary>
  7483. </member>
  7484. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.FocusedGradientBrushProperty">
  7485. <summary>
  7486. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedGradientBrush"/> property.
  7487. </summary>
  7488. </member>
  7489. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.BorderProperty">
  7490. <summary>
  7491. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Border"/> property.
  7492. </summary>
  7493. </member>
  7494. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PressedBorderProperty">
  7495. <summary>
  7496. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBorder"/> property.
  7497. </summary>
  7498. </member>
  7499. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.FocusedBorderProperty">
  7500. <summary>
  7501. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBorder"/> property.
  7502. </summary>
  7503. </member>
  7504. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.HoverBorderProperty">
  7505. <summary>
  7506. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBorder"/> property.
  7507. </summary>
  7508. </member>
  7509. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.DisabledBorderProperty">
  7510. <summary>
  7511. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBorder"/> property.
  7512. </summary>
  7513. </member>
  7514. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PaddingProperty">
  7515. <summary>
  7516. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Padding"/> property.
  7517. </summary>
  7518. </member>
  7519. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.ImageProperty">
  7520. <summary>
  7521. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Image"/> property.
  7522. </summary>
  7523. </member>
  7524. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.HoverImageProperty">
  7525. <summary>
  7526. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverImage"/> property.
  7527. </summary>
  7528. </member>
  7529. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PressedImageProperty">
  7530. <summary>
  7531. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedImage"/> property.
  7532. </summary>
  7533. </member>
  7534. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.FocusedImageProperty">
  7535. <summary>
  7536. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedImage"/> property.
  7537. </summary>
  7538. </member>
  7539. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.DisabledImageProperty">
  7540. <summary>
  7541. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledImage"/> property.
  7542. </summary>
  7543. </member>
  7544. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.ImageForeColorProperty">
  7545. <summary>
  7546. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ImageForeColor"/> property.
  7547. </summary>
  7548. </member>
  7549. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.HoverImageForeColorProperty">
  7550. <summary>
  7551. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverImageForeColor"/> property.
  7552. </summary>
  7553. </member>
  7554. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PressedImageForeColorProperty">
  7555. <summary>
  7556. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedImageForeColor"/> property.
  7557. </summary>
  7558. </member>
  7559. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.FocusedImageForeColorProperty">
  7560. <summary>
  7561. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedImageForeColor"/> property.
  7562. </summary>
  7563. </member>
  7564. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.DisabledImageForeColorProperty">
  7565. <summary>
  7566. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledImageForeColor"/> property.
  7567. </summary>
  7568. </member>
  7569. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.BorderColorProperty">
  7570. <summary>
  7571. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.BorderColor"/> property.
  7572. </summary>
  7573. </member>
  7574. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.PressedBorderColorProperty">
  7575. <summary>
  7576. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBorderColor"/> property.
  7577. </summary>
  7578. </member>
  7579. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.FocusedBorderColorProperty">
  7580. <summary>
  7581. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBorderColor"/> property.
  7582. </summary>
  7583. </member>
  7584. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.HoverBorderColorProperty">
  7585. <summary>
  7586. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBorderColor"/> property.
  7587. </summary>
  7588. </member>
  7589. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.DisabledBorderColorProperty">
  7590. <summary>
  7591. Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBorderColor"/> property.
  7592. </summary>
  7593. </member>
  7594. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.staticData">
  7595. <summary>
  7596. It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.ButtonStyleInfoStore.StaticDataStore"/> property value.
  7597. </summary>
  7598. </member>
  7599. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.#ctor">
  7600. <summary>
  7601. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore"/> class.
  7602. </summary>
  7603. </member>
  7604. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  7605. <summary>
  7606. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore"/> class from a serialization stream.
  7607. </summary>
  7608. <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
  7609. <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
  7610. </member>
  7611. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.GetStaticData">
  7612. <summary>
  7613. Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.staticData"/> is null.
  7614. </summary>
  7615. <returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
  7616. </member>
  7617. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore.StaticDataStore">
  7618. <summary>
  7619. Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.ButtonStyleInfoStore"/> class.
  7620. </summary>
  7621. </member>
  7622. <member name="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle">
  7623. <summary>
  7624. Represents the class to define the style for <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  7625. </summary>
  7626. </member>
  7627. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.defaultStyle">
  7628. <summary>
  7629. It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DefaultStyle"/> property.
  7630. </summary>
  7631. </member>
  7632. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.#ctor">
  7633. <summary>
  7634. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/> class.
  7635. </summary>
  7636. </member>
  7637. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
  7638. <summary>
  7639. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/> class.
  7640. </summary>
  7641. <param name="identity">A <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore"/>.</param>
  7642. </member>
  7643. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
  7644. <summary>
  7645. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/> class.
  7646. </summary>
  7647. <param name="identity">A <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoStore"/>.</param>
  7648. <param name="store">The store.</param>
  7649. </member>
  7650. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.GetDefaultStyle">
  7651. <summary>
  7652. Gets the default style value of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/> class.
  7653. </summary>
  7654. <returns>Returns the default style value.</returns>
  7655. </member>
  7656. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Dispose(System.Boolean)">
  7657. <summary>
  7658. Clean up any resources being used.
  7659. </summary>
  7660. <param name="disposing">True if managed resources should be disposed; otherwise, false.</param>
  7661. </member>
  7662. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeBackColor">
  7663. <summary>
  7664. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.BackColor"/> property.
  7665. </summary>
  7666. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7667. </member>
  7668. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeHoverBackColor">
  7669. <summary>
  7670. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBackColor"/> property.
  7671. </summary>
  7672. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7673. </member>
  7674. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeFocusedBackColor">
  7675. <summary>
  7676. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBackColor"/> property.
  7677. </summary>
  7678. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7679. </member>
  7680. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializePressedBackColor">
  7681. <summary>
  7682. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBackColor"/> property.
  7683. </summary>
  7684. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7685. </member>
  7686. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeDisabledBackColor">
  7687. <summary>
  7688. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBackColor"/> property.
  7689. </summary>
  7690. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7691. </member>
  7692. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeForeColor">
  7693. <summary>
  7694. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ForeColor"/> property.
  7695. </summary>
  7696. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7697. </member>
  7698. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeHoverForeColor">
  7699. <summary>
  7700. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverForeColor"/> property.
  7701. </summary>
  7702. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7703. </member>
  7704. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeFocusedForeColor">
  7705. <summary>
  7706. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedForeColor"/> property.
  7707. </summary>
  7708. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7709. </member>
  7710. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializePressedForeColor">
  7711. <summary>
  7712. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedForeColor"/> property.
  7713. </summary>
  7714. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7715. </member>
  7716. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeDisabledForeColor">
  7717. <summary>
  7718. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledForeColor"/> property.
  7719. </summary>
  7720. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7721. </member>
  7722. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeImageForeColor">
  7723. <summary>
  7724. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ImageForeColor"/> property.
  7725. </summary>
  7726. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7727. </member>
  7728. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeHoverImageForeColor">
  7729. <summary>
  7730. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ImageForeColor"/> property.
  7731. </summary>
  7732. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7733. </member>
  7734. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializePressedImageForeColor">
  7735. <summary>
  7736. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedImageForeColor"/> property.
  7737. </summary>
  7738. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7739. </member>
  7740. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeFocusedImageForeColor">
  7741. <summary>
  7742. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedImageForeColor"/> property.
  7743. </summary>
  7744. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7745. </member>
  7746. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ShouldSerializeDisabledImageForeColor">
  7747. <summary>
  7748. Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledImageForeColor"/> property.
  7749. </summary>
  7750. <returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
  7751. </member>
  7752. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DefaultStyle">
  7753. <summary>
  7754. Gets the default style value for the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  7755. </summary>
  7756. </member>
  7757. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.BackColor">
  7758. <summary>
  7759. Gets or sets the background color of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  7760. </summary>
  7761. <value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the button.</value>
  7762. <remarks>
  7763. This color has filled to background of the button only when set the
  7764. <see cref="!:Syncfusion.WinForms.Controls.SfButton.Style.GradientBrush"/> property to null.
  7765. </remarks>
  7766. </member>
  7767. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBackColor">
  7768. <summary>
  7769. Gets or sets the background color of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in pressed state.
  7770. </summary>
  7771. <value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the button.</value>
  7772. <remarks>
  7773. This color has filled to background of the button only when set the
  7774. <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedGradientBrush"/> property to null.
  7775. </remarks>
  7776. </member>
  7777. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBackColor">
  7778. <summary>
  7779. Gets or sets the background color of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in mouse hover state.
  7780. </summary>
  7781. <value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the button.</value>
  7782. <remarks>
  7783. This color has filled to background of the button only when set the
  7784. <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverGradientBrush"/> property to null.
  7785. </remarks>
  7786. </member>
  7787. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBackColor">
  7788. <summary>
  7789. Gets or sets the fore color of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in focused state.
  7790. </summary>
  7791. <value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the button.</value>
  7792. <remarks>
  7793. This color has filled to background of the button only when set the
  7794. <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedGradientBrush"/> property to null.
  7795. </remarks>
  7796. </member>
  7797. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBackColor">
  7798. <summary>
  7799. Gets or sets the background color of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in the disabled state.
  7800. </summary>
  7801. <value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the button.</value>
  7802. <remarks>
  7803. This color has filled to background of the button only when set the
  7804. <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledGradientBrush"/> property to null.
  7805. </remarks>
  7806. </member>
  7807. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ForeColor">
  7808. <summary>
  7809. Gets or sets the fore color value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  7810. </summary>
  7811. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the text of the button.</value>
  7812. <remarks>
  7813. The text will draw on the button by using this color value, when the button state is default.
  7814. </remarks>
  7815. </member>
  7816. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedForeColor">
  7817. <summary>
  7818. Gets or sets the fore color value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in pressed state
  7819. </summary>
  7820. <remarks>
  7821. The text will draw on the button by using this color value, when the button state is pressed.
  7822. </remarks>
  7823. </member>
  7824. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedForeColor">
  7825. <summary>
  7826. Gets or sets the fore color value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in focused state.
  7827. </summary>
  7828. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the text of the button.</value>
  7829. <remarks>
  7830. The text will draw on the button by using this color value, when the button state is focused.
  7831. </remarks>
  7832. </member>
  7833. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverForeColor">
  7834. <summary>
  7835. Gets or sets the fore color value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in hover state.
  7836. </summary>
  7837. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the text of the button.</value>
  7838. <remarks>
  7839. The text will draw on the button by using this color value, when the button state is hover.
  7840. </remarks>
  7841. </member>
  7842. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledForeColor">
  7843. <summary>
  7844. Gets or sets the fore color value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in disabled state.
  7845. </summary>
  7846. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the text of the button.</value>
  7847. <remarks>
  7848. The text will draw on the button by using this color value, when the button state is disabled.
  7849. </remarks>
  7850. </member>
  7851. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.GradientBrush">
  7852. <summary>
  7853. Gets or sets the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> used to fill the background
  7854. of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in default state.
  7855. The default value is null.
  7856. </summary>
  7857. <remarks>
  7858. If this value is null, the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.BackColor"/>
  7859. is used to fill the background of the button in default state.
  7860. </remarks>
  7861. <example>
  7862. This example shows how to initialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.GradientBrush"/> property.
  7863. <code lang="C#">
  7864. // Initialize the gradient brush value to SfButton.
  7865. sfButton1.Style.GradientBrush = new Syncfusion.WinForms.Core.BrushInfo(Syncfusion.WinForms.Core.GradientStyle.BackwardDiagonal, new Color[] { Color.Red, Color.Green });
  7866. </code>
  7867. </example>
  7868. </member>
  7869. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedGradientBrush">
  7870. <summary>
  7871. Gets or sets the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> used to fill the background
  7872. of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in pressed state.
  7873. The default value is null.
  7874. </summary>
  7875. <remarks>
  7876. If this value is null, the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBackColor"/>
  7877. is used to fill the background of the button in pressed state.
  7878. </remarks>
  7879. <example>
  7880. This example shows how to initialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedGradientBrush"/> property.
  7881. <code lang="C#">
  7882. // Initialize the pressed gradient brush value to SfButton.
  7883. sfButton1.Style.PressedGradientBrush = new Syncfusion.WinForms.Core.BrushInfo(Syncfusion.WinForms.Core.GradientStyle.BackwardDiagonal, new Color[] { Color.Red, Color.Green });
  7884. </code>
  7885. </example>
  7886. </member>
  7887. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverGradientBrush">
  7888. <summary>
  7889. Gets or sets the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> used to fill the background
  7890. of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in hover state.
  7891. The default value is null.
  7892. </summary>
  7893. <remarks>
  7894. If this value is null, the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBackColor"/>
  7895. is used to fill the background of the button in hover state.
  7896. </remarks>
  7897. <example>
  7898. This example shows how to initialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverGradientBrush"/> property.
  7899. <code lang="C#">
  7900. // Initialize the hover gradient brush value to SfButton.
  7901. sfButton1.Style.HoverGradientBrush = new Syncfusion.WinForms.Core.BrushInfo(Syncfusion.WinForms.Core.GradientStyle.BackwardDiagonal, new Color[] { Color.Red, Color.Green });
  7902. </code>
  7903. </example>
  7904. </member>
  7905. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedGradientBrush">
  7906. <summary>
  7907. Gets or sets the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> used to fill the background
  7908. of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in focused state.
  7909. The default value is null.
  7910. </summary>
  7911. <remarks>
  7912. If this value is null, the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBackColor"/>
  7913. is used to fill the background of the button in focused state.
  7914. </remarks>
  7915. <example>
  7916. This example shows how to initialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedGradientBrush"/> property.
  7917. <code lang="C#">
  7918. // Initialize the focused gradient brush value to SfButton.
  7919. sfButton1.Style.FocusedGradientBrush = new Syncfusion.WinForms.Core.BrushInfo(Syncfusion.WinForms.Core.GradientStyle.BackwardDiagonal, new Color[] { Color.Red, Color.Green });
  7920. </code>
  7921. </example>
  7922. </member>
  7923. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledGradientBrush">
  7924. <summary>
  7925. Gets or sets the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> used to fill the background
  7926. of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in disabled state.
  7927. The default value is null.
  7928. </summary>
  7929. <remarks>
  7930. If this value is null, the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBackColor"/>
  7931. is used to fill the background of the button in disabled state.
  7932. </remarks>
  7933. <example>
  7934. This example shows how to initialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledGradientBrush"/> property.
  7935. <code lang="C#">
  7936. // Initialize the disabled gradient brush value to SfButton.
  7937. sfButton1.Style.DisabledGradientBrush = new Syncfusion.WinForms.Core.BrushInfo(Syncfusion.WinForms.Core.GradientStyle.BackwardDiagonal, new Color[] { Color.Red, Color.Green });
  7938. </code>
  7939. </example>
  7940. </member>
  7941. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Border">
  7942. <summary>
  7943. Gets or sets the <see cref="T:System.Drawing.Pen"/> value used to draw the border of the
  7944. <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in default state.
  7945. </summary>
  7946. <value>The <see cref="T:System.Drawing.Pen"/> value is used to draw the border of the button.
  7947. The default value is null.</value>
  7948. </member>
  7949. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBorder">
  7950. <summary>
  7951. Gets or sets the <see cref="T:System.Drawing.Pen"/> value used to draw the border of the
  7952. <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in pressed state.
  7953. </summary>
  7954. <value>The <see cref="T:System.Drawing.Pen"/> value is used to draw the border of the button.
  7955. The default value is null.</value>
  7956. </member>
  7957. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBorder">
  7958. <summary>
  7959. Gets or sets the <see cref="T:System.Drawing.Pen"/> value used to draw the border of the
  7960. <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in hover state.
  7961. </summary>
  7962. <value>The <see cref="T:System.Drawing.Pen"/> value is used to draw the border of the button.
  7963. The default value is null.</value>
  7964. </member>
  7965. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBorder">
  7966. <summary>
  7967. Gets or sets the <see cref="T:System.Drawing.Pen"/> value used to draw the border of the
  7968. <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in disabled state.
  7969. </summary>
  7970. <value>The <see cref="T:System.Drawing.Pen"/> value is used to draw the border of the button.
  7971. The default value is null.</value>
  7972. </member>
  7973. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBorder">
  7974. <summary>
  7975. Gets or sets the <see cref="T:System.Drawing.Pen"/> value used to draw the border of the
  7976. <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control in focused state.
  7977. </summary>
  7978. <value>The <see cref="T:System.Drawing.Pen"/> value is used to draw the border of the button.
  7979. The default value is null.</value>
  7980. </member>
  7981. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Image">
  7982. <summary>
  7983. Gets or sets the image that is displayed on a button control in default state.
  7984. </summary>
  7985. <value>The <see cref="T:System.Drawing.Image"/> value used to displayed on the button. The default value is null.</value>
  7986. <remarks>
  7987. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> allows to animate,
  7988. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Image"/> property and enable the
  7989. <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property is true.
  7990. </remarks>
  7991. </member>
  7992. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverImage">
  7993. <summary>
  7994. Gets or sets the image that is displayed on a button control in hover state.
  7995. </summary>
  7996. <value>The <see cref="T:System.Drawing.Image"/> value used to displayed on the button. The default value is null.</value>
  7997. <remarks>
  7998. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> does not allows to animate,
  7999. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverImage"/> property and even the
  8000. <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property is true. If the <see cref="P:Syncfusion.WinForms.Controls.SfButton.Image"/>
  8001. property is animated GIF file then this property not used in button.
  8002. </remarks>
  8003. </member>
  8004. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedImage">
  8005. <summary>
  8006. Gets or sets the image that is displayed on a button control in pressed state.
  8007. </summary>
  8008. <value>The <see cref="T:System.Drawing.Image"/> value used to displayed on the button. The default value is null.</value>
  8009. <remarks>
  8010. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> does not allows to animate,
  8011. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedImage"/> property and even the
  8012. <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property is true. If the <see cref="P:Syncfusion.WinForms.Controls.SfButton.Image"/>
  8013. property is animated GIF file then this property not used in button.
  8014. </remarks>
  8015. </member>
  8016. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedImage">
  8017. <summary>
  8018. Gets or sets the image that is displayed on a button control in focused state.
  8019. </summary>
  8020. <value>The <see cref="T:System.Drawing.Image"/> value used to displayed on the button. The default value is null.</value>
  8021. <remarks>
  8022. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> does not allows to animate,
  8023. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedImage"/> property and even the
  8024. <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property is true. If the <see cref="P:Syncfusion.WinForms.Controls.SfButton.Image"/>
  8025. property is animated GIF file then this property not used in button.
  8026. </remarks>
  8027. </member>
  8028. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledImage">
  8029. <summary>
  8030. Gets or sets the image that is displayed on a button control in disabled state.
  8031. </summary>
  8032. <value>The <see cref="T:System.Drawing.Image"/> value used to displayed on the button. The default value is null.</value>
  8033. <remarks>
  8034. The <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> does allows to animate,
  8035. when set the animated GIF file to <see cref="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledImage"/> property and even the
  8036. <see cref="P:Syncfusion.WinForms.Controls.SfButton.AllowImageAnimation"/> property is true. If the <see cref="P:Syncfusion.WinForms.Controls.SfButton.Image"/>
  8037. property is animated GIF file then this property not used in button.
  8038. </remarks>
  8039. </member>
  8040. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.ImageForeColor">
  8041. <summary>
  8042. Gets or sets the fore color of the image that will be displayed on the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>
  8043. control in default state.
  8044. </summary>
  8045. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the image. The default value is
  8046. <b>Color.Empty</b>.</value>
  8047. </member>
  8048. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverImageForeColor">
  8049. <summary>
  8050. Gets or sets the fore color of the image that will be displayed on the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>
  8051. control in hover state.
  8052. </summary>
  8053. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the image. The default value is
  8054. <b>Color.Empty</b>.</value>
  8055. </member>
  8056. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedImageForeColor">
  8057. <summary>
  8058. Gets or sets the fore color of the image that will be displayed on the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>
  8059. control in pressed state.
  8060. </summary>
  8061. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the image. The default value is
  8062. <b>Color.Empty</b>.</value>
  8063. </member>
  8064. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedImageForeColor">
  8065. <summary>
  8066. Gets or sets the fore color of the image that will be displayed on the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>
  8067. control in focused state.
  8068. </summary>
  8069. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the image on focused state of the button.
  8070. The default value is <b>Color.Empty</b>.</value>
  8071. </member>
  8072. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledImageForeColor">
  8073. <summary>
  8074. Gets or sets the fore color of the image that will be displayed on the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/>
  8075. control in disabled state.
  8076. </summary>
  8077. <value>The <see cref="T:System.Drawing.Color"/> value is used to draw the image. The default value is
  8078. <b>Color.Empty</b>.</value>
  8079. </member>
  8080. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Padding">
  8081. <summary>
  8082. Gets or sets the Padding value of the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  8083. </summary>
  8084. </member>
  8085. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HasPadding">
  8086. <summary>
  8087. Gets a value indicating whether padding has been initialized for the <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> control.
  8088. </summary>
  8089. </member>
  8090. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HasHoverImage">
  8091. <summary>
  8092. Gets a value indicating whether the Image property has been initialized for the current object.
  8093. </summary>
  8094. </member>
  8095. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HasImage">
  8096. <summary>
  8097. Gets a value indicating whether the Image property has been initialized for the current object.
  8098. </summary>
  8099. </member>
  8100. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HasPressedImage">
  8101. <summary>
  8102. Gets a value indicating whether the PressedImage property has been initialized for the current object.
  8103. </summary>
  8104. </member>
  8105. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HasFocusedImage">
  8106. <summary>
  8107. Gets a value indicating whether the FocusedImage property has been initialized for the current object.
  8108. </summary>
  8109. </member>
  8110. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HasDisabledImage">
  8111. <summary>
  8112. Gets a value indicating whether the DisabledImage property has been initialized for the current object.
  8113. </summary>
  8114. </member>
  8115. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.BorderColor">
  8116. <summary>
  8117. Gets or sets color of the border
  8118. </summary>
  8119. </member>
  8120. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.HoverBorderColor">
  8121. <summary>
  8122. Gets or sets hover color of the border
  8123. </summary>
  8124. </member>
  8125. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.PressedBorderColor">
  8126. <summary>
  8127. Gets or sets pressed color of the border
  8128. </summary>
  8129. </member>
  8130. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.FocusedBorderColor">
  8131. <summary>
  8132. Gets or sets focused color of the border
  8133. </summary>
  8134. </member>
  8135. <member name="P:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.DisabledBorderColor">
  8136. <summary>
  8137. Gets or sets disabled color of the border
  8138. </summary>
  8139. </member>
  8140. <member name="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity">
  8141. <summary>
  8142. Implements the class that provide the identity information of <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/>
  8143. using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
  8144. </summary>
  8145. </member>
  8146. <member name="F:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity.sfButton">
  8147. <summary>
  8148. Maintains the SfDataGrid for create the identity.
  8149. </summary>
  8150. </member>
  8151. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity.#ctor(Syncfusion.WinForms.Controls.SfButton)">
  8152. <summary>
  8153. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity"/> class.
  8154. </summary>
  8155. <param name="button">
  8156. <see cref="T:Syncfusion.WinForms.Controls.SfButton"/> to create an identity.
  8157. </param>
  8158. </member>
  8159. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
  8160. <summary>
  8161. Loops through all base styles until it finds a style that has a specific property initialized.
  8162. </summary>
  8163. <param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
  8164. <returns>
  8165. Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
  8166. </returns>
  8167. </member>
  8168. <member name="M:Syncfusion.WinForms.Controls.Styles.ButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
  8169. <summary>
  8170. Occurs when a property in the <see cref="T:Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle"/> has changed.
  8171. </summary>
  8172. <param name="style">The <see cref="M:Syncfusion.Styles.StyleInfoBase.#ctor"/> instance that has changed.</param>
  8173. <param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
  8174. </member>
  8175. <member name="T:Syncfusion.WinForms.Core.CheckBoxPainter">
  8176. <summary>
  8177. Represents the static class the contains the methods for painting the checkbox.
  8178. </summary>
  8179. </member>
  8180. <member name="M:Syncfusion.WinForms.Core.CheckBoxPainter.DrawCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.CheckState,Syncfusion.Styles.CheckBoxStyleInfoBase)">
  8181. <summary>
  8182. Draws the check box for the cell.
  8183. </summary>
  8184. <param name="graphics">The <see cref="T:System.Drawing.Graphics"/> that used to draw the check box.</param>
  8185. <param name="checkBoxBounds">The bounds of the check box.</param>
  8186. <param name="state">The state of the check box.</param>
  8187. <param name="checkBoxStyle">The style for the check box.</param>
  8188. </member>
  8189. <member name="M:Syncfusion.WinForms.Core.CheckBoxPainter.GetCheckBoxSize(Syncfusion.Styles.CheckBoxStyleInfoBase)">
  8190. <summary>
  8191. Get the checkbox size based on the given <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> value.
  8192. </summary>
  8193. <param name="checkBoxStyle">The <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> value.</param>
  8194. <returns>Returns the checkbox size.</returns>
  8195. </member>
  8196. <member name="T:Syncfusion.WinForms.Core.ImagePainter">
  8197. <summary>
  8198. Represents a class that provides the various options for drawing the images and icons.
  8199. </summary>
  8200. </member>
  8201. <member name="F:Syncfusion.WinForms.Core.ImagePainter.bitmaps">
  8202. <summary>
  8203. The bitmap cache.
  8204. </summary>
  8205. </member>
  8206. <member name="F:Syncfusion.WinForms.Core.ImagePainter.manifestPrefix">
  8207. <summary>
  8208. The manifest to load from. The bitmaps should be saved in the Resources
  8209. tree in the Visual Studio project with the build action set to "Embedded Resource".
  8210. </summary>
  8211. </member>
  8212. <member name="F:Syncfusion.WinForms.Core.ImagePainter.assembly">
  8213. <summary>
  8214. The assembly to load from. The bitmaps should be saved in the Resources
  8215. tree in Visual Studio project with the build action set to "Embedded Resource".
  8216. </summary>
  8217. </member>
  8218. <member name="M:Syncfusion.WinForms.Core.ImagePainter.#ctor(System.String,System.Reflection.Assembly)">
  8219. <summary>
  8220. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.ImagePainter"/> class, with manifestPrefix and a reference to the assembly
  8221. to load bitmaps from.
  8222. </summary>
  8223. <param name="manifestPrefix"> The manifest to load from. The bitmaps should be saved in the Resources
  8224. tree in the Visual Studio project with the build action set to "Embedded Resource".</param>
  8225. <param name="ass">The assembly to load from. The bitmaps should be saved in the Resources
  8226. tree in Visual Studio project with the build action set to "Embedded Resource".</param>
  8227. </member>
  8228. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Bitmap,System.Drawing.Color)">
  8229. <summary>
  8230. Paints the bitmap by substituting black pixels with a new color.
  8231. </summary>
  8232. <param name="graphics">A graphics object used to draw the bitmap.</param>
  8233. <param name="bounds">A rectangle which contains the boundary data.</param>
  8234. <param name="offset">A point that specifies pixels to offset the bitmap from its origin point.</param>
  8235. <param name="bmp">The bitmap to be drawn on the screen.</param>
  8236. <param name="newColor">The new color used to substitute black pixels.</param>
  8237. <returns>Returns a rectangle which contains the boundary data of the drawn bitmap.</returns>
  8238. </member>
  8239. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Bitmap,System.Drawing.Color,System.Drawing.Color)">
  8240. <summary>
  8241. Paints the bitmap by substituting old color with a new color.
  8242. </summary>
  8243. <param name="graphics">A graphics object used to draw the bitmap.</param>
  8244. <param name="bounds">A rectangle which contains the boundary data.</param>
  8245. <param name="offset">A point that specifies pixels to offset the bitmap from its origin point.</param>
  8246. <param name="bmp">The bitmap to be drawn on the screen.</param>
  8247. <param name="newColor">The new color used to substitute old color.</param>
  8248. <param name="oldColor">The old color value.</param>
  8249. <returns>A rectangle which contains the boundary data of the drawn bitmap.</returns>
  8250. </member>
  8251. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImage(System.Drawing.Graphics,System.Drawing.Image,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Point,System.Windows.Forms.RightToLeft)">
  8252. <summary>
  8253. Draws the image on the given graphics based on the image layout type and rectangle values.
  8254. </summary>
  8255. <param name="graphics">A graphics object used to draw the image.</param>
  8256. <param name="image">A image used to draw on the graphics.</param>
  8257. <param name="imageLayout">Image layout of the image to draw.</param>
  8258. <param name="clientRect">A rectangle area where need to draw the image.</param>
  8259. <param name="offset">The offset value used to adjust the image location.</param>
  8260. <param name="rightToLeft">A boolean value indicates the right to left mode.</param>
  8261. </member>
  8262. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImage(System.Drawing.Graphics,System.Drawing.Image,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Point,System.Windows.Forms.RightToLeft,System.Drawing.Imaging.ImageAttributes)">
  8263. <summary>
  8264. Draws the image on the given graphics based on the image layout type, rectangle and image attribute values.
  8265. </summary>
  8266. <param name="graphics">A graphics object used to draw the image.</param>
  8267. <param name="image">A image value.</param>
  8268. <param name="imageLayout">Image layout of the image.</param>
  8269. <param name="clientRect">A rectangle area where need to draw the image.</param>
  8270. <param name="offset">The offset value.</param>
  8271. <param name="rightToLeft">A boolean value indicates the right to left mode.</param>
  8272. <param name="imageAttributes">A image attribute value.</param>
  8273. </member>
  8274. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32)">
  8275. <summary>Draws the grayed image at the specified coordinates.</summary>
  8276. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8277. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8278. <param name="left">The integer value indicates the left position of the image.</param>
  8279. <param name="top">The integer value indicates the top position of the image.</param>
  8280. </member>
  8281. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32,System.Single)">
  8282. <summary>Draws the image based on the greyScale value.</summary>
  8283. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8284. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8285. <param name="left">The integer value indicates the left position of the image.</param>
  8286. <param name="top">The integer value indicates the top position of the image.</param>
  8287. <param name="grayScale">The float value indicates the gray scale value of the image.</param>
  8288. </member>
  8289. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.RectangleF)">
  8290. <summary>Draws the grayed image from source rectangle to destination rectangle.</summary>
  8291. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8292. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8293. <param name="destRect">The destination rectangle.</param>
  8294. <param name="srcRect">The source rectangle.</param>
  8295. </member>
  8296. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.RectangleF,System.Single)">
  8297. <summary>Draws the grayed image from source rectangle to destination rectangle based on the gray Scale value.</summary>
  8298. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8299. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8300. <param name="destRect">The destination rectangle.</param>
  8301. <param name="srcRect">The source rectangle.</param>
  8302. <param name="grayScale">The gray scale value.</param>
  8303. </member>
  8304. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawTransparentImage(System.Drawing.Graphics,System.Drawing.Point,System.Drawing.Image,System.Single)">
  8305. <summary>Draws the transparent image at specified position based on the transparency value.</summary>
  8306. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8307. <param name="point">A <see cref="T:System.Drawing.Point"/> context.</param>
  8308. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8309. <param name="transparency">A transparency value. The transparency should be in the range 0 to 1.</param>
  8310. </member>
  8311. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawTransparentImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Image,System.Single)">
  8312. <summary>Draws the transparent image at specified rectangle based on the transparency value.</summary>
  8313. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8314. <param name="rect">A <see cref="T:System.Drawing.Rectangle"/> context.</param>
  8315. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8316. <param name="transparency">A transparency value. The transparency should be in the range 0 to 1.</param>
  8317. </member>
  8318. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawShadowImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Int32,Syncfusion.WinForms.Core.Enums.ShadowOption)">
  8319. <summary>
  8320. Draws the image with shadow at specified coordinates based on the shadowScale and shadowOffset values.
  8321. </summary>
  8322. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8323. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8324. <param name="rectange">A <see cref="T:System.Drawing.Rectangle"/> context.</param>
  8325. <param name="shadowScale">A shadow scale value used to specify the shadow level.The shadowScale should be in the range 0 to 1.</param>
  8326. <param name="shadowOffset">A shadow offset value. This value is must be greater than zero.</param>
  8327. <param name="options">A <see cref="T:Syncfusion.WinForms.Core.Enums.ShadowOption"/> value.</param>
  8328. </member>
  8329. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawShadowImage(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Int32,Syncfusion.WinForms.Core.Enums.ShadowOption)">
  8330. <summary>Draws the image with shadow at specified coordinates based on the shadowScale and shadowOffset values.
  8331. </summary>
  8332. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8333. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8334. <param name="x">The integer value indicates the left position of the image.</param>
  8335. <param name="y">The integer value indicates the top position of the image.</param>
  8336. <param name="width">The integer value indicates the width of the image.</param>
  8337. <param name="height">The integer value indicates the height of the image.</param>
  8338. <param name="shadowScale">A shadow scale value used to specify the shadow level.The shadow scale should be in the range 0 to 1.</param>
  8339. <param name="shadowOffset">A shadow offset value.</param>
  8340. <param name="options">A <see cref="T:Syncfusion.WinForms.Core.Enums.ShadowOption"/> specifies options to draw shadow.</param>
  8341. </member>
  8342. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawShadowImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Point,System.Single,System.Int32,Syncfusion.WinForms.Core.Enums.ShadowOption)">
  8343. <summary>
  8344. Draws the image with shadow at specified position based on the shadowScale and shadowOffset values.
  8345. </summary>
  8346. <param name="graphics">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8347. <param name="image">A <see cref="T:System.Drawing.Image"/> context.</param>
  8348. <param name="point">A point value holds the image location.</param>
  8349. <param name="shadowScale">A shadow scale value used to specify the shadow level.The shadowScale should be in the range 0 to 1.</param>
  8350. <param name="shadowOffset">A shadow offset value.</param>
  8351. <param name="options">A <see cref="T:Syncfusion.WinForms.Core.Enums.ShadowOption"/> specifies options to draw shadow.</param>
  8352. </member>
  8353. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawRotatedImage(System.Drawing.Graphics,System.Drawing.Bitmap,System.Single,System.Drawing.Rectangle)">
  8354. <summary>
  8355. Draws the rotated image at specified location based on the angle information.
  8356. </summary>
  8357. <param name="gr">A <see cref="T:System.Drawing.Graphics"/> context.</param>
  8358. <param name="bitmap">A <see cref="T:System.Drawing.Bitmap"/> context.</param>
  8359. <param name="angle">A angle value.</param>
  8360. <param name="rect">A <see cref="T:System.Drawing.Rectangle"/> value.</param>
  8361. </member>
  8362. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawIcon(System.IntPtr,System.Drawing.Icon,System.Drawing.Rectangle)">
  8363. <summary>
  8364. Draws the image represented by the specified <see cref="T:System.Drawing.Icon"/> within the area
  8365. specified by a <see cref="T:System.Drawing.Rectangle"/> structure.</summary>
  8366. <param name="hdc">A handle to the device context.</param>
  8367. <param name="icon">A <see cref="T:System.Drawing.Icon"/> context.</param>
  8368. <param name="rect">A <see cref="T:System.Drawing.Rectangle"/> context.</param>
  8369. </member>
  8370. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImage(System.IntPtr,System.Drawing.Image,System.Drawing.Rectangle)">
  8371. <summary>
  8372. Draws an image to graphics context using the native methods.
  8373. </summary>
  8374. <param name="hdc">A handle to the device context.</param>
  8375. <param name="image">A <see cref="T:System.Drawing.Image"/> value.</param>
  8376. <param name="rect">A <see cref="T:System.Drawing.Rectangle"/> context.</param>
  8377. </member>
  8378. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImageFromImageList(System.IntPtr,System.Windows.Forms.ImageList,System.Int32,System.Drawing.Rectangle)">
  8379. <summary>
  8380. Draws an image from the <see cref="T:System.Windows.Forms.ImageList"/> based on the specified index.
  8381. </summary>
  8382. <param name="hdc">A handle to the device context.</param>
  8383. <param name="imageList">The <see cref="T:System.Windows.Forms.ImageList"/> containing the images.</param>
  8384. <param name="index">The index of the image.</param>
  8385. <param name="rect">The rectangle into which to draw.</param>
  8386. </member>
  8387. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetBitmap(System.String)">
  8388. <summary>
  8389. Gets a bitmap from cache or loads bitmap from manifest on first use.
  8390. </summary>
  8391. <param name="bitmapName">The bitmap name.</param>
  8392. <returns>Reference to bitmap; NULL if bitmap failed to load.</returns>
  8393. </member>
  8394. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Point,System.String,System.Drawing.Color)">
  8395. <summary>
  8396. Loads the bitmap from the manifest and paints it by substituting black pixels with a new color.
  8397. </summary>
  8398. <param name="graphics">A graphics object used to draw the bitmap.</param>
  8399. <param name="bounds">A rectangle which contains the boundary data.</param>
  8400. <param name="offset">A point that specifies pixel to offset the bitmap from its origin point.</param>
  8401. <param name="bitmapName">The name of the bitmap.</param>
  8402. <param name="newColor">The new color used to substitute black pixels.</param>
  8403. </member>
  8404. <member name="M:Syncfusion.WinForms.Core.ImagePainter.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Point,System.String,System.Drawing.Color,System.Drawing.Color)">
  8405. <summary>
  8406. Loads the bitmap from the manifest and paints it by substituting old color with a new color.
  8407. </summary>
  8408. <param name="graphics">A graphics object used to draw the bitmap.</param>
  8409. <param name="bounds">A rectangle which contains the boundary data.</param>
  8410. <param name="offset">A point that specifies pixel to offset the bitmap from its origin point.</param>
  8411. <param name="bitmapName">The name of the bitmap.</param>
  8412. <param name="newColor">The new color used to substitute black pixels.</param>
  8413. <param name="oldColor">The old color value.</param>
  8414. </member>
  8415. <member name="M:Syncfusion.WinForms.Core.ImagePainter.CalculateImageBounds(System.Drawing.Rectangle,System.Drawing.Image,System.Windows.Forms.ImageLayout)">
  8416. <summary>
  8417. Calculates rectangle to draw on it image, depending on imageLayout.
  8418. </summary>
  8419. <param name="bounds">A rectangle value used to calculate the image bounds.</param>
  8420. <param name="image">A image used to calculate the bounds.</param>
  8421. <param name="imageLayout">Image layout of the image.</param>
  8422. <returns>Returns a rectangle value.</returns>
  8423. </member>
  8424. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetRotatedImage(System.Drawing.Bitmap,System.Single)">
  8425. <summary>
  8426. Returns the rotated image based on the angle information.
  8427. </summary>
  8428. <param name="bitmap">The bitmap image which need to rotate.</param>
  8429. <param name="angle">The rotation angle.</param>
  8430. <returns>Returns the rotated image</returns>
  8431. </member>
  8432. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetShadowLocation(System.Drawing.Rectangle,Syncfusion.WinForms.Core.Enums.ShadowOption,System.Int32)">
  8433. <summary>
  8434. Calculates the shadow location based on the rectangle, shadow offset and shadow option values.
  8435. </summary>
  8436. <param name="location">The rectangle value used to calculate the shadow rectangle.</param>
  8437. <param name="options">The ShadowOption used to calculate the shadow rectangle.</param>
  8438. <param name="shadowOffset">The integer value used to initialize the shadow width.</param>
  8439. <returns>Returns the calculated shadow location.</returns>
  8440. </member>
  8441. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetShadowMatrix(System.Single)">
  8442. <summary>
  8443. Calculates the color matrix value based on the shadow scale value.
  8444. </summary>
  8445. <param name="shadowScale">The value indicates the shadow scale.</param>
  8446. <returns>Returns the color matrix value based on the shadow scale value.</returns>
  8447. </member>
  8448. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetTransparentMatrix(System.Single)">
  8449. <summary>
  8450. Calculates the transparent color matrix value based on the shadow scale.
  8451. </summary>
  8452. <param name="transparency">The value used to calculate the transparent matrix.</param>
  8453. <returns>Returns the transparent color matrix value.</returns>
  8454. </member>
  8455. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetGrayScaleMatrix(System.Single)">
  8456. <summary>
  8457. Calculates the color matrix value based on the gray scale value.
  8458. </summary>
  8459. <param name="grayScale">The value is used to calculates the color matrix.</param>
  8460. <returns>Returns the calculated color matrix value based on the gray scale value.</returns>
  8461. </member>
  8462. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetTextureBrush(System.Drawing.Image,System.Drawing.Point)">
  8463. <summary>
  8464. Creates a TextureBrush value for the image based on the offset value.
  8465. </summary>
  8466. <param name="image">The image used to create a texture brush.</param>
  8467. <param name="offset">The offset value used to calculate </param>
  8468. <returns>Returns the TextBrush value based on the image and offset value.</returns>
  8469. </member>
  8470. <member name="M:Syncfusion.WinForms.Core.ImagePainter.GetCenterImageLayout(System.Drawing.Rectangle,System.Drawing.Rectangle)">
  8471. <summary>
  8472. Calculate the image rectangle value based on the ImageLayout.Center position.
  8473. </summary>
  8474. <param name="intersectRect">The intersect rectangle contains the original rectangle and client rectangle.</param>
  8475. /// <param name="rectangle">The rectangle contains the original rectangle and client rectangle.</param>
  8476. <returns>Returns the image rectangle value.</returns>
  8477. </member>
  8478. <member name="T:Syncfusion.WinForms.Core.Utils.RtlHelper">
  8479. <summary>
  8480. A helper class that provides the options for converting the actual rectangle to right to left mode rectangle.
  8481. </summary>
  8482. </member>
  8483. <member name="M:Syncfusion.WinForms.Core.Utils.RtlHelper.GetRectangle(System.Drawing.Rectangle,System.Drawing.Size)">
  8484. <summary>
  8485. Gets an equivalent rectangle value for the right to left mode.
  8486. </summary>
  8487. <param name="bounds">The <see cref="T:System.Drawing.Rectangle"/> context.</param>
  8488. <param name="size">The size value.</param>
  8489. <returns>Returns the rectangle value for the RightToLeft mode.</returns>
  8490. </member>
  8491. <member name="M:Syncfusion.WinForms.Core.Utils.RtlHelper.GetRectangle(System.Drawing.Rectangle,System.Drawing.Size,System.Int32)">
  8492. <summary>
  8493. Gets an equivalent rectangle value for the right to left mode. Based on the offset value the right to left mode rectangle has calculated.
  8494. </summary>
  8495. <param name="bounds">The <see cref="T:System.Drawing.Rectangle"/> context.</param>
  8496. <param name="size">The size value.</param>
  8497. <param name="offset">The offset value used to calculate the rectangle value for right to left mode.</param>
  8498. <returns>Returns the rectangle value for right to left mode.</returns>
  8499. </member>
  8500. <member name="T:Syncfusion.WinForms.Core.ShapesPainter">
  8501. <summary>
  8502. Represents the functionalities that encapsulates the painting logic for a triangle.
  8503. </summary>
  8504. </member>
  8505. <member name="F:Syncfusion.WinForms.Core.ShapesPainter.TRI_HEIGHT_RATIO">
  8506. <summary>
  8507. Maintains the triangle's height ratio.
  8508. </summary>
  8509. </member>
  8510. <member name="F:Syncfusion.WinForms.Core.ShapesPainter.TRI_WIDTH_RATIO">
  8511. <summary>
  8512. Maintains the triangle's width ratio.
  8513. </summary>
  8514. </member>
  8515. <member name="M:Syncfusion.WinForms.Core.ShapesPainter.DrawTriangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Core.Enums.TriangleDirection,System.Drawing.Brush,System.Drawing.Pen,System.Boolean)">
  8516. <summary>
  8517. Paints a triangle to a given graphics canvas.
  8518. </summary>
  8519. <param name="g">
  8520. The <see cref="T:System.Drawing.Graphics"/> context of the canvas.
  8521. </param>
  8522. <param name="bounds">
  8523. The <see cref="T:System.Drawing.Rectangle"/> with the bounds.
  8524. </param>
  8525. <param name="direction">
  8526. The <see cref="T:Syncfusion.WinForms.Core.Enums.TriangleDirection"/> which indicates the sort order.
  8527. </param>
  8528. <param name="backBrush">
  8529. Brush to paint the inner region of the triangle.
  8530. </param>
  8531. <param name="backPen">
  8532. Pen to draw a triangle boundary.
  8533. </param>
  8534. <param name="opaque">
  8535. Specifies if the triangle should be drawn transparent.
  8536. </param>
  8537. </member>
  8538. <member name="M:Syncfusion.WinForms.Core.ShapesPainter.BuildTrianglePoints(Syncfusion.WinForms.Core.Enums.TriangleDirection,System.Drawing.Rectangle)">
  8539. <summary>
  8540. Creates the Triangle points.
  8541. </summary>
  8542. <param name="direction">
  8543. Specifies the direction of Triangle.
  8544. </param>
  8545. <param name="bounds">
  8546. The <see cref="T:System.Drawing.Rectangle"/> with the bounds.
  8547. </param>
  8548. <returns>
  8549. Triangle points.
  8550. </returns>
  8551. </member>
  8552. <member name="M:Syncfusion.WinForms.Core.ShapesPainter.OffsetPoints(System.Drawing.Point[],System.Int32,System.Int32)">
  8553. <summary>
  8554. Creates the Offset points.
  8555. </summary>
  8556. <param name="points">
  8557. Array of triangle points.
  8558. </param>
  8559. <param name="xOffset">
  8560. X-Co ordinate.
  8561. </param>
  8562. <param name="yOffset">
  8563. Y-Co ordinate.
  8564. </param>
  8565. </member>
  8566. <member name="T:Syncfusion.WinForms.Core.Utils.BusyIndicator">
  8567. <summary>
  8568. Represents a class that provides the animation for an image based on the time-based frames.
  8569. </summary>
  8570. </member>
  8571. <member name="F:Syncfusion.WinForms.Core.Utils.BusyIndicator.control">
  8572. <summary>
  8573. Specifies the control that needs to show the busy indicator.
  8574. </summary>
  8575. </member>
  8576. <member name="F:Syncfusion.WinForms.Core.Utils.BusyIndicator.canCalculateLocation">
  8577. <summary>
  8578. Specifies whether to calculate the location for the busy indicator or not.
  8579. </summary>
  8580. </member>
  8581. <member name="F:Syncfusion.WinForms.Core.Utils.BusyIndicator.canAnimate">
  8582. <summary>
  8583. Specifies whether the busy indicator needs to be shown or not.
  8584. </summary>
  8585. </member>
  8586. <member name="F:Syncfusion.WinForms.Core.Utils.BusyIndicator.displayLocation">
  8587. <summary>
  8588. Specifies the indicator display location at the attached control.
  8589. </summary>
  8590. </member>
  8591. <member name="F:Syncfusion.WinForms.Core.Utils.BusyIndicator.displayImage">
  8592. <summary>
  8593. Specifies the image that needs to be displayed as the busy indicator.
  8594. </summary>
  8595. </member>
  8596. <member name="F:Syncfusion.WinForms.Core.Utils.BusyIndicator.imageLock">
  8597. <summary>
  8598. Specifies the object which helps to Lock the code to avoid exceptions.
  8599. </summary>
  8600. </member>
  8601. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.#ctor">
  8602. <summary>
  8603. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.Utils.BusyIndicator"/> class.
  8604. </summary>
  8605. </member>
  8606. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Show(System.Windows.Forms.Control)">
  8607. <summary>
  8608. Shows the busy indicator for the given control.
  8609. </summary>
  8610. <param name="control">The control which needs to be display the busy indicator.</param>
  8611. <remarks>By default, busy Indicator will be displayed at the center of the control until set the <see cref="P:Syncfusion.WinForms.Core.Utils.BusyIndicator.Location"/> property.</remarks>
  8612. </member>
  8613. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Show(System.Windows.Forms.Control,System.Drawing.Image)">
  8614. <summary>
  8615. Displays the busy indicator for the given control with the given image.
  8616. </summary>
  8617. <param name="control">The control which needs to be display the busy indicator.</param>
  8618. <param name="image">The image which needs to be shown as the busy indicator.</param>
  8619. <remarks>By default, busy Indicator will be displayed at the center of the control until set the <see cref="P:Syncfusion.WinForms.Core.Utils.BusyIndicator.Location"/> property.</remarks>
  8620. </member>
  8621. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Show(System.Windows.Forms.Control,System.Drawing.Point)">
  8622. <summary>
  8623. Displays the busy indicator for the given control at the given location.
  8624. </summary>
  8625. <param name="control">The control which needs to be display the busy indicator.</param>
  8626. <param name="location">The location of the busy Indicator.</param>
  8627. </member>
  8628. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Show(System.Windows.Forms.Control,System.Drawing.Image,System.Drawing.Point)">
  8629. <summary>
  8630. Displays the busy indicator for the given control based on the given image and location
  8631. </summary>
  8632. <param name="control">The control which needs to be display the busy indicator.</param>
  8633. <param name="image">The image which needs to be shown as the busy indicator.</param>
  8634. <param name="location">The location of the busy Indicator.</param>
  8635. </member>
  8636. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Hide">
  8637. <summary>
  8638. Hides the busy indicator for the control.
  8639. </summary>
  8640. </member>
  8641. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Dispose">
  8642. <summary>
  8643. Releases all resources used by the BusyIndicator.
  8644. </summary>
  8645. </member>
  8646. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Dispose(System.Boolean)">
  8647. <summary>
  8648. Cleans up any resources being used by the <see cref="T:Syncfusion.WinForms.Core.Utils.BusyIndicator"/> class.
  8649. </summary>
  8650. <param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  8651. </member>
  8652. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.Animate">
  8653. <summary>
  8654. Animates the image on the attached control.
  8655. </summary>
  8656. </member>
  8657. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.OnAnimate(System.Object,System.EventArgs)">
  8658. <summary>
  8659. Occurs on the frequency of the updated frames.
  8660. </summary>
  8661. <param name="sender">The object of the sender.</param>
  8662. <param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
  8663. </member>
  8664. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.InvalidateControl(System.Object)">
  8665. <summary>
  8666. Draws the busy indicator for the attached control.
  8667. </summary>
  8668. <param name="sender">The object of the sender.</param>
  8669. </member>
  8670. <member name="M:Syncfusion.WinForms.Core.Utils.BusyIndicator.OnControlSizeChanged(System.Object,System.EventArgs)">
  8671. <summary>
  8672. Occurs when the attached controls size is change.
  8673. </summary>
  8674. <param name="sender">The object of the sender.</param>
  8675. <param name="e">An <see cref="T:EventArgs"/> that contains event data.</param>
  8676. </member>
  8677. <member name="P:Syncfusion.WinForms.Core.Utils.BusyIndicator.Image">
  8678. <summary>
  8679. Gets or sets the image for the busy indicator.
  8680. </summary>
  8681. </member>
  8682. <member name="P:Syncfusion.WinForms.Core.Utils.BusyIndicator.Location">
  8683. <summary>
  8684. Gets or sets the location of the busy indicator.
  8685. </summary>
  8686. </member>
  8687. <member name="T:Syncfusion.WinForms.Core.Utils.BusyIndicator.InvalidateControlEventHandler">
  8688. <summary>
  8689. Specifies the delegate for drawing the busy indicator asynchronously.
  8690. </summary>
  8691. <param name="sender">The object of the sender.</param>
  8692. </member>
  8693. <member name="T:Syncfusion.WinForms.Core.Utils.DisposeHelper">
  8694. <summary>
  8695. A helper class that provides the functionalities to dispose the object.
  8696. </summary>
  8697. </member>
  8698. <member name="M:Syncfusion.WinForms.Core.Utils.DisposeHelper.Dispose(System.Windows.Forms.ImageList@)">
  8699. <summary>
  8700. Releases the all resources that are used by the <see cref="T:System.Windows.Forms.ImageList"/> object.
  8701. </summary>
  8702. <param name="list">The <see cref="T:System.Windows.Forms.ImageList"/> that need to be disposed.</param>
  8703. </member>
  8704. <member name="M:Syncfusion.WinForms.Core.Utils.DisposeHelper.Dispose(System.Collections.IList@)">
  8705. <summary>
  8706. Releases the all resources that are used by the <see cref="T:System.Collections.IList"/> object.
  8707. </summary>
  8708. <param name="collection">The <see cref="T:System.Collections.IList"/> that need to be disposed.</param>
  8709. </member>
  8710. <member name="M:Syncfusion.WinForms.Core.Utils.DisposeHelper.Dispose(System.Collections.IDictionary@)">
  8711. <summary>
  8712. Releases the all resources used by the <see cref="T:System.Collections.IDictionary"/> object.
  8713. </summary>
  8714. <param name="dictionary">The <see cref="T:System.Collections.IDictionary"/> that need to be disposed.</param>
  8715. </member>
  8716. <member name="M:Syncfusion.WinForms.Core.Utils.DisposeHelper.Dispose(System.Windows.Forms.NativeWindow@)">
  8717. <summary>
  8718. Releases the all resources that are used by the <see cref="T:System.Windows.Forms.NativeWindow"/> object.
  8719. </summary>
  8720. <param name="window">The <see cref="T:System.Windows.Forms.NativeWindow"/> that need to be disposed.</param>
  8721. </member>
  8722. <member name="M:Syncfusion.WinForms.Core.Utils.DisposeHelper.Dispose(System.Collections.ArrayList@)">
  8723. <summary>
  8724. Releases the all resources that are used by the <see cref="T:System.Collections.ArrayList"/> object.
  8725. </summary>
  8726. <param name="collection">An <see cref="T:System.Collections.ArrayList"/> that need to be disposed.</param>
  8727. </member>
  8728. <member name="M:Syncfusion.WinForms.Core.Utils.DisposeHelper.Dispose(System.Collections.Hashtable@)">
  8729. <summary>
  8730. Releases the all resources that are used by the <see cref="T:System.Collections.Hashtable"/> object.
  8731. </summary>
  8732. <param name="hashTable">The <see cref="T:System.Collections.Hashtable"/> that need to be disposed.</param>
  8733. </member>
  8734. <member name="T:Syncfusion.WinForms.Core.Utils.NullableHelper">
  8735. <summary>
  8736. A helper class that provides the functionalities for converting the object to the specified type.
  8737. This will return the null if the object cannot be converted to specified type.
  8738. </summary>
  8739. </member>
  8740. <member name="M:Syncfusion.WinForms.Core.Utils.NullableHelper.ChangeType(System.Object,System.Type)">
  8741. <summary>
  8742. Returns an object of the specified type whose value is equivalent to the specified object.
  8743. </summary>
  8744. <param name="value">The object that need to be convert.</param>
  8745. <param name="type">The target <see cref="T:System.Type"/>. It can also be a <see cref="T:System.Nullable"/> type.</param>
  8746. <returns>Returns the converted value as object.</returns>
  8747. </member>
  8748. <member name="M:Syncfusion.WinForms.Core.Utils.NullableHelper.ChangeType(System.Object,System.Type,System.IFormatProvider)">
  8749. <summary>
  8750. Returns an object of the specified type whose value is equivalent to the specified object.
  8751. </summary>
  8752. <param name="value">The value that need to be converted to the target type.</param>
  8753. <param name="type">The target <see cref="T:System.Type"/>.It can also be a <see cref="T:System.Nullable"/> type.</param>
  8754. <param name="provider">The <see cref="T:System.IFormatProvider"/> object.</param>
  8755. <returns>
  8756. Returns null when the object is not converted to the target type otherwise return the converted value.
  8757. </returns>
  8758. </member>
  8759. <member name="M:Syncfusion.WinForms.Core.Utils.NullableHelper.ChangeDbNullasNull(System.Object,System.Type)">
  8760. <summary>
  8761. Changes the DBNull object as null.
  8762. </summary>
  8763. <param name="value">The object that need to be checked as the DBNull.</param>
  8764. <param name="type">The target <see cref="T:System.Type"/> of the object.</param>
  8765. <returns>
  8766. Returns the DBNull object as null.
  8767. </returns>
  8768. </member>
  8769. <member name="M:Syncfusion.WinForms.Core.Utils.NullableHelper.ChangeNonNullableType(System.Object,System.Type,System.IFormatProvider)">
  8770. <summary>
  8771. Returns an object of the specified type whose value is equivalent to the specified object.
  8772. </summary>
  8773. <param name="value">The value that need to be converted.</param>
  8774. <param name="type">The target <see cref="T:System.Type"/>.</param>
  8775. <param name="provider">The <see cref="T:System.IFormatProvider"/> object.</param>
  8776. <returns>Returns the converted object.</returns>
  8777. </member>
  8778. <member name="T:Syncfusion.WinForms.Core.Utils.ReflectionHelper">
  8779. <summary>
  8780. A helper class that provides the functionalities to retrieve information about
  8781. assemblies, modules, members, parameters, and other entities in managed code.
  8782. </summary>
  8783. </member>
  8784. <member name="M:Syncfusion.WinForms.Core.Utils.ReflectionHelper.GetMethod(System.Type,System.String,System.Int32)">
  8785. <summary>
  8786. Searches for the specified method, using the specified binding constraints.
  8787. </summary>
  8788. <param name="type">The type used to get the method.</param>
  8789. <param name="name">The string containing the name of the method to get.</param>
  8790. <param name="argumentsCount">The integer containing the arguments count of the method to get.</param>
  8791. <returns>An object representing the method that matches the specified requirements, if found; otherwise, null.</returns>
  8792. </member>
  8793. <member name="M:Syncfusion.WinForms.Core.Utils.ReflectionHelper.GetMethod(System.Type,System.String)">
  8794. <summary>
  8795. Searches for the specified method, using the specified binding constraints.
  8796. </summary>
  8797. <param name="type">The type used to get the method.</param>
  8798. <param name="name">The string containing the name of the method to get.</param>
  8799. <returns>An object representing the method that matches the specified requirements, if found; otherwise, null.</returns>
  8800. <exception cref="T:System.ArgumentNullException">name is null.</exception>
  8801. </member>
  8802. <member name="M:Syncfusion.WinForms.Core.Utils.ReflectionHelper.GetProperty(System.Type,System.String)">
  8803. <summary>
  8804. Searches for the specified property, using the specified binding constraints.
  8805. </summary>
  8806. <param name="type">The type used to get the property.</param>
  8807. <param name="propertyName">The string containing the name of the property to get.</param>
  8808. <returns>An object representing the property that matches the specified requirements, if found; otherwise, null.</returns>
  8809. <exception cref="T:System.ArgumentNullException">name is null.</exception>
  8810. </member>
  8811. <member name="M:Syncfusion.WinForms.Core.Utils.ReflectionHelper.GetField(System.Type,System.String)">
  8812. <summary>
  8813. Searches for the specified field, using the specified binding constraints.
  8814. </summary>
  8815. <param name="type">The type used to get the field.</param>
  8816. <param name="fieldName">The string containing the name of the field to get.</param>
  8817. <returns>An object representing the field that matches the specified requirements, if found; otherwise, null.</returns>
  8818. <exception cref="T:System.ArgumentNullException">name is null.</exception>
  8819. </member>
  8820. <member name="M:Syncfusion.WinForms.Core.Utils.ReflectionHelper.GetValue(System.Object,System.String)">
  8821. <summary>
  8822. Returns the property value of a specified object.
  8823. </summary>
  8824. <param name="obj">The object whose field value will be returned.</param>
  8825. <param name="propertyName">The string containing the name of the property or field to get value.</param>
  8826. <returns>The property value of the specified object.</returns>
  8827. </member>
  8828. <member name="M:Syncfusion.WinForms.Core.Utils.ReflectionHelper.SetValue(System.Object,System.String,System.Object)">
  8829. <summary>
  8830. Sets the property value of a specified object.
  8831. </summary>
  8832. <param name="obj">The object whose property value will be set.</param>
  8833. <param name="propertyName">The name of the property.</param>
  8834. <param name="value">The new property value.</param>
  8835. <returns>Returns true if value set properly, otherwise false.</returns>
  8836. </member>
  8837. <member name="M:Syncfusion.WinForms.Core.Utils.ReflectionHelper.Invoke(System.Reflection.MethodInfo,System.Object,System.Object[])">
  8838. <summary>
  8839. Invokes the method or constructor represented by the current instance, using the specified parameters.
  8840. </summary>
  8841. <param name="method">The method information.</param>
  8842. <param name="obj">
  8843. The object on which to invoke the method or constructor. If a method is static,
  8844. this argument is ignored. If a constructor is static, this argument must be null or an instance of the class
  8845. that defines the constructor.
  8846. </param>
  8847. <param name="parameters">An argument list for the invoked method or constructor. This is an array
  8848. of objects with the same number, order, and type as the parameters of the method or constructor to be invoked.</param>
  8849. <returns>
  8850. An object containing the return value of the invoked method, or null in the
  8851. case of a constructor.CautionElements of the parameters array that represent
  8852. parameters declared with the ref or out keyword may also be modified.
  8853. </returns>
  8854. </member>
  8855. <member name="T:Syncfusion.WinForms.Core.Utils.TouchHelper">
  8856. <summary>
  8857. A helper class that provides various options to enable or disable the touch gestures for the control.
  8858. </summary>
  8859. </member>
  8860. <member name="F:Syncfusion.WinForms.Core.Utils.TouchHelper.GestureConfigSize">
  8861. <summary>
  8862. Indicates the size of the GESTURECONFIG structure.
  8863. </summary>
  8864. </member>
  8865. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.GetTouchPosition(System.Windows.Forms.Message,System.Windows.Forms.Control)">
  8866. <summary>
  8867. Gets the touch position of control when WM_GESTURENOTIFY message raises.
  8868. </summary>
  8869. <param name="message">The touch message.</param>
  8870. <param name="control">The Control.</param>
  8871. <returns>Returns the touch position.</returns>
  8872. </member>
  8873. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.DisableGestures(System.Windows.Forms.Control)">
  8874. <summary>
  8875. Disables the all touch gestures for the control.
  8876. </summary>
  8877. <param name="control">The control which need to disable the gesture.</param>
  8878. <returns>Returns true when properly disabled all gestures, otherwise returns false.</returns>
  8879. </member>
  8880. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.DisableGestures(System.Windows.Forms.Control,Syncfusion.WinForms.Core.Enums.GestureOptions)">
  8881. <summary>
  8882. Disables the gestures for control based on the <see cref="T:Syncfusion.WinForms.Core.Enums.GestureOptions"/> information.
  8883. </summary>
  8884. <param name="control">The control which need to disable the gesture.</param>
  8885. <param name="options">The gesture options.</param>
  8886. <returns>Returns true when properly disabled the gestures mentioned in gesture options, otherwise returns false.</returns>
  8887. </member>
  8888. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.DisableGestures(System.Windows.Forms.Control,Syncfusion.WinForms.Core.Enums.GestureOptions,Syncfusion.WinForms.Core.Enums.PanningOptions)">
  8889. <summary>
  8890. Disables the gestures for control based on the <see cref="T:Syncfusion.WinForms.Core.Enums.GestureOptions"/> and <see cref="T:Syncfusion.WinForms.Core.Enums.PanningOptions"/> information.
  8891. </summary>
  8892. <param name="control">The control which need to disable the gesture.</param>
  8893. <param name="options">The touch options.</param>
  8894. <param name="panOptions">The panning options.</param>
  8895. <returns>Returns true when properly disabled the gestures mentioned in touch options, otherwise returns false.</returns>
  8896. </member>
  8897. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.EnableGestures(System.Windows.Forms.Control)">
  8898. <summary>
  8899. Enables all the gestures for the given control.
  8900. </summary>
  8901. <param name="control">The control which need to enable the gesture.</param>
  8902. <returns>Returns true when properly enabled the all gestures, otherwise returns false.</returns>
  8903. </member>
  8904. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.EnableGestures(System.Windows.Forms.Control,Syncfusion.WinForms.Core.Enums.GestureOptions)">
  8905. <summary>
  8906. Enables the gestures for control based on the <see cref="T:Syncfusion.WinForms.Core.Enums.GestureOptions"/> information.
  8907. </summary>
  8908. <param name="control">The control which need to enable the gesture.</param>
  8909. <param name="options">The gesture options.</param>
  8910. <returns>Returns true when properly enabled the gestures mentioned in gesture options, otherwise returns false.</returns>
  8911. </member>
  8912. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.EnableGestures(System.Windows.Forms.Control,Syncfusion.WinForms.Core.Enums.GestureOptions,Syncfusion.WinForms.Core.Enums.PanningOptions)">
  8913. <summary>
  8914. Enables the gestures for control based on the <see cref="T:Syncfusion.WinForms.Core.Enums.GestureOptions"/> and <see cref="T:Syncfusion.WinForms.Core.Enums.PanningOptions"/> information.
  8915. </summary>
  8916. <param name="control">The control which need to enable the gesture.</param>
  8917. <param name="gestureOptions">The gesture options.</param>
  8918. <param name="panOptions">The panning options.</param>
  8919. <returns>Returns true when properly enabled the gestures mentioned in gesture options, otherwise returns false.</returns>
  8920. </member>
  8921. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.GetPanGestureConfig(System.Boolean)">
  8922. <summary>
  8923. Gets the gesture configuration information for panning gesture.
  8924. </summary>
  8925. <param name="enableGesture">The boolean values contains enable or disabled.</param>
  8926. <returns>Returns the gesture configuration value for panning.</returns>
  8927. </member>
  8928. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.GetPanGestureConfig(Syncfusion.WinForms.Core.Enums.PanningOptions,System.Boolean)">
  8929. <summary>
  8930. Gets the gesture configuration information for panning gesture.
  8931. </summary>
  8932. <param name="panOptions">The panning options.</param>
  8933. <param name="enableGesture">A value indicates the gesture configuration for enable or disable gesture.</param>
  8934. <returns>Returns the gesture configuration information.</returns>
  8935. </member>
  8936. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.GetZoomGestureConfig(System.Boolean)">
  8937. <summary>
  8938. Gets the gesture configuration for the zooming gesture.
  8939. </summary>
  8940. <param name="enableGesture">A value indicates the gesture configuration for enable or disable gesture.</param>
  8941. <returns>Returns the gesture configuration information.</returns>
  8942. </member>
  8943. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.GetRotateGestureConfig(System.Boolean)">
  8944. <summary>
  8945. Gets the gesture configuration for the rotate gesture.
  8946. </summary>
  8947. <param name="enableGesture">A value indicates the gesture configuration for enable or disable gesture.</param>
  8948. <returns>Returns the gesture configuration information.</returns>
  8949. </member>
  8950. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.GetTwoFingerTapGestureConfig(System.Boolean)">
  8951. <summary>
  8952. Gets the gesture configuration for the two finger tap gesture.
  8953. </summary>
  8954. <param name="enableGesture">A value indicates the gesture configuration for enable or disable gesture.</param>
  8955. <returns>Returns the gesture configuration information.</returns>
  8956. </member>
  8957. <member name="M:Syncfusion.WinForms.Core.Utils.TouchHelper.GetPressAndTapGestureConfig(System.Boolean)">
  8958. <summary>
  8959. Gets the gesture configuration for the press and tap gesture.
  8960. </summary>
  8961. <param name="enableGesture">A value indicates the gesture configuration for enable or disable gesture.</param>
  8962. <returns>Returns the gesture configuration information.</returns>
  8963. </member>
  8964. <member name="T:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms">
  8965. <summary>
  8966. A strongly-typed resource class, for looking up localized strings, etc.
  8967. </summary>
  8968. </member>
  8969. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ResourceManager">
  8970. <summary>
  8971. Returns the cached ResourceManager instance used by this class.
  8972. </summary>
  8973. </member>
  8974. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.Culture">
  8975. <summary>
  8976. Overrides the current thread's CurrentUICulture property for all
  8977. resource lookups using this strongly typed resource class.
  8978. </summary>
  8979. </member>
  8980. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_Bottom">
  8981. <summary>
  8982. Looks up a localized string similar to Bottom.
  8983. </summary>
  8984. </member>
  8985. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_LeftEdge">
  8986. <summary>
  8987. Looks up a localized string similar to LeftEdge.
  8988. </summary>
  8989. </member>
  8990. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_PageDown">
  8991. <summary>
  8992. Looks up a localized string similar to PageDown.
  8993. </summary>
  8994. </member>
  8995. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_PageLeft">
  8996. <summary>
  8997. Looks up a localized string similar to PageLeft.
  8998. </summary>
  8999. </member>
  9000. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_PageRight">
  9001. <summary>
  9002. Looks up a localized string similar to Page.
  9003. </summary>
  9004. </member>
  9005. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_PageUp">
  9006. <summary>
  9007. Looks up a localized string similar to PageUp.
  9008. </summary>
  9009. </member>
  9010. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_RightEdge">
  9011. <summary>
  9012. Looks up a localized string similar to RightEdge.
  9013. </summary>
  9014. </member>
  9015. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_ScrollDown">
  9016. <summary>
  9017. Looks up a localized string similar to ScrollDown.
  9018. </summary>
  9019. </member>
  9020. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_ScrollHere">
  9021. <summary>
  9022. Looks up a localized string similar to ScrollHere.
  9023. </summary>
  9024. </member>
  9025. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_ScrollLeft">
  9026. <summary>
  9027. Looks up a localized string similar to LeftScroll.
  9028. </summary>
  9029. </member>
  9030. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_ScrollRight">
  9031. <summary>
  9032. Looks up a localized string similar to RightScroll.
  9033. </summary>
  9034. </member>
  9035. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_ScrollUp">
  9036. <summary>
  9037. Looks up a localized string similar to ScrollUp.
  9038. </summary>
  9039. </member>
  9040. <member name="P:Syncfusion.WinForms.Core.Resources.Syncfusion_Core_WinForms.ScrollBar_Top">
  9041. <summary>
  9042. Looks up a localized string similar to Top.
  9043. </summary>
  9044. </member>
  9045. <member name="T:Syncfusion.WinForms.Controls.SfSkinManager">
  9046. <summary>
  9047. Applies and manages the themes for the controls and components which are derived from the <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/> and <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> .
  9048. </summary>
  9049. <remarks>
  9050. The <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/> applies the themes for the controls or components of <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/> type.
  9051. The <b>ThemeName</b> of the <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/> must be available in <see cref="T:Syncfusion.WinForms.Theme.ThemeHelper"/>,
  9052. Otherwise the default theme settings of control or component will be applied.
  9053. </remarks>
  9054. </member>
  9055. <member name="F:Syncfusion.WinForms.Controls.SfSkinManager.component">
  9056. <summary>
  9057. The component of the skin manager.
  9058. </summary>
  9059. </member>
  9060. <member name="F:Syncfusion.WinForms.Controls.SfSkinManager.themeName">
  9061. <summary>
  9062. The string contains the theme name of the skin manager.
  9063. </summary>
  9064. </member>
  9065. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.#ctor(System.ComponentModel.IContainer)">
  9066. <summary>
  9067. Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/> class and add this to the specified container.
  9068. </summary>
  9069. <param name="container">The <see cref="T:System.ComponentModel.IContainer"/> control.</param>
  9070. <remarks>This will allow to create only one <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/> instance in a given container.</remarks>
  9071. </member>
  9072. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.LoadAssembly(System.Reflection.Assembly)">
  9073. <summary>
  9074. Loads the assembly to register the theme XML configured files.
  9075. </summary>
  9076. <param name="assembly">An assembly that has the theme XML configuration file.</param>
  9077. </member>
  9078. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.SetTheme(System.ComponentModel.Component,System.String)">
  9079. <summary>
  9080. Sets the theme to given control and its inner controls which are derived from the <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.
  9081. </summary>
  9082. <param name="component">The <see cref="T:System.ComponentModel.Component"/> to set the theme.</param>
  9083. <param name="themeName">A name of the theme to be set to control.</param>
  9084. <remarks>This method will set the theme to controls which is derived from <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</remarks>
  9085. </member>
  9086. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.Dispose(System.Boolean)">
  9087. <summary>
  9088. Releases all resources used by the <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/> class.
  9089. </summary>
  9090. <param name="disposing">True to release both managed and unmanaged resources;
  9091. false to release only unmanaged resources.
  9092. </param>
  9093. </member>
  9094. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.ApplyThemeToComponents(System.ComponentModel.Component,System.String)">
  9095. <summary>
  9096. Sets the theme to given Component which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
  9097. </summary>
  9098. <param name="component">The <see cref="T:System.ComponentModel.Component"/> to set the theme.</param>
  9099. <param name="themeName">A name of the theme to be set to component.</param>
  9100. <remarks>
  9101. This method will set the theme to components which is derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.
  9102. </remarks>
  9103. </member>
  9104. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
  9105. <summary>
  9106. Occurs when new control is added to the <b>control</b> which has the theme settings that is set by the <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/>.
  9107. </summary>
  9108. <param name="sender">The sender.</param>
  9109. <param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs"/> that contains events data.</param>
  9110. </member>
  9111. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.OnControlRemoved(System.Object,System.Windows.Forms.ControlEventArgs)">
  9112. <summary>
  9113. Occurs when any control is removed from the <b>control</b> which has the theme settings that is set by the <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/>.
  9114. </summary>
  9115. <param name="sender">The sender.</param>
  9116. <param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs"/> contains events data.</param>
  9117. </member>
  9118. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.UnWireEvents(System.Windows.Forms.Control)">
  9119. <summary>
  9120. Unwires the <see cref="T:System.Windows.Forms.Control.ControlAdded"/> and <see cref="T:System.Windows.Forms.Control.ControlRemoved"/>
  9121. events of the given controls.
  9122. </summary>
  9123. <param name="control">The control.</param>
  9124. </member>
  9125. <member name="M:Syncfusion.WinForms.Controls.SfSkinManager.WireEvents(System.Windows.Forms.Control)">
  9126. <summary>
  9127. Wires the <see cref="T:System.Windows.Forms.Control.ControlAdded"/> and <see cref="T:System.Windows.Forms.Control.ControlRemoved"/>
  9128. events of the given control and its child controls.
  9129. </summary>
  9130. <param name="control">The control.</param>
  9131. </member>
  9132. <member name="P:Syncfusion.WinForms.Controls.SfSkinManager.Component">
  9133. <summary>
  9134. Gets or sets the control or component to apply the theme settings.
  9135. </summary>
  9136. </member>
  9137. <member name="P:Syncfusion.WinForms.Controls.SfSkinManager.ThemeName">
  9138. <summary>
  9139. Gets or sets a name of the theme to be applied to control.
  9140. </summary>
  9141. <remarks>The theme name must be available in <see cref="T:Syncfusion.WinForms.Theme.ThemeHelper"/>, Otherwise the
  9142. default theme settings will be applied to the control of the <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/>.
  9143. </remarks>
  9144. </member>
  9145. </members>
  9146. </doc>