| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>Infragistics2.Win.UltraWinPrintPreviewDialog.v9.2</name>
- </assembly>
- <members>
- <member name="M:Infragistics.Shared.LocalizedCategoryAttribute.GetLocalizedString(System.String)">
- <summary>
- Returns the localized category name
- </summary>
- <param name="value">Name of the category to retreive</param>
- <returns>The localized string value</returns>
- </member>
- <member name="M:Infragistics.Shared.UltraLicenseAttribute.GetLicensedWithProducts">
- <summary>
- Return the list of products that this control can be licensed with
- </summary>
- </member>
- <member name="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler">
- <summary>
- Delegate for handling the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
- </summary>
- </member>
- <member name="T:Infragistics.Win.Printing.PrintingEventHandler">
- <summary>
- Delegate for handling the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
- </summary>
- </member>
- <member name="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs">
- <summary>
- Event parameters used for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
- </summary>
- <remarks>
- <p class="body">This class is the event arguments for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
- Setting <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/> to true will prevent the <see cref="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog"/> from
- being displayed.</p>
- </remarks>
- <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler"/>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/>
- <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
- </member>
- <member name="M:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.#ctor(System.Windows.Forms.PageSetupDialog)">
- <summary>
- Initializes a new <see cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs"/>
- </summary>
- <param name="dialog">The <b>PageSetupDialog</b> that will be displayed if the event is not cancelled.</param>
- <seealso cref="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog"/>
- </member>
- <member name="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog">
- <summary>
- Read-only property that returns the PageSetupDialog that is about to be displayed.
- </summary>
- <remarks>
- <p class="body">This is a read-only property that returns the <see cref="T:System.Windows.Forms.PageSetupDialog"/>
- that will be displayed if the event is not cancelled.</p>
- </remarks>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/>
- <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
- </member>
- <member name="T:Infragistics.Win.Printing.PrintingEventArgs">
- <summary>
- Event parameters used for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
- </summary>
- <remarks>
- <p class="body">This class is the event arguments for the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
- Setting <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/> to true will prevent the print document from
- rendering to the printer. In addition, the class includes a <see cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/> property that
- can be used to control whether a status dialog is displayed during the print operation.</p>
- </remarks>
- <seealso cref="T:Infragistics.Win.Printing.PrintingEventHandler"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
- <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
- </member>
- <member name="M:Infragistics.Win.Printing.PrintingEventArgs.#ctor(System.Boolean)">
- <summary>
- Initializes a new <see cref="T:Infragistics.Win.Printing.PrintingEventArgs"/>
- </summary>
- <param name="displayPrintStatus">Default value used to initialize the <see cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/> property</param>
- <seealso cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/>
- </member>
- <member name="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus">
- <summary>
- Gets/sets whether a print status dialog will be displayed during the print operation.
- </summary>
- <remarks>
- <p class="body">The <b>DisplayPrintStatus</b> is used to determine whether a status dialog
- will be displayed while the associated <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/> is
- being printed to the printer. The value of this property is initialized based on the
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/> property.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
- <seealso cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
- </member>
- <member name="T:Infragistics.Win.Printing.PreviewRowColumnSelector">
- <summary>
- Control used to select a number of rows and columns.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.#ctor">
- <summary>
- Initializes a new <see cref="T:Infragistics.Win.Printing.PreviewRowColumnSelector"/>
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ResetSelection">
- <summary>
- Clears the current selection.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnCreateControl">
- <summary>
- Invoked when the control is created.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnFontChanged(System.EventArgs)">
- <summary>
- Used to invoke the <see cref="E:System.Windows.Forms.Control.FontChanged"/> event when the Font of the control has been changed.
- </summary>
- <param name="e">Event args</param>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnMouseLeave(System.EventArgs)">
- <summary>
- Used to invoke the <see cref="E:System.Windows.Forms.Control.MouseLeave"/> event when the mouse leaves the bounds of the control.
- </summary>
- <param name="e">Event args</param>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
- <summary>
- Used to invoke the <see cref="E:System.Windows.Forms.Control.MouseMove"/> event when the mouse is over the control.
- </summary>
- <param name="e">Mouse event args</param>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.OnPaint(System.Windows.Forms.PaintEventArgs)">
- <summary>
- Used to invoke the <see cref="E:System.Windows.Forms.Control.Paint"/> event when the control is to render itself.
- </summary>
- <param name="e">Paint event args</param>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ResetBackColor">
- <summary>
- Resets the <see cref="P:System.Windows.Forms.Control.BackColor"/> to its default value.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ResetForeColor">
- <summary>
- Resets the <see cref="P:System.Windows.Forms.Control.ForeColor"/> to its default value.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
- <summary>
- Invoked when the size and/or position of the control has changed.
- </summary>
- <param name="x">Proposed x coordinate</param>
- <param name="y">Proposed y coordinate</param>
- <param name="width">Proposed width</param>
- <param name="height">Proposed height</param>
- <param name="specified">Indicates the type of change</param>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ShouldSerializeBackColor">
- <summary>
- Determines if the <see cref="P:System.Windows.Forms.Control.BackColor"/> should be serialized.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.PreviewRowColumnSelector.ShouldSerializeForeColor">
- <summary>
- Determines if the <see cref="P:System.Windows.Forms.Control.ForeColor"/> should be serialized.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.Columns">
- <summary>
- Returns or sets the number of image columns displayed.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.ImageBorderColor">
- <summary>
- Returns or sets the color used to render the border around the images.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.Rows">
- <summary>
- Returns or sets the number of image rows displayed.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.Selection">
- <summary>
- Returns a size indicating the number of selected columns and rows.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.DefaultImeMode">
- <summary>
- Overriden. Determines the default ImeMode for the control.
- </summary>
- <remarks>
- <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>
- </remarks>
- </member>
- <member name="P:Infragistics.Win.Printing.PreviewRowColumnSelector.TabStop">
- <summary>
- Overriden. Determines whether the control will receive focus when tabbing through the controls.
- </summary>
- <remarks>
- <p class="body">The control does not receive focus so changing this property will not affect the control.</p>
- </remarks>
- </member>
- <member name="T:Infragistics.Win.Printing.Resources">
- <summary>
- Exposes a <see cref="T:Infragistics.Shared.ResourceCustomizer"/> instance for this assembly.
- </summary>
- <seealso cref="P:Infragistics.Win.Printing.Resources.Customizer"/>
- <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
- </member>
- <member name="M:Infragistics.Win.Printing.Resources.GetString(System.String,System.Object[])">
- <summary>
- Returns the resource string using the specified name and default culture.
- </summary>
- <param name="name">Name of the string resource to return.</param>
- <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
- </member>
- <member name="M:Infragistics.Win.Printing.Resources.GetString(System.String)">
- <summary>
- Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified.
- </summary>
- <param name="name">Name of the string resource to return.</param>
- </member>
- <member name="M:Infragistics.Win.Printing.Resources.GetObject(System.String)">
- <summary>
- Returns the resource object using the specified name.
- </summary>
- <param name="name">Name of the resource item</param>
- <returns>An object containing the specified resource</returns>
- </member>
- <member name="P:Infragistics.Win.Printing.Resources.Customizer">
- <summary>
- Returns the <see cref="T:Infragistics.Shared.ResourceCustomizer"/> for this assembly.
- </summary>
- <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
- </member>
- <member name="T:Infragistics.Win.Printing.UltraPrintPreviewDialog">
- <summary>
- Represents a dialog box form that contains an <b>UltraPrintPreviewControl</b>, <b>UltraPrintPreviewThumbnail</b> and <b>UltraToolbarsManager</b>.
- </summary>
- <p class="body">The <b>UltraPrintPreviewDialog</b> is a derived form class that
- like the inbox <see cref="T:System.Windows.Forms.PrintPreviewDialog"/> appears as a
- component in the form designer and is used to display a print preview dialog. The
- <b>UltraPrintPreviewDialog</b> uses the Infragistics <b>UltraPrintPreviewControl</b>
- and <see cref="T:Infragistics.Win.Printing.UltraPrintPreviewThumbnail"/> to display the preview pages of the
- associated <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/>. Many of the properties of these controls are exposed
- as properties of this class but you may also access the controls themselves programatically
- if necessary using the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/> and <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- properties. The dialog also uses an <b>UltraToolbarsManager</b> and
- an <b>UltraStatusBar</b> to provide additional aspects of the user interface. Likewise, these
- components may be accessed programatically using the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/> and
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/> properties respectively.</p>
- <p class="body">The dialog includes several additional events that may be used to
- interact with the print operations. The <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event
- is invoked when the end-user clicks the <b>Page Setup</b> toolbar button and can be
- used to prevent the default page setup dialog from being displayed and allow you to
- display a custom page setup dialog. The <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event is invoked when
- the end-user clicks the <b>Print</b> toolbar button and allows you to determine
- whether the status dialog should be displayed as well as providing a way to
- cancel the print operation if necessary. There is also a corresponding <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
- event that is invoked when the print operation has completed.</p>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.#ctor">
- <summary>
- Constructor
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.#ctor(System.ComponentModel.IContainer)">
- <summary>
- Constructor
- </summary>
- <param name="container">An <see cref="T:System.ComponentModel.IContainer"/> that represents the container of the <see cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/></param>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.Dispose(System.Boolean)">
- <summary>
- Disposes of the resources (other than memory) used by the <see cref="T:System.Windows.Forms.Form"/>.
- </summary>
- <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnClosing(System.ComponentModel.CancelEventArgs)">
- <summary>
- Raises the <see cref="E:System.Windows.Forms.Form.Closing"/> event.
- </summary>
- <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the event data.</param>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.InitializeComponent">
- <summary>
- Required method for Designer support - do not modify
- the contents of this method with the code editor.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializePreviewSettings">
- <summary>
- Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> property is set to its default value.
- </summary>
- <remarks>
- <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>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
- <returns>Returns true if this property is not set to its default value</returns>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetPreviewSettings">
- <summary>
- Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> property to its default value.
- </summary>
- <remarks>
- <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> to their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailCurrentPreviewPageNumberAppearance">
- <summary>
- <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>
- </summary>
- <remarks>
- <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"/>
- of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/> have been modified from their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/>
- <returns>Returns true if this property is not set to its default value</returns>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailCurrentPreviewPageNumberAppearance">
- <summary>
- Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/> property to its default value.
- </summary>
- <remarks>
- <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/> to their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailCurrentPreviewPageAppearance">
- <summary>
- <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>
- </summary>
- <remarks>
- <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"/>
- of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/> have been modified from their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/>
- <returns>Returns true if this property is not set to its default value</returns>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailCurrentPreviewPageAppearance">
- <summary>
- Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/> property to its default value.
- </summary>
- <remarks>
- <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/> to their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailSettings">
- <summary>
- Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/> property is set to its default value.
- </summary>
- <remarks>
- <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>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
- <returns>Returns true if this property is not set to its default value</returns>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailSettings">
- <summary>
- Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/> property to its default value.
- </summary>
- <remarks>
- <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/> to their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShouldSerializeThumbnailViewBoxAppearance">
- <summary>
- <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>
- </summary>
- <remarks>
- <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"/>
- of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/> have been modified from their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/>
- <returns>Returns true if this property is not set to its default value</returns>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.ResetThumbnailViewBoxAppearance">
- <summary>
- Resets the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/> property to its default value.
- </summary>
- <remarks>
- <p class="body">Resets the property values of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/> to their default values.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.InvalidatePreview">
- <summary>
- Used to dirty the preview information so that it will be regenerated upon the next request.
- </summary>
- <remarks>
- <p class="body">The <b>InvalidatePreview</b> method is used to invalidate the
- preview as displayed by the contained <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/> thereby
- causing a new print preview operation to occur regenerating the preview pages.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPageSetupDialogDisplaying(Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs)">
- <summary>
- Raises the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/> event.
- </summary>
- <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying"/>
- <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs"/>
- <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinting(Infragistics.Win.Printing.PrintingEventArgs)">
- <summary>
- Raises the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.
- </summary>
- <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
- <seealso cref="T:Infragistics.Win.Printing.PrintingEventArgs"/>
- <seealso cref="T:Infragistics.Win.Printing.PrintingEventHandler"/>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinted(System.EventArgs)">
- <summary>
- Raises the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/> event.
- </summary>
- <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
- <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinting(Infragistics.Win.Printing.PrintingEventArgs)"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Padding">
- <summary>
- The Padding property is shadowed and hidden. It is not supported by this class.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.BackgroundImageLayout">
- <summary>
- The BackgroundImageLayout property is shadowed and hidden. It is not supported by this class.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.About">
- <summary>
- Display the about dialog
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Infragistics#Shared#IUltraLicensedComponent#License">
- <summary>
- Return the license we cached inside the constructor
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AcceptButton">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AccessibleDescription">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AccessibleName">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AccessibleRole">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AllowDrop">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Anchor">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScale">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScaleBaseSize">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScroll">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScrollMargin">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoScrollMinSize">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.BackColor">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.BackgroundImage">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.CancelButton">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.CausesValidation">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ClientSize">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ContextMenu">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ControlBox">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Cursor">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DataBindings">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Dock">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DockPadding">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Enabled">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Font">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ForeColor">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.FormBorderStyle">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.HelpButton">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Icon">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ImeMode">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.IsMdiContainer">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.KeyPreview">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Location">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MaximizeBox">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MaximumSize">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Menu">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MinimizeBox">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MinimumSize">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Opacity">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.RightToLeft">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ShowInTaskbar">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Size">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.SizeGripStyle">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StartPosition">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.TabStop">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Tag">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Text">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.TopMost">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.TransparencyKey">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Visible">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.WindowState">
- <summary>
- Shadowed and hidden property
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.AutoGeneratePreview">
- <summary>
- Returns or sets whether the preview is automatically created when the document is changed and when the control is first displayed.
- </summary>
- <remarks>
- <p class="body">The <b>AutoGeneratePreview</b> property is used to determine whether the control
- should automatically create the print preview pages when they are needed. Normally, the preview
- pages are automatically generated when the control is rendered. You can set this property to
- false to prevent that behavior. You would then need to explicitly call the
- <b>GeneratePreview</b> of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/> when you want the preview pages to be
- synchronously generated.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPreviewStatus">
- <summary>
- Returns or sets whether a dialog will be displayed while the preview pages are being generated.
- </summary>
- <remarks>
- <p class="body">By default, when a print operation is running a status dialog is
- displayed. This dialog indicates the page that is being printed and also includes a
- button that can be used to end the operation. If you do not want to display this dialog,
- you must set the <b>DisplayPreviewStatus</b> property to false.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPrintStatus">
- <summary>
- Returns or sets whether a dialog will be displayed while pages are being generated during a print operation.
- </summary>
- <remarks>
- <p class="body">By default, when a print operation is running a status dialog is
- displayed. This dialog indicates the page that is being printed and also includes a
- button that can be used to end the operation. If you do not want to display this dialog,
- you must set the <b>DisplayPrintStatus</b> property to false.</p>
- <p class="body">This is used as the default value of the parameter passed into
- the <see cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/> event.</p>
- </remarks>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.DisplayPreviewStatus"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document">
- <summary>
- The 'Print Document' that will be previewed
- </summary>
- <remarks>
- <p class="body">The <b>Document</b> property is the <see cref="T:System.Drawing.Printing.PrintDocument"/>
- that is used to provide the print preview pages that will be displayed by the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- and <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> controls.</p>
- <p class="note"><b>Note:</b> Changing this property will cause the entire preview to be regenerated.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.MaximumPreviewPages">
- <summary>
- Returns or sets the maximum number of preview pages that should be generated.
- </summary>
- <remarks>
- <p class="body">The <b>MaximumPreviewPages</b> is used to restrict how many pages
- will be created when the print operation is performed and therefore how many
- pages may be displayed by the control.</p>
- <p class="note"><b>Note:</b> Changing this property after the print preview
- operation has completed will not affect how many pages are displayed but
- instead will affect the next print operation, if one occurs.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewMouseAction">
- <summary>
- Returns or sets how the control will react to the left mouse button.
- </summary>
- <remarks>
- <p class="body">The <b>MouseAction</b> is used to determine how the control will
- react while it has the input focus. When used with a value of <b>Hand</b>, the
- left mouse button may be pressed on a page and dragged to scroll the visible
- area. A value of <b>Snapshot</b> is used to allow the end-user to click on
- or lasso an area of a page that should be copied to the clipboard. The area is
- copied using the current zoom value.</p>
- <p class="body">The <b>MouseAction</b> also includes several options for
- controlling the current <see cref="P:Infragistics.Win.Printing.PreviewSettings.Zoom"/> using the
- mouse. When <b>DynamicZoom</b> is used, the mouse may be pressed and dragged
- up or down to synchronously zoom in or out respectively. When <b>ZoomIn</b> is
- used, the end-user can either click on a page to zoom in at a set increment or
- they may lasso the area that they want to zoom into. Lastly, when <b>ZoomOut</b>
- is used, the end-user can either click on a page to zoom out to a fixed increment
- or they may lasso an area that is used to determine the new zoom level.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings">
- <summary>
- Returns an object used to modify settings for the print preview control.
- </summary>
- <remarks>
- <p class="body">The <b>Settings</b> property returns an instance of a
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> class. The settings of this object are
- used to change common preview settings such as the maximum number of
- <see cref="P:Infragistics.Win.Printing.PreviewSettings.Rows"/> and <see cref="P:Infragistics.Win.Printing.PreviewSettings.Columns"/>
- that are displayed within the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl">
- <summary>
- The preview control on the dialog
- </summary>
- <remarks>
- <p class="body">This is a read-only property that returns the <b>UltraPrintPreviewControl</b>
- on the dialog that displays the preview pages generated using the specified
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/>.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail">
- <summary>
- The thumbnail control on the dialog
- </summary>
- <remarks>
- <p class="body">This is a read-only property that returns the <b>UltraPrintPreviewThumbnail</b>
- on the dialog that displays thumbnails of the preview pages generated using the specified
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Document"/>.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar">
- <summary>
- The status bar.
- </summary>
- <remarks>
- <p class="body">This is a read-only property that returns the <b>UltraStatusBar</b>
- that is displayed on the dialog. The statusbar by default contains 2 panels - one
- which displays status information about toolbar tools and controls on the dialog and
- another that displays the current and total page count.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBarVisible">
- <summary>
- Returns or sets whether the status bar is visible.
- </summary>
- <remarks>
- <p class="body">The <b>StatusBarVisible</b> is a boolean property that is
- used to hide/show the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/> on the dialog is displayed. By default, this
- property is set to true so that statusbar will be displayed.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.Style">
- <summary>
- Returns or sets the style of toolbars and the status bar in the dialog.
- </summary>
- <remarks>
- <p class="body">The <b>Style</b> is used to determine the
- display style for the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/> and <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
- that are on the dialog.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailAreaVisible">
- <summary>
- Returns or sets whether the thumbnail area is visible when the dialog is shown initially.
- </summary>
- <remarks>
- <p class="body">The <b>ThumbnailAreaVisible</b> is a boolean property that is
- used to hide/show the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> on the dialog is displayed. By default, this
- property is set to true so that thumbnail will be displayed.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageNumberAppearance">
- <summary>
- 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"/>.
- </summary>
- <remarks>
- <p class="body">The <b>ThumbnailCurrentPreviewPageNumberAppearance</b> is an <see cref="T:Infragistics.Win.AppearanceBase"/> that is
- used to render the page number (see <see cref="P:Infragistics.Win.Printing.PreviewSettings.PageNumberDisplayStyle"/>) of the
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> based on the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewControlBase.CurrentPage"/> of
- the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailCurrentPreviewPageAppearance">
- <summary>
- 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"/>.
- </summary>
- <remarks>
- <p class="body">The <b>ThumbnailCurrentPreviewPageAppearance</b> is an <see cref="T:Infragistics.Win.AppearanceBase"/> that is
- used to render the page of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/> based on the
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewControlBase.CurrentPage"/> of the
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailSettings">
- <summary>
- Returns an object used to modify settings for the print preview thumbnail control.
- </summary>
- <remarks>
- <p class="body">The <b>Settings</b> property returns an instance of a
- <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/> class. The settings of this object are
- used to change common preview settings such as the maximum number of
- <see cref="P:Infragistics.Win.Printing.PreviewSettings.Rows"/> and <see cref="P:Infragistics.Win.Printing.PreviewSettings.Columns"/>
- that are displayed within the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PreviewSettings"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxDisplayStyle">
- <summary>
- Returns or sets a value indicating where the view box will be displayed in the thumbnail pages.
- </summary>
- <remarks>
- <p class="body">The <b>ThumbnailViewBoxDisplayStyle</b> determines which preview pages, if any, will include
- a viewbox element. The viewbox element indicates what portion of that page is currently displayed within
- the associated <b>PreviewControl</b> of the <see cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxDragMode">
- <summary>
- Returns or sets a value indicating where the thumbnail view box may be dragged within the page.
- </summary>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxDisplayStyle"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ThumbnailViewBoxAppearance">
- <summary>
- 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.
- </summary>
- <remarks>
- <p class="body">The viewbox is the area within the preview pages of the <b>UltraPrintPreviewThumbnail</b>
- 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>
- </remarks>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.ToolbarsManager">
- <summary>
- The toolbars manager.
- </summary>
- <remarks>
- <p class="body">The <b>ToolbarsManager</b> returns the <b>UltraToolbarsManager</b>
- that is used by the dialog to provide the toolbars that the end-user can use to interact
- with the preview pages.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.StatusBar"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewThumbnail"/>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.UseAntiAlias">
- <summary>
- Returns or sets whether the print preview will be rendered using anti aliasing.
- </summary>
- <remarks>
- <p class="body">This property is used to determine whether the print preview will
- be rendered using anti-aliasing. By default, anti-aliasing is not used.</p>
- <p class="note"><b>Note:</b> Changing this property will cause the entire preview to be regenerated.</p>
- </remarks>
- <seealso cref="P:Infragistics.Win.Printing.UltraPrintPreviewDialog.PrintPreviewControl"/>
- </member>
- <member name="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.PageSetupDialogDisplaying">
- <summary>
- Occurs before the page setup dialog is displayed.
- </summary>
- <remarks>
- <p class="body">The <b>PageSetupDialogDisplaying</b> event is raised when the
- end-user has clicked the <b>Page Setup</b> button and allows you to alter the
- settings of the <see cref="P:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs.Dialog"/> before
- it is displayed or even cancel the event and display your own custom page
- setup dialog.</p>
- </remarks>
- <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPageSetupDialogDisplaying(Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs)"/>
- <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventArgs"/>
- <seealso cref="T:Infragistics.Win.Printing.PageSetupDialogDisplayingEventHandler"/>
- </member>
- <member name="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing">
- <summary>
- Occurs in response to a click on the 'Print' tool before the print operation begins.
- </summary>
- <remarks>
- <p class="body">The <b>Printing</b> event is a cancellable event that may be used to
- cancel the print operation or just control whether the status dialog should be
- displayed during the print operation (using the <see cref="P:Infragistics.Win.Printing.PrintingEventArgs.DisplayPrintStatus"/>).</p>
- </remarks>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed"/>
- <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinting(Infragistics.Win.Printing.PrintingEventArgs)"/>
- <seealso cref="T:Infragistics.Win.Printing.PrintingEventArgs"/>
- <seealso cref="T:Infragistics.Win.Printing.PrintingEventHandler"/>
- </member>
- <member name="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printed">
- <summary>
- Occurs in response to a click on the 'Print' tool after the print operation ends.
- </summary>
- <remarks>
- <p class="body">The <b>Printed</b> event is raised in response to the end-user clicking
- the <b>Print</b> toolbar button after the print operation has completed.</p>
- </remarks>
- <seealso cref="E:Infragistics.Win.Printing.UltraPrintPreviewDialog.Printing"/>
- <seealso cref="M:Infragistics.Win.Printing.UltraPrintPreviewDialog.OnPrinted(System.EventArgs)"/>
- </member>
- <member name="T:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner">
- <summary>
- Designer for managing an <see cref="T:Infragistics.Win.Printing.UltraPrintPreviewDialog"/>
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.Initialize(System.ComponentModel.IComponent)">
- <summary>
- Initializes the designer with the specified component.
- </summary>
- <param name="component">Component the designer is working with.</param>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.ActionLists">
- <summary>
- Gets the <see cref="T:System.ComponentModel.Design.DesignerActionListCollection"/> for this designer's control/component.
- </summary>
- </member>
- <member name="T:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList">
- <summary>
- Provides DesignerActionItems for the SmartTag associated with the UltraPrintPreviewDialog.
- </summary>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.#ctor(Infragistics.Win.Printing.UltraPrintPreviewDialog)">
- <summary>
- Constructor
- </summary>
- <param name="product">The UltraPrintPreviewDialog</param>
- </member>
- <member name="M:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.CreateActionItems(System.ComponentModel.Design.DesignerActionItemCollection)">
- <summary>
- Overrides CreateActionItems.
- </summary>
- <param name="actionItems">The list to populate.</param>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.Document">
- <summary>
- Used by SmartTag Panel.
- </summary>
- </member>
- <member name="P:Infragistics.Win.Printing.UltraPrintPreviewDialogDesigner.UltraPrintPreviewDialogActionList.Style">
- <summary>
- Used by SmartTag Panel.
- </summary>
- </member>
- </members>
- </doc>
|