Infragistics2.Win.UltraWinPrintPreviewDialog.v9.2.XML 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Infragistics2.Win.UltraWinPrintPreviewDialog.v9.2</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Infragistics.Shared.LocalizedCategoryAttribute.GetLocalizedString(System.String)">
  8. <summary>
  9. Returns the localized category name
  10. </summary>
  11. <param name="value">Name of the category to retreive</param>
  12. <returns>The localized string value</returns>
  13. </member>
  14. <member name="M:Infragistics.Shared.UltraLicenseAttribute.GetLicensedWithProducts">
  15. <summary>
  16. Return the list of products that this control can be licensed with
  17. </summary>
  18. </member>
  19. <member name="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler">
  20. <summary>
  21. Delegate for handling the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
  22. </summary>
  23. </member>
  24. <member name="T:Infragistics.Win.Printing.PrintingEventHandler">
  25. <summary>
  26. Delegate for handling the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
  27. </summary>
  28. </member>
  29. <member name="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs">
  30. <summary>
  31. Event parameters used for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
  32. </summary>
  33. <remarks>
  34. <p class="body">This class is the event arguments for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
  35. Setting <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/> to true will prevent the <see cref="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog"/> from
  36. being displayed.</p>
  37. </remarks>
  38. <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler"/>
  39. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/>
  40. <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
  41. </member>
  42. <member name="M:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.#ctor(System.Windows.Forms.PageSetupDialog)">
  43. <summary>
  44. Initializes a new <see cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs"/>
  45. </summary>
  46. <param name="dialog">The <b>PageSetupDialog</b> that will be displayed if the event is not cancelled.</param>
  47. <seealso cref="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog"/>
  48. </member>
  49. <member name="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog">
  50. <summary>
  51. Read-only property that returns the PageSetupDialog that is about to be displayed.
  52. </summary>
  53. <remarks>
  54. <p class="body">This is a read-only property that returns the <see cref="T:System.Windows.Forms.PageSetupDialog"/>
  55. that will be displayed if the event is not cancelled.</p>
  56. </remarks>
  57. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/>
  58. <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
  59. </member>
  60. <member name="T:Infragistics.Win.Printing.PrintingEventArgs">
  61. <summary>
  62. Event parameters used for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
  63. </summary>
  64. <remarks>
  65. <p class="body">This class is the event arguments for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
  66. Setting <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/> to true will prevent the print document from
  67. rendering to the printer. In addition, the class includes a <see cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/> property that
  68. can be used to control whether a status dialog is displayed during the print operation.</p>
  69. </remarks>
  70. <seealso cref="T:Infragistics.Win.Printing.PrintingEventHandler"/>
  71. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/>
  72. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
  73. <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
  74. </member>
  75. <member name="M:Infragistics.Win.Printing.PrintingEventArgs.#ctor(System.Boolean)">
  76. <summary>
  77. Initializes a new <see cref="T:Infragistics.Win.Printing.PrintingEventArgs"/>
  78. </summary>
  79. <param name="displayPrintStatus">Default value used to initialize the <see cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/> property</param>
  80. <seealso cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/>
  81. </member>
  82. <member name="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus">
  83. <summary>
  84. Gets/sets whether a print status dialog will be displayed during the print operation.
  85. </summary>
  86. <remarks>
  87. <p class="body">The <b>DisplayPrintStatus</b> is used to determine whether a status dialog
  88. will be displayed while the associated <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/> is
  89. being printed to the printer. The value of this property is initialized based on the
  90. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/> property.</p>
  91. </remarks>
  92. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/>
  93. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
  94. <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
  95. </member>
  96. <member name="T:Infragistics.Win.Printing.PreviewRowColumnSelector">
  97. <summary>
  98. Control used to select a number of rows and columns.
  99. </summary>
  100. </member>
  101. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.#ctor">
  102. <summary>
  103. Initializes a new <see cref="T:Infragistics.Win.Printing.PreviewRowColumnSelector"/>
  104. </summary>
  105. </member>
  106. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ResetSelection">
  107. <summary>
  108. Clears the current selection.
  109. </summary>
  110. </member>
  111. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnCreateControl">
  112. <summary>
  113. Invoked when the control is created.
  114. </summary>
  115. </member>
  116. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnFontChanged(System.EventArgs)">
  117. <summary>
  118. Used to invoke the <see cref="E:System.Windows.Forms.Control.FontChanged"/> event when the Font of the control has been changed.
  119. </summary>
  120. <param name="e">Event args</param>
  121. </member>
  122. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnMouseLeave(System.EventArgs)">
  123. <summary>
  124. Used to invoke the <see cref="E:System.Windows.Forms.Control.MouseLeave"/> event when the mouse leaves the bounds of the control.
  125. </summary>
  126. <param name="e">Event args</param>
  127. </member>
  128. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
  129. <summary>
  130. Used to invoke the <see cref="E:System.Windows.Forms.Control.MouseMove"/> event when the mouse is over the control.
  131. </summary>
  132. <param name="e">Mouse event args</param>
  133. </member>
  134. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnPaint(System.Windows.Forms.PaintEventArgs)">
  135. <summary>
  136. Used to invoke the <see cref="E:System.Windows.Forms.Control.Paint"/> event when the control is to render itself.
  137. </summary>
  138. <param name="e">Paint event args</param>
  139. </member>
  140. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ResetBackColor">
  141. <summary>
  142. Resets the <see cref="P:System.Windows.Forms.Control.BackColor"/> to its default value.
  143. </summary>
  144. </member>
  145. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ResetForeColor">
  146. <summary>
  147. Resets the <see cref="P:System.Windows.Forms.Control.ForeColor"/> to its default value.
  148. </summary>
  149. </member>
  150. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
  151. <summary>
  152. Invoked when the size and/or position of the control has changed.
  153. </summary>
  154. <param name="x">Proposed x coordinate</param>
  155. <param name="y">Proposed y coordinate</param>
  156. <param name="width">Proposed width</param>
  157. <param name="height">Proposed height</param>
  158. <param name="specified">Indicates the type of change</param>
  159. </member>
  160. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ShouldSerializeBackColor">
  161. <summary>
  162. Determines if the <see cref="P:System.Windows.Forms.Control.BackColor"/> should be serialized.
  163. </summary>
  164. </member>
  165. <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ShouldSerializeForeColor">
  166. <summary>
  167. Determines if the <see cref="P:System.Windows.Forms.Control.ForeColor"/> should be serialized.
  168. </summary>
  169. </member>
  170. <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.Columns">
  171. <summary>
  172. Returns or sets the number of image columns displayed.
  173. </summary>
  174. </member>
  175. <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.ImageBorderColor">
  176. <summary>
  177. Returns or sets the color used to render the border around the images.
  178. </summary>
  179. </member>
  180. <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.Rows">
  181. <summary>
  182. Returns or sets the number of image rows displayed.
  183. </summary>
  184. </member>
  185. <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.Selection">
  186. <summary>
  187. Returns a size indicating the number of selected columns and rows.
  188. </summary>
  189. </member>
  190. <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.DefaultImeMode">
  191. <summary>
  192. Overriden. Determines the default ImeMode for the control.
  193. </summary>
  194. <remarks>
  195. <p class="body">Since the <b>UltraProgressBar</b> control does not receive focus and does not use the key messages, the default ImeMode is disabled.</p>
  196. </remarks>
  197. </member>
  198. <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.TabStop">
  199. <summary>
  200. Overriden. Determines whether the control will receive focus when tabbing through the controls.
  201. </summary>
  202. <remarks>
  203. <p class="body">The control does not receive focus so changing this property will not affect the control.</p>
  204. </remarks>
  205. </member>
  206. <member name="T:Infragistics.Win.Printing.Resources">
  207. <summary>
  208. Exposes a <see cref="T:Infragistics.Shared.ResourceCustomizer"/> instance for this assembly.
  209. </summary>
  210. <seealso cref="P:Infragistics.Win.Printing.Resources.Customizer"/>
  211. <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
  212. </member>
  213. <member name="M:Infragistics.Win.Printing.Resources.GetString(System.String,System.Object[])">
  214. <summary>
  215. Returns the resource string using the specified name and default culture.
  216. </summary>
  217. <param name="name">Name of the string resource to return.</param>
  218. <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
  219. </member>
  220. <member name="M:Infragistics.Win.Printing.Resources.GetString(System.String)">
  221. <summary>
  222. Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified.
  223. </summary>
  224. <param name="name">Name of the string resource to return.</param>
  225. </member>
  226. <member name="M:Infragistics.Win.Printing.Resources.GetObject(System.String)">
  227. <summary>
  228. Returns the resource object using the specified name.
  229. </summary>
  230. <param name="name">Name of the resource item</param>
  231. <returns>An object containing the specified resource</returns>
  232. </member>
  233. <member name="P:Infragistics.Win.Printing.Resources.Customizer">
  234. <summary>
  235. Returns the <see cref="T:Infragistics.Shared.ResourceCustomizer"/> for this assembly.
  236. </summary>
  237. <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
  238. </member>
  239. <member name="T:Infragistics.Win.Printing.UltraPrintPreviewDialog">
  240. <summary>
  241. Represents a dialog box form that contains an <b>UltraPrintPreviewControl</b>, <b>UltraPrintPreviewThumbnail</b> and <b>UltraToolbarsManager</b>.
  242. </summary>
  243. <p class="body">The <b>UltraPrintPreviewDialog</b> is a derived form class that
  244. like the inbox <see cref="T:System.Windows.Forms.PrintPreviewDialog"/> appears as a
  245. component in the form designer and is used to display a print preview dialog. The
  246. <b>UltraPrintPreviewDialog</b> uses the Infragistics <b>UltraPrintPreviewControl</b>
  247. and <see cref="T:Infragistics.Win.Printing.UltraPrintPreviewThumbnail"/> to display the preview pages of the
  248. associated <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/>. Many of the properties of these controls are exposed
  249. as properties of this class but you may also access the controls themselves programatically
  250. if necessary using the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/> and <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  251. properties. The dialog also uses an <b>UltraToolbarsManager</b> and
  252. an <b>UltraStatusBar</b> to provide additional aspects of the user interface. Likewise, these
  253. components may be accessed programatically using the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/> and
  254. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/> properties respectively.</p>
  255. <p class="body">The dialog includes several additional events that may be used to
  256. interact with the print operations. The <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event
  257. is invoked when the end-user clicks the <b>Page Setup</b> toolbar button and can be
  258. used to prevent the default page setup dialog from being displayed and allow you to
  259. display a custom page setup dialog. The <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event is invoked when
  260. the end-user clicks the <b>Print</b> toolbar button and allows you to determine
  261. whether the status dialog should be displayed as well as providing a way to
  262. cancel the print operation if necessary. There is also a corresponding <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
  263. event that is invoked when the print operation has completed.</p>
  264. </member>
  265. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.#ctor">
  266. <summary>
  267. Constructor
  268. </summary>
  269. </member>
  270. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.#ctor(System.ComponentModel.IContainer)">
  271. <summary>
  272. Constructor
  273. </summary>
  274. <param name="container">An <see cref="T:System.ComponentModel.IContainer"/> that represents the container of the <see cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/></param>
  275. </member>
  276. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.Dispose(System.Boolean)">
  277. <summary>
  278. Disposes of the resources (other than memory) used by the <see cref="T:System.Windows.Forms.Form"/>.
  279. </summary>
  280. <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  281. </member>
  282. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnClosing(System.ComponentModel.CancelEventArgs)">
  283. <summary>
  284. Raises the <see cref="E:System.Windows.Forms.Form.Closing"/> event.
  285. </summary>
  286. <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the event data.</param>
  287. </member>
  288. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.InitializeComponent">
  289. <summary>
  290. Required method for Designer support - do not modify
  291. the contents of this method with the code editor.
  292. </summary>
  293. </member>
  294. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializePreviewSettings">
  295. <summary>
  296. Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> property is set to its default value.
  297. </summary>
  298. <remarks>
  299. <p class="body">This method returns true if any properties on the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> have been changed from their default values.</p>
  300. </remarks>
  301. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
  302. <returns>Returns true if this property is not set to its default value</returns>
  303. </member>
  304. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetPreviewSettings">
  305. <summary>
  306. Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> property to its default value.
  307. </summary>
  308. <remarks>
  309. <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> to their default values.</p>
  310. </remarks>
  311. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
  312. </member>
  313. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailCurrentPreviewPageNumberAppearance">
  314. <summary>
  315. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/> property is set to its default value.</p>
  316. </summary>
  317. <remarks>
  318. <p class="body">This is a read-only property that returns a boolean indicating if any properties of the <see cref="T:Infragistics.Win.AppearanceBase"/>
  319. of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/> have been modified from their default values.</p>
  320. </remarks>
  321. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/>
  322. <returns>Returns true if this property is not set to its default value</returns>
  323. </member>
  324. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailCurrentPreviewPageNumberAppearance">
  325. <summary>
  326. Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/> property to its default value.
  327. </summary>
  328. <remarks>
  329. <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/> to their default values.</p>
  330. </remarks>
  331. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/>
  332. </member>
  333. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailCurrentPreviewPageAppearance">
  334. <summary>
  335. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/> property is set to its default value.</p>
  336. </summary>
  337. <remarks>
  338. <p class="body">This is a read-only property that returns a boolean indicating if any properties of the <see cref="T:Infragistics.Win.AppearanceBase"/>
  339. of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/> have been modified from their default values.</p>
  340. </remarks>
  341. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/>
  342. <returns>Returns true if this property is not set to its default value</returns>
  343. </member>
  344. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailCurrentPreviewPageAppearance">
  345. <summary>
  346. Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/> property to its default value.
  347. </summary>
  348. <remarks>
  349. <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/> to their default values.</p>
  350. </remarks>
  351. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/>
  352. </member>
  353. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailSettings">
  354. <summary>
  355. Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/> property is set to its default value.
  356. </summary>
  357. <remarks>
  358. <p class="body">This method returns true if any properties on the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/> have been changed from their default values.</p>
  359. </remarks>
  360. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
  361. <returns>Returns true if this property is not set to its default value</returns>
  362. </member>
  363. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailSettings">
  364. <summary>
  365. Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/> property to its default value.
  366. </summary>
  367. <remarks>
  368. <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/> to their default values.</p>
  369. </remarks>
  370. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
  371. </member>
  372. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailViewBoxAppearance">
  373. <summary>
  374. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/> property is set to its default value.</p>
  375. </summary>
  376. <remarks>
  377. <p class="body">This is a read-only property that returns a boolean indicating if any properties of the <see cref="T:Infragistics.Win.AppearanceBase"/>
  378. of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/> have been modified from their default values.</p>
  379. </remarks>
  380. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/>
  381. <returns>Returns true if this property is not set to its default value</returns>
  382. </member>
  383. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailViewBoxAppearance">
  384. <summary>
  385. Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/> property to its default value.
  386. </summary>
  387. <remarks>
  388. <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/> to their default values.</p>
  389. </remarks>
  390. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/>
  391. </member>
  392. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.InvalidatePreview">
  393. <summary>
  394. Used to dirty the preview information so that it will be regenerated upon the next request.
  395. </summary>
  396. <remarks>
  397. <p class="body">The <b>InvalidatePreview</b> method is used to invalidate the
  398. preview as displayed by the contained <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/> thereby
  399. causing a new print preview operation to occur regenerating the preview pages.</p>
  400. </remarks>
  401. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  402. </member>
  403. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPageSetupDialogDisplaying(Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs)">
  404. <summary>
  405. Raises the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
  406. </summary>
  407. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  408. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/>
  409. <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs"/>
  410. <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler"/>
  411. </member>
  412. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinting(Infragistics.Win.Printing.PrintingEventArgs)">
  413. <summary>
  414. Raises the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
  415. </summary>
  416. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  417. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
  418. <seealso cref="T:Infragistics.Win.Printing.PrintingEventArgs"/>
  419. <seealso cref="T:Infragistics.Win.Printing.PrintingEventHandler"/>
  420. </member>
  421. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinted(System.EventArgs)">
  422. <summary>
  423. Raises the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/> event.
  424. </summary>
  425. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  426. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
  427. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
  428. <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinting(Infragistics.Win.Printing.PrintingEventArgs)"/>
  429. </member>
  430. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Padding">
  431. <summary>
  432. The Padding property is shadowed and hidden. It is not supported by this class.
  433. </summary>
  434. </member>
  435. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.BackgroundImageLayout">
  436. <summary>
  437. The BackgroundImageLayout property is shadowed and hidden. It is not supported by this class.
  438. </summary>
  439. </member>
  440. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.About">
  441. <summary>
  442. Display the about dialog
  443. </summary>
  444. </member>
  445. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Infragistics#Shared#IUltraLicensedComponent#License">
  446. <summary>
  447. Return the license we cached inside the constructor
  448. </summary>
  449. </member>
  450. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AcceptButton">
  451. <summary>
  452. Shadowed and hidden property
  453. </summary>
  454. </member>
  455. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AccessibleDescription">
  456. <summary>
  457. Shadowed and hidden property
  458. </summary>
  459. </member>
  460. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AccessibleName">
  461. <summary>
  462. Shadowed and hidden property
  463. </summary>
  464. </member>
  465. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AccessibleRole">
  466. <summary>
  467. Shadowed and hidden property
  468. </summary>
  469. </member>
  470. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AllowDrop">
  471. <summary>
  472. Shadowed and hidden property
  473. </summary>
  474. </member>
  475. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Anchor">
  476. <summary>
  477. Shadowed and hidden property
  478. </summary>
  479. </member>
  480. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScale">
  481. <summary>
  482. Shadowed and hidden property
  483. </summary>
  484. </member>
  485. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScaleBaseSize">
  486. <summary>
  487. Shadowed and hidden property
  488. </summary>
  489. </member>
  490. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScroll">
  491. <summary>
  492. Shadowed and hidden property
  493. </summary>
  494. </member>
  495. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScrollMargin">
  496. <summary>
  497. Shadowed and hidden property
  498. </summary>
  499. </member>
  500. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScrollMinSize">
  501. <summary>
  502. Shadowed and hidden property
  503. </summary>
  504. </member>
  505. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.BackColor">
  506. <summary>
  507. Shadowed and hidden property
  508. </summary>
  509. </member>
  510. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.BackgroundImage">
  511. <summary>
  512. Shadowed and hidden property
  513. </summary>
  514. </member>
  515. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.CancelButton">
  516. <summary>
  517. Shadowed and hidden property
  518. </summary>
  519. </member>
  520. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.CausesValidation">
  521. <summary>
  522. Shadowed and hidden property
  523. </summary>
  524. </member>
  525. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ClientSize">
  526. <summary>
  527. Shadowed and hidden property
  528. </summary>
  529. </member>
  530. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ContextMenu">
  531. <summary>
  532. Shadowed and hidden property
  533. </summary>
  534. </member>
  535. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ControlBox">
  536. <summary>
  537. Shadowed and hidden property
  538. </summary>
  539. </member>
  540. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Cursor">
  541. <summary>
  542. Shadowed and hidden property
  543. </summary>
  544. </member>
  545. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DataBindings">
  546. <summary>
  547. Shadowed and hidden property
  548. </summary>
  549. </member>
  550. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Dock">
  551. <summary>
  552. Shadowed and hidden property
  553. </summary>
  554. </member>
  555. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DockPadding">
  556. <summary>
  557. Shadowed and hidden property
  558. </summary>
  559. </member>
  560. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Enabled">
  561. <summary>
  562. Shadowed and hidden property
  563. </summary>
  564. </member>
  565. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Font">
  566. <summary>
  567. Shadowed and hidden property
  568. </summary>
  569. </member>
  570. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ForeColor">
  571. <summary>
  572. Shadowed and hidden property
  573. </summary>
  574. </member>
  575. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.FormBorderStyle">
  576. <summary>
  577. Shadowed and hidden property
  578. </summary>
  579. </member>
  580. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.HelpButton">
  581. <summary>
  582. Shadowed and hidden property
  583. </summary>
  584. </member>
  585. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Icon">
  586. <summary>
  587. Shadowed and hidden property
  588. </summary>
  589. </member>
  590. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ImeMode">
  591. <summary>
  592. Shadowed and hidden property
  593. </summary>
  594. </member>
  595. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.IsMdiContainer">
  596. <summary>
  597. Shadowed and hidden property
  598. </summary>
  599. </member>
  600. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.KeyPreview">
  601. <summary>
  602. Shadowed and hidden property
  603. </summary>
  604. </member>
  605. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Location">
  606. <summary>
  607. Shadowed and hidden property
  608. </summary>
  609. </member>
  610. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MaximizeBox">
  611. <summary>
  612. Shadowed and hidden property
  613. </summary>
  614. </member>
  615. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MaximumSize">
  616. <summary>
  617. Shadowed and hidden property
  618. </summary>
  619. </member>
  620. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Menu">
  621. <summary>
  622. Shadowed and hidden property
  623. </summary>
  624. </member>
  625. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MinimizeBox">
  626. <summary>
  627. Shadowed and hidden property
  628. </summary>
  629. </member>
  630. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MinimumSize">
  631. <summary>
  632. Shadowed and hidden property
  633. </summary>
  634. </member>
  635. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Opacity">
  636. <summary>
  637. Shadowed and hidden property
  638. </summary>
  639. </member>
  640. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.RightToLeft">
  641. <summary>
  642. Shadowed and hidden property
  643. </summary>
  644. </member>
  645. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShowInTaskbar">
  646. <summary>
  647. Shadowed and hidden property
  648. </summary>
  649. </member>
  650. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Size">
  651. <summary>
  652. Shadowed and hidden property
  653. </summary>
  654. </member>
  655. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.SizeGripStyle">
  656. <summary>
  657. Shadowed and hidden property
  658. </summary>
  659. </member>
  660. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StartPosition">
  661. <summary>
  662. Shadowed and hidden property
  663. </summary>
  664. </member>
  665. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.TabStop">
  666. <summary>
  667. Shadowed and hidden property
  668. </summary>
  669. </member>
  670. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Tag">
  671. <summary>
  672. Shadowed and hidden property
  673. </summary>
  674. </member>
  675. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Text">
  676. <summary>
  677. Shadowed and hidden property
  678. </summary>
  679. </member>
  680. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.TopMost">
  681. <summary>
  682. Shadowed and hidden property
  683. </summary>
  684. </member>
  685. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.TransparencyKey">
  686. <summary>
  687. Shadowed and hidden property
  688. </summary>
  689. </member>
  690. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Visible">
  691. <summary>
  692. Shadowed and hidden property
  693. </summary>
  694. </member>
  695. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.WindowState">
  696. <summary>
  697. Shadowed and hidden property
  698. </summary>
  699. </member>
  700. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoGeneratePreview">
  701. <summary>
  702. Returns or sets whether the preview is automatically created when the document is changed and when the control is first displayed.
  703. </summary>
  704. <remarks>
  705. <p class="body">The <b>AutoGeneratePreview</b> property is used to determine whether the control
  706. should automatically create the print preview pages when they are needed. Normally, the preview
  707. pages are automatically generated when the control is rendered. You can set this property to
  708. false to prevent that behavior. You would then need to explicitly call the
  709. <b>GeneratePreview</b> of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/> when you want the preview pages to be
  710. synchronously generated.</p>
  711. </remarks>
  712. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  713. </member>
  714. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPreviewStatus">
  715. <summary>
  716. Returns or sets whether a dialog will be displayed while the preview pages are being generated.
  717. </summary>
  718. <remarks>
  719. <p class="body">By default, when a print operation is running a status dialog is
  720. displayed. This dialog indicates the page that is being printed and also includes a
  721. button that can be used to end the operation. If you do not want to display this dialog,
  722. you must set the <b>DisplayPreviewStatus</b> property to false.</p>
  723. </remarks>
  724. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/>
  725. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  726. </member>
  727. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus">
  728. <summary>
  729. Returns or sets whether a dialog will be displayed while pages are being generated during a print operation.
  730. </summary>
  731. <remarks>
  732. <p class="body">By default, when a print operation is running a status dialog is
  733. displayed. This dialog indicates the page that is being printed and also includes a
  734. button that can be used to end the operation. If you do not want to display this dialog,
  735. you must set the <b>DisplayPrintStatus</b> property to false.</p>
  736. <p class="body">This is used as the default value of the parameter passed into
  737. the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.</p>
  738. </remarks>
  739. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
  740. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
  741. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPreviewStatus"/>
  742. </member>
  743. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document">
  744. <summary>
  745. The 'Print Document' that will be previewed
  746. </summary>
  747. <remarks>
  748. <p class="body">The <b>Document</b> property is the <see cref="T:System.Drawing.Printing.PrintDocument"/>
  749. that is used to provide the print preview pages that will be displayed by the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  750. and <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> controls.</p>
  751. <p class="note"><b>Note:</b> Changing this property will cause the entire preview to be regenerated.</p>
  752. </remarks>
  753. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  754. </member>
  755. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MaximumPreviewPages">
  756. <summary>
  757. Returns or sets the maximum number of preview pages that should be generated.
  758. </summary>
  759. <remarks>
  760. <p class="body">The <b>MaximumPreviewPages</b> is used to restrict how many pages
  761. will be created when the print operation is performed and therefore how many
  762. pages may be displayed by the control.</p>
  763. <p class="note"><b>Note:</b> Changing this property after the print preview
  764. operation has completed will not affect how many pages are displayed but
  765. instead will affect the next print operation, if one occurs.</p>
  766. </remarks>
  767. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  768. </member>
  769. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewMouseAction">
  770. <summary>
  771. Returns or sets how the control will react to the left mouse button.
  772. </summary>
  773. <remarks>
  774. <p class="body">The <b>MouseAction</b> is used to determine how the control will
  775. react while it has the input focus. When used with a value of <b>Hand</b>, the
  776. left mouse button may be pressed on a page and dragged to scroll the visible
  777. area. A value of <b>Snapshot</b> is used to allow the end-user to click on
  778. or lasso an area of a page that should be copied to the clipboard. The area is
  779. copied using the current zoom value.</p>
  780. <p class="body">The <b>MouseAction</b> also includes several options for
  781. controlling the current <see cref="P:Infragistics.Win.Printing.PreviewSettings.Zoom"/> using the
  782. mouse. When <b>DynamicZoom</b> is used, the mouse may be pressed and dragged
  783. up or down to synchronously zoom in or out respectively. When <b>ZoomIn</b> is
  784. used, the end-user can either click on a page to zoom in at a set increment or
  785. they may lasso the area that they want to zoom into. Lastly, when <b>ZoomOut</b>
  786. is used, the end-user can either click on a page to zoom out to a fixed increment
  787. or they may lasso an area that is used to determine the new zoom level.</p>
  788. </remarks>
  789. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  790. </member>
  791. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings">
  792. <summary>
  793. Returns an object used to modify settings for the print preview control.
  794. </summary>
  795. <remarks>
  796. <p class="body">The <b>Settings</b> property returns an instance of a
  797. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> class. The settings of this object are
  798. used to change common preview settings such as the maximum number of
  799. <see cref="P:Infragistics.Win.Printing.PreviewSettings.Rows"/> and <see cref="P:Infragistics.Win.Printing.PreviewSettings.Columns"/>
  800. that are displayed within the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>.</p>
  801. </remarks>
  802. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
  803. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  804. </member>
  805. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl">
  806. <summary>
  807. The preview control on the dialog
  808. </summary>
  809. <remarks>
  810. <p class="body">This is a read-only property that returns the <b>UltraPrintPreviewControl</b>
  811. on the dialog that displays the preview pages generated using the specified
  812. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/>.</p>
  813. </remarks>
  814. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
  815. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
  816. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
  817. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  818. </member>
  819. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail">
  820. <summary>
  821. The thumbnail control on the dialog
  822. </summary>
  823. <remarks>
  824. <p class="body">This is a read-only property that returns the <b>UltraPrintPreviewThumbnail</b>
  825. on the dialog that displays thumbnails of the preview pages generated using the specified
  826. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/>.</p>
  827. </remarks>
  828. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
  829. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
  830. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
  831. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  832. </member>
  833. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar">
  834. <summary>
  835. The status bar.
  836. </summary>
  837. <remarks>
  838. <p class="body">This is a read-only property that returns the <b>UltraStatusBar</b>
  839. that is displayed on the dialog. The statusbar by default contains 2 panels - one
  840. which displays status information about toolbar tools and controls on the dialog and
  841. another that displays the current and total page count.</p>
  842. </remarks>
  843. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
  844. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  845. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  846. </member>
  847. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBarVisible">
  848. <summary>
  849. Returns or sets whether the status bar is visible.
  850. </summary>
  851. <remarks>
  852. <p class="body">The <b>StatusBarVisible</b> is a boolean property that is
  853. used to hide/show the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/> on the dialog is displayed. By default, this
  854. property is set to true so that statusbar will be displayed.</p>
  855. </remarks>
  856. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
  857. </member>
  858. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Style">
  859. <summary>
  860. Returns or sets the style of toolbars and the status bar in the dialog.
  861. </summary>
  862. <remarks>
  863. <p class="body">The <b>Style</b> is used to determine the
  864. display style for the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/> and <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
  865. that are on the dialog.</p>
  866. </remarks>
  867. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
  868. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
  869. </member>
  870. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailAreaVisible">
  871. <summary>
  872. Returns or sets whether the thumbnail area is visible when the dialog is shown initially.
  873. </summary>
  874. <remarks>
  875. <p class="body">The <b>ThumbnailAreaVisible</b> is a boolean property that is
  876. used to hide/show the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> on the dialog is displayed. By default, this
  877. property is set to true so that thumbnail will be displayed.</p>
  878. </remarks>
  879. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  880. </member>
  881. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance">
  882. <summary>
  883. Returns or sets the appearance used to render the page number for the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewControlBase.CurrentPage"/> of the associated <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewThumbnail.PreviewControl"/>.
  884. </summary>
  885. <remarks>
  886. <p class="body">The <b>ThumbnailCurrentPreviewPageNumberAppearance</b> is an <see cref="T:Infragistics.Win.AppearanceBase"/> that is
  887. used to render the page number (see <see cref="P:Infragistics.Win.Printing.PreviewSettings.PageNumberDisplayStyle"/>) of the
  888. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> based on the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewControlBase.CurrentPage"/> of
  889. the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>.</p>
  890. </remarks>
  891. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  892. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
  893. </member>
  894. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance">
  895. <summary>
  896. Returns or sets the appearance used to render the page for the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewControlBase.CurrentPage"/> of the associated <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewThumbnail.PreviewControl"/>.
  897. </summary>
  898. <remarks>
  899. <p class="body">The <b>ThumbnailCurrentPreviewPageAppearance</b> is an <see cref="T:Infragistics.Win.AppearanceBase"/> that is
  900. used to render the page of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> based on the
  901. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewControlBase.CurrentPage"/> of the
  902. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>.</p>
  903. </remarks>
  904. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  905. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
  906. </member>
  907. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings">
  908. <summary>
  909. Returns an object used to modify settings for the print preview thumbnail control.
  910. </summary>
  911. <remarks>
  912. <p class="body">The <b>Settings</b> property returns an instance of a
  913. <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> class. The settings of this object are
  914. used to change common preview settings such as the maximum number of
  915. <see cref="P:Infragistics.Win.Printing.PreviewSettings.Rows"/> and <see cref="P:Infragistics.Win.Printing.PreviewSettings.Columns"/>
  916. that are displayed within the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>.</p>
  917. </remarks>
  918. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
  919. </member>
  920. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxDisplayStyle">
  921. <summary>
  922. Returns or sets a value indicating where the view box will be displayed in the thumbnail pages.
  923. </summary>
  924. <remarks>
  925. <p class="body">The <b>ThumbnailViewBoxDisplayStyle</b> determines which preview pages, if any, will include
  926. a viewbox element. The viewbox element indicates what portion of that page is currently displayed within
  927. the associated <b>PreviewControl</b> of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>.</p>
  928. </remarks>
  929. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  930. </member>
  931. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxDragMode">
  932. <summary>
  933. Returns or sets a value indicating where the thumbnail view box may be dragged within the page.
  934. </summary>
  935. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxDisplayStyle"/>
  936. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  937. </member>
  938. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance">
  939. <summary>
  940. Returns or sets the appearance used to render the view box. The view box is the area within a page that indicates what portion of a page is currently in view in the associated preview control.
  941. </summary>
  942. <remarks>
  943. <p class="body">The viewbox is the area within the preview pages of the <b>UltraPrintPreviewThumbnail</b>
  944. that indicates the pages currently in view within the associated <b>PreviewControl</b> of the associated <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>.</p>
  945. </remarks>
  946. </member>
  947. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager">
  948. <summary>
  949. The toolbars manager.
  950. </summary>
  951. <remarks>
  952. <p class="body">The <b>ToolbarsManager</b> returns the <b>UltraToolbarsManager</b>
  953. that is used by the dialog to provide the toolbars that the end-user can use to interact
  954. with the preview pages.</p>
  955. </remarks>
  956. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
  957. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  958. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
  959. </member>
  960. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.UseAntiAlias">
  961. <summary>
  962. Returns or sets whether the print preview will be rendered using anti aliasing.
  963. </summary>
  964. <remarks>
  965. <p class="body">This property is used to determine whether the print preview will
  966. be rendered using anti-aliasing. By default, anti-aliasing is not used.</p>
  967. <p class="note"><b>Note:</b> Changing this property will cause the entire preview to be regenerated.</p>
  968. </remarks>
  969. <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
  970. </member>
  971. <member name="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying">
  972. <summary>
  973. Occurs before the page setup dialog is displayed.
  974. </summary>
  975. <remarks>
  976. <p class="body">The <b>PageSetupDialogDisplaying</b> event is raised when the
  977. end-user has clicked the <b>Page Setup</b> button and allows you to alter the
  978. settings of the <see cref="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog"/> before
  979. it is displayed or even cancel the event and display your own custom page
  980. setup dialog.</p>
  981. </remarks>
  982. <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPageSetupDialogDisplaying(Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs)"/>
  983. <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs"/>
  984. <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler"/>
  985. </member>
  986. <member name="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing">
  987. <summary>
  988. Occurs in response to a click on the 'Print' tool before the print operation begins.
  989. </summary>
  990. <remarks>
  991. <p class="body">The <b>Printing</b> event is a cancellable event that may be used to
  992. cancel the print operation or just control whether the status dialog should be
  993. displayed during the print operation (using the <see cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/>).</p>
  994. </remarks>
  995. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
  996. <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinting(Infragistics.Win.Printing.PrintingEventArgs)"/>
  997. <seealso cref="T:Infragistics.Win.Printing.PrintingEventArgs"/>
  998. <seealso cref="T:Infragistics.Win.Printing.PrintingEventHandler"/>
  999. </member>
  1000. <member name="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed">
  1001. <summary>
  1002. Occurs in response to a click on the 'Print' tool after the print operation ends.
  1003. </summary>
  1004. <remarks>
  1005. <p class="body">The <b>Printed</b> event is raised in response to the end-user clicking
  1006. the <b>Print</b> toolbar button after the print operation has completed.</p>
  1007. </remarks>
  1008. <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
  1009. <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinted(System.EventArgs)"/>
  1010. </member>
  1011. <member name="T:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner">
  1012. <summary>
  1013. Designer for managing an <see cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
  1014. </summary>
  1015. </member>
  1016. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.Initialize(System.ComponentModel.IComponent)">
  1017. <summary>
  1018. Initializes the designer with the specified component.
  1019. </summary>
  1020. <param name="component">Component the designer is working with.</param>
  1021. </member>
  1022. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.ActionLists">
  1023. <summary>
  1024. Gets the <see cref="T:System.ComponentModel.Design.DesignerActionListCollection"/> for this designer's control/component.
  1025. </summary>
  1026. </member>
  1027. <member name="T:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList">
  1028. <summary>
  1029. Provides DesignerActionItems for the SmartTag associated with the UltraPrintPreviewDialog.
  1030. </summary>
  1031. </member>
  1032. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.#ctor(Infragistics.Win.Printing.UltraPrintPreviewDialog)">
  1033. <summary>
  1034. Constructor
  1035. </summary>
  1036. <param name="product">The UltraPrintPreviewDialog</param>
  1037. </member>
  1038. <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.CreateActionItems(System.ComponentModel.Design.DesignerActionItemCollection)">
  1039. <summary>
  1040. Overrides CreateActionItems.
  1041. </summary>
  1042. <param name="actionItems">The list to populate.</param>
  1043. </member>
  1044. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.Document">
  1045. <summary>
  1046. Used by SmartTag Panel.
  1047. </summary>
  1048. </member>
  1049. <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.Style">
  1050. <summary>
  1051. Used by SmartTag Panel.
  1052. </summary>
  1053. </member>
  1054. </members>
  1055. </doc>