Version

PreviewSettings Class Members

The following tables list the members exposed by PreviewSettings.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAcceptsFocusReturns or sets whether the control takes focus.  
Public PropertyAppearanceReturns or sets the appearance used to render the background appearance for the control.  
Public PropertyBorderStyleReturns or sets the borderstyle rendered around the control.  
Public PropertyColumnsReturns or sets the number of columns of preview pages displayed.  
Public PropertyCurrentPageAppearanceReturns or sets the appearance used to render the UltraPrintPreviewControlBase.CurrentPage.  
Public PropertyCurrentPageNumberAppearanceReturns or sets the appearance used to render the page number for the UltraPrintPreviewControlBase.CurrentPage.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasCurrentPageAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasCurrentPageNumberAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasPageAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasPageNumberAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyMousePanningReturns or sets whether mouse panning using the middle mouse button is supported.  
Public PropertyPageAppearanceReturns or sets the appearance used to render the page.  
Public PropertyPageNumberAppearanceReturns or sets the appearance used to render the page number.  
Public PropertyPageNumberDisplayStyleReturns or sets a value indicating where page numbers are displayed in the preview.  
Public PropertyRowsReturns or sets the number of rows of preview pages displayed.  
Public PropertyScrollBarLookObject used to modify the appearance of the scroll bars.  
Public PropertyScrollModeReturns or sets whether the preview page displayed is updated while the vertical scrollbar thumb is being dragged.  
Public PropertyScrollTipStyleReturns or sets whether a scroll tip will be displayed as the scroll thumb is dragged.  
Public PropertyShowHorizontalScrollBarReturns or sets when the horizontal scrollbar is displayed.  
Public PropertyShowVerticalScrollBarReturns or sets when the vertical scrollbar is displayed.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyZoomReturns or sets the magnification of the preview pages.  
Public PropertyZoomModeReturns or sets a value indicating how the Zoom should be calculated.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetAcceptsFocusResets the AcceptsFocus property to its default value.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetCurrentPageAppearanceResets the CurrentPageAppearance property to its default value.  
Public MethodResetCurrentPageNumberAppearanceResets the CurrentPageNumberAppearance property to its default value.  
Public MethodResetPageAppearanceResets the PageAppearance property to its default value.  
Public MethodResetPageNumberAppearanceResets the PageNumberAppearance property to its default value.  
Public MethodResetPageNumberDisplayStyleResets the PageNumberDisplayStyle property to its default value.  
Public MethodResetScrollBarLookResets the property to its default value.  
Public MethodResetZoomResets the Zoom property to its default value.  
Public MethodResetZoomModeResets the ZoomMode property to its default value.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a System.String that represents the current PreviewSettings.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Invoked when the object is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Invoked when a property on a subobject has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAcceptsFocusIndicates if the AcceptsFocus property is different then its default value.  
Protected MethodShouldSerializeAppearance

Returns a Boolean value that determines whether the Appearance property is set to its default value.

 
Protected MethodShouldSerializeCurrentPageAppearance

Returns a Boolean value that determines whether the CurrentPageAppearance property is set to its default value.

 
Protected MethodShouldSerializeCurrentPageNumberAppearance

Returns a Boolean value that determines whether the CurrentPageNumberAppearance property is set to its default value.

 
Protected MethodShouldSerializePageAppearance

Returns a Boolean value that determines whether the PageAppearance property is set to its default value.

 
Protected MethodShouldSerializePageNumberAppearance

Returns a Boolean value that determines whether the PageNumberAppearance property is set to its default value.

 
Protected MethodShouldSerializePageNumberDisplayStyleIndicates if the PageNumberDisplayStyle property is different then its default value.  
Protected MethodShouldSerializeScrollBarLookIndicates whether the property needs to be serialized.  
Protected MethodShouldSerializeZoomIndicates if the Zoom property is different then its default value.  
Protected MethodShouldSerializeZoomModeIndicates if the ZoomMode property is different then its default value.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also