See Also

UltraDesktopAlert Class  | Infragistics.Win.Misc Namespace

See Also Infragistics2.Win.Misc.v7.2

UltraDesktopAlert Class Members

Infragistics.Win.Misc Namespace : UltraDesktopAlert Class

UltraDesktopAlert Overview

Public Constructors

Public Constructor UltraDesktopAlert Constructor Overloaded.  Creates a new instance of the UltraDesktopAlert class.

Public Properties

Public Property AlertButtons Returns a collection of UltraDesktopAlertButton objects, which are displayed alongside the bottom edge of the desktop alert window.
Public Property AllowMove Gets/sets whether the end user can move the desktop alert window by dragging it to a different location.
Public Property AllowMoveResolved Returns the resolved value of the UltraDesktopAlert.AllowMove property.
Public Property AlphaBlendEnabled (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property AlphaBlendMode (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property AnimationScrollDirectionAutoClose Gets/sets the direction for the scrolling effect when the desktop alert window is automatically closed. Applicable only when the UltraDesktopAlert.AnimationStyleShow property is set to enable scrolling effects.
Public Property AnimationScrollDirectionAutoCloseResolved Returns the resolved value of the UltraDesktopAlert.AnimationScrollDirectionAutoClose property.
Public Property AnimationScrollDirectionShow Gets/sets the direction for the scrolling effect when the desktop alert window is displayed. Applicable only when the UltraDesktopAlert.AnimationStyleShow property is set to enable scrolling effects.
Public Property AnimationScrollDirectionShowResolved Returns the resolved value of the UltraDesktopAlert.AnimationScrollDirectionShow property.
Public Property AnimationSpeed Gets/sets the relative speed of the animation effect used when the desktop alert window is shown or automatically closed.
Public Property AnimationSpeedResolved Returns the resolved value of the UltraDesktopAlert.AnimationSpeed property.
Public Property AnimationStyleAutoClose Gets/sets how the desktop alert window is animated when it automatically closes.
Public Property AnimationStyleAutoCloseResolved Returns the resolved value of the UltraDesktopAlert.AnimationStyleAutoClose property.
Public Property AnimationStyleShow Gets/sets how the desktop alert window is animated when it is displayed.
Public Property AnimationStyleShowResolved Returns the resolved value of the UltraDesktopAlert.AnimationStyleShow property.
Public Property Appearance Gets/sets the appearance for the desktop alert windows displayed by this UltraDesktopAlert instance.

Note: The Appearance property determines the visual appearance of all desktop alert window instances displayed by this UltraDesktopAlert.

The Application Styling equivalent of the Appearance property is realized through the DesktopAlertControlAreaUIRole.

Note: Changing properties of the UltraDesktopAlert component when one or more desktop alert windows are open is not recommended; such changes will not be fully applied for desktop alert windows that are currently open. The HasOpenWindows property should be used to determine whether any desktop alert windows are currently open for this instance before changing property values.

Public Property Appearances Returns a repository in which AppearanceBase objects can be stored.
Public Property AutoClose Gets/sets whether the desktop alert window automatically closes itself after the amount of time specified by the UltraDesktopAlert.AutoCloseDelay property has elapsed.
Public Property AutoCloseDelay Gets/sets the amount of time that is allowed to elapse before the desktop alert window automatically closes when the UltraDesktopAlert.AutoClose property is set to true, expressed in milliseconds.
Public Property AutoCloseDelayResolved Returns the resolved value of the UltraDesktopAlert.AutoCloseDelay property.
Public Property AutoCloseResolved Returns the resolved value of the UltraDesktopAlert.AutoClose property.
Public Property ButtonAppearance Gets/sets the appearance for the buttons which appear in the desktop alert windows displayed by this UltraDesktopAlert instance.
Public Property ButtonHotTrackAppearance Gets/sets the appearance for the buttons which appear in the desktop alert window instances displayed by this UltraDesktopAlert instance when the cursor is positioned over the button.
Public Property ButtonImageSize Gets/sets the size of the images that are displayed by the buttons which belong to the UltraDesktopAlert.AlertButtons collection, as well as the CloseButtonUIElement, DropDownButtonUIElement, and PinButtonUIElement.
Public Property ButtonImageSizeResolved Returns the resolved value of the UltraDesktopAlert.ButtonImageSize property.
Public Property ButtonPressedAppearance Gets/sets the appearance for the buttons which appear in the desktop alert window instances displayed by this UltraDesktopAlert instance when the button is in the pressed state.
Public Property ButtonStyle Gets/sets the style for the buttons displayed in the desktop alert window.
Public Property ButtonStyleResolved Returns the resolved value of the UltraDesktopAlert.ButtonStyle property.
Public Property CaptionAppearance Gets/sets the appearance which determines how the value of the UltraDesktopAlertShowWindowInfo.Caption property appears in the user interface.
Public Property CaptionAreaAppearance Gets/sets the appearance for the area in which the UltraDesktopAlertWindowInfo.Caption is displayed. Applicable only when the UltraDesktopAlert.Style property is set to 'WindowsLiveMessenger'.
Public Property CaptionAreaImageSize Gets/sets the size of the image that is displayed in the caption area. Applicable only when the UltraDesktopAlert.Style property is set to 'WindowsLiveMessenger'.
Public Property CaptionAreaImageSizeResolved Returns the resolved value of the UltraDesktopAlert.CaptionAreaImageSize property.
Public Property CaptionHotTrackAppearance Gets/sets the appearance which determines how the value of the UltraDesktopAlertShowWindowInfo.Caption property appears in the user interface when the cursor is positioned over it.
Public Property CloseButtonVisible Gets/sets whether the close button is displayed in the desktop alert window.
Public Property CloseButtonVisibleResolved Returns the resolved value of the UltraDesktopAlert.CloseButtonVisible property.
Public Property ComponentRole (Inherited from Infragistics.Win.UltraStylableComponent) 
Public Property Container (Inherited from System.ComponentModel.Component) 
Public Property CreationFilter (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property Cursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property CursorFilter (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property DrawFilter (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property DropDownButtonVisible Gets/sets whether the dropdown button is displayed in the desktop alert window.
Public Property DropDownButtonVisibleResolved Returns the resolved value of the UltraDesktopAlert.DropDownButtonVisible property.
Public Property Enabled (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property EventManager Returns the UltraDesktopAlertEventManager instance which handles event firing for the UltraDesktopAlert component.
Public Property FixedSize Gets/sets the size of the desktop alert windows displayed by this UltraDesktopAlert instance.
Public Property FlatMode (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property FooterTextAppearance Gets/sets the appearance which determines how the value of the UltraDesktopAlertWindowInfo.FooterText property appears in the user interface.
Public Property FooterTextHotTrackAppearance Gets/sets the appearance which determines how the value of the UltraDesktopAlertWindowInfo.FooterText property appears in the user interface when the cursor is positioned over it.
Public Property GripAreaAppearance Gets/sets the appearance for the area in which the grip indicator is displayed. Applicable only when the UltraDesktopAlert.Style property is set to 'Office2007'.
Public Property HasAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.Appearance.
Public Property HasButtonAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.ButtonAppearance.
Public Property HasButtonHotTrackAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.ButtonHotTrackAppearance.
Public Property HasButtonPressedAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.ButtonPressedAppearance.
Public Property HasCaptionAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.CaptionAppearance.
Public Property HasCaptionAreaAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.CaptionAreaAppearance.
Public Property HasCaptionHotTrackAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.CaptionHotTrackAppearance.
Public Property HasFooterTextAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.FooterTextAppearance.
Public Property HasFooterTextHotTrackAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.FooterTextHotTrackAppearance.
Public Property HasGripAreaAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.GripAreaAppearance.
Public Property HasOpenWindows Returns whether there are any desktop alert windows currently open for this UltraDesktopAlert instance.
Public Property HasTextAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.TextAppearance.
Public Property HasTextHotTrackAppearance Returns whether an appearance object has been created for the UltraDesktopAlert.TextHotTrackAppearance.
Public Property ImageSize Gets/sets the size of the image that is displayed in the client area of the desktop alert window.
Public Property ImageSizeResolved Returns the resolved value of the UltraDesktopAlert.ImageSize property.
Public Property IsUpdating (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property MainImageAreaBorderColor Gets/sets the border color for the MainImageAreaUIElement.
Public Property MainImageAreaBorderColorResolved Returns the resolved value of the UltraDesktopAlert.MainImageAreaBorderColor property.
Public Property MultipleWindowDisplayStyle Gets/sets whether multiple instances of the desktop alert window can appear, and whether their screen locations will be automatically negotiated to prevent overlapping.
Public Property MultipleWindowDisplayStyleResolved Returns the resolved value of the UltraDesktopAlert.MultipleWindowDisplayStyle property.
Public Property Opacity Gets/sets the alpha level (opacity) of the desktop alert window when the cursor is not positioned over it.
Public Property OpacityResolved Returns the resolved value of the UltraDesktopAlert.Opacity property.
Public Property Site (Inherited from System.ComponentModel.Component) 
Public Property Style Gets/sets the style of the desktop alert windows displayed by this UltraDesktopAlert instance.
Public Property StyleLibraryName (Inherited from Infragistics.Win.UltraStylableComponent) 
Public Property StyleResolved Returns the resolved value of the UltraDesktopAlert.Style property.
Public Property StyleSetName (Inherited from Infragistics.Win.UltraStylableComponent) 
Public Property SupportThemes (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property TextAppearance Gets/sets the appearance which determines how the value of the UltraDesktopAlertWindowInfo.Text property appears in the user interface.
Public Property TextHotTrackAppearance Gets/sets the appearance which determines how the value of the UltraDesktopAlertWindowInfo.Text property appears in the user interface when the cursor is positioned over it.
Public Property TextRenderingMode (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property TreatCaptionAsLink Gets/sets whether the UltraDesktopAlertShowWindowInfo.Caption will look and behave like a hyperlink when the required formatting characters are not present.
Public Property TreatCaptionAsLinkResolved Returns the resolved value of the UltraDesktopAlert.TreatCaptionAsLink property.
Public Property TreatFooterTextAsLink Gets/sets whether the UltraDesktopAlertShowWindowInfo.FooterText will look and behave like a hyperlink when the required formatting characters are not present.
Public Property TreatFooterTextAsLinkResolved Returns the resolved value of the UltraDesktopAlert.TreatFooterTextAsLink property.
Public Property TreatTextAsLink Gets/sets whether the UltraDesktopAlertShowWindowInfo.Text will look and behave like a hyperlink when the required formatting characters are not present.
Public Property TreatTextAsLinkResolved Returns the resolved value of the UltraDesktopAlert.TreatTextAsLink property.
Public Property UseAppStyling (Inherited from Infragistics.Win.UltraStylableComponent) 
Public Property UseFlatMode (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property UseFlatModeResolved (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property UseOsThemes (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property UseOsThemesResolved (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Property Visible (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 

Public Methods

Public Method BeginUpdate (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Method Close Overloaded.  Closes the desktop alert window associated with the specified UltraDesktopAlertWindowInfo instance.
Public Method CloseAll Closes all currently open desktop alert windows associated with this UltraDesktopAlert instance.
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Public Method Dispose Overloaded.  Called when this UltraDesktopAlert instance is disposed of.
Public Method EndUpdate (Inherited from Infragistics.Win.UltraComponentControlManagerBase)Overloaded.  
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Public Method GetWindowInfo Returns the UltraDesktopAlertWindowInfo instance whose UltraDesktopAlertWindowInfo.Key property matches the specified value, or null if no window with the specified value is currently open.
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Public Method IsOpen Overloaded.  Returns whether the specified UltraDesktopAlertWindowInfo instance is currently open.
Public Method ResetAlertButtons Clears the contents of the UltraDesktopAlert.AlertButtons collection.
Public Method ResetAllowMove Sets the UltraDesktopAlert.AllowMove property to its default value.
Public Method ResetAnimationScrollDirectionAutoClose Sets the UltraDesktopAlert.AnimationScrollDirectionAutoClose property to its default value.
Public Method ResetAnimationScrollDirectionShow Sets the UltraDesktopAlert.AnimationScrollDirectionShow property to its default value.
Public Method ResetAnimationSpeed Sets the UltraDesktopAlert.AnimationSpeed property to its default value.
Public Method ResetAnimationStyleAutoClose Sets the UltraDesktopAlert.AnimationStyleAutoClose property to its default value.
Public Method ResetAnimationStyleShow Sets the UltraDesktopAlert.AnimationStyleShow property to its default value.
Public Method ResetAppearance Resets the properties of the UltraDesktopAlert.Appearance to their default values.
Public Method ResetAutoClose Sets the UltraDesktopAlert.AutoClose property to its default value.
Public Method ResetAutoCloseDelay Sets the UltraDesktopAlert.AutoCloseDelay property to its default value.
Public Method ResetButtonAppearance Resets the properties of the UltraDesktopAlert.ButtonAppearance to their default values.
Public Method ResetButtonHotTrackAppearance Resets the properties of the UltraDesktopAlert.ButtonHotTrackAppearance to their default values.
Public Method ResetButtonImageSize Sets the UltraDesktopAlert.ButtonImageSize property to its default value.
Public Method ResetButtonPressedAppearance Resets the properties of the UltraDesktopAlert.ButtonPressedAppearance to their default values.
Public Method ResetButtonStyle Sets the UltraDesktopAlert.ButtonStyle property to its default value.
Public Method ResetCaptionAppearance Resets the properties of the UltraDesktopAlert.CaptionAppearance to their default values.
Public Method ResetCaptionAreaAppearance Resets the properties of the UltraDesktopAlert.CaptionAreaAppearance to their default values.
Public Method ResetCaptionAreaImageSize Sets the UltraDesktopAlert.CaptionAreaImageSize property to its default value.
Public Method ResetCaptionHotTrackAppearance Resets the properties of the UltraDesktopAlert.CaptionHotTrackAppearance to their default values.
Public Method ResetCloseButtonVisible Sets the UltraDesktopAlert.CloseButtonVisible property to its default value.
Public Method ResetCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Method ResetDropDownButtonVisible Sets the UltraDesktopAlert.DropDownButtonVisible property to its default value.
Public Method ResetFixedSize Sets the UltraDesktopAlert.FixedSize property to its default value.
Public Method ResetFooterTextAppearance Resets the properties of the UltraDesktopAlert.FooterTextAppearance to their default values.
Public Method ResetFooterTextHotTrackAppearance Resets the properties of the UltraDesktopAlert.FooterTextHotTrackAppearance to their default values.
Public Method ResetGripAreaAppearance Resets the properties of the UltraDesktopAlert.GripAreaAppearance to their default values.
Public Method ResetImageSize Sets the UltraDesktopAlert.ImageSize property to its default value.
Public Method ResetMainImageAreaBorderColor Sets the UltraDesktopAlert.MainImageAreaBorderColor property to its default value.
Public Method ResetMultipleWindowDisplayStyle Sets the UltraDesktopAlert.MultipleWindowDisplayStyle property to its default value.
Public Method ResetOpacity Sets the UltraDesktopAlert.Opacity property to its default value.
Public Method ResetStyle Sets the UltraDesktopAlert.Style property to its default value.
Public Method ResetTextAppearance Resets the properties of the UltraDesktopAlert.TextAppearance to their default values.
Public Method ResetTextHotTrackAppearance Resets the properties of the UltraDesktopAlert.TextHotTrackAppearance to their default values.
Public Method ResetTreatCaptionAsLink Sets the UltraDesktopAlert.TreatCaptionAsLink property to its default value.
Public Method ResetTreatFooterTextAsLink Sets the UltraDesktopAlert.TreatFooterTextAsLink property to its default value.
Public Method ResetTreatTextAsLink Sets the UltraDesktopAlert.TreatTextAsLink property to its default value.
Public Method ResolveAlertButtonAppearance Overloaded.  Resolves the general appearance for the UltraDesktopAlertButton instances displayed by this UltraDesktopAlert
Public Method ResolveAppearance Resolves the appearance for the desktop alert windows displayed by this UltraDesktopAlert instance.
Public Method ResolveCaptionAppearance Overloaded.  Resolves the appearance for the formatted text element which represents the UltraDesktopAlertShowWindowInfo.Caption property.
Public Method ResolveCaptionAreaAppearance Resolves the appearance for the caption area of the desktop alert windows displayed by this UltraDesktopAlert instance. Applicable only when the UltraDesktopAlert.Style property resolves to 'WindowsLiveMessenger'.
Public Method ResolveCloseButtonAppearance Resolves the appearance for the close button.
Public Method ResolveDropDownButtonAppearance Resolves the appearance for the dropdown button.
Public Method ResolveFooterTextAppearance Overloaded.  Resolves the appearance for the formatted text element which represents the UltraDesktopAlertShowWindowInfo.FooterText property.
Public Method ResolveGripAreaAppearance Resolves the appearance for the caption area of the desktop alert windows displayed by this UltraDesktopAlert instance. Applicable only when the UltraDesktopAlert.Style property resolves to 'Office2007'.
Public Method ResolveTextAppearance Overloaded.  Resolves the appearance for the formatted text element which represents the UltraDesktopAlertShowWindowInfo.Text property.
Public Method Show Overloaded.  Shows the desktop alert window with the specified information.
Public Method ToString (Inherited from System.ComponentModel.Component) 

Public Events

Public Event AlertButtonClicked Occurs when a member of the UltraDesktopAlert.AlertButtons collection is clicked.
Public Event DesktopAlertClosed Occurs immediately after a desktop alert window has been closed.
Public Event DesktopAlertClosing Occurs when a desktop alert window is about to close.
Public Event DesktopAlertLinkClicked Occurs when the UltraDesktopAlertShowWindowInfo.Caption, UltraDesktopAlertShowWindowInfo.Text, or UltraDesktopAlertShowWindowInfo.FooterText link has been clicked by the end user.
Public Event Disposed (Inherited from System.ComponentModel.Component) 
Public Event DropDownButtonClicked Occurs when the dropdown button has been clicked by the end user.
Public Event MouseEnterElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Event MouseLeaveElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Public Event PropertyChanged (Inherited from Infragistics.Win.UltraComponentBase) 

Protected Properties

Protected Property CanRaiseEvents (Inherited from System.ComponentModel.Component) 
Protected Property DesignMode (Inherited from System.ComponentModel.Component) 
Protected Property Events (Inherited from Infragistics.Win.UltraComponentBase) 
Protected Property SubObjectPropChangeHandler Returns the event handler that notifies OnSubObjectPropChanged

Protected Methods

Protected Method ChangeControlsEnabledState Overridden.  This method is invoked when the Enabled property of the managed controls should be changed.
Protected Method ChangeControlsVisibleState Overridden.  This method is invoked when the Visible property of the managed controls should be changed.
Protected Method CreateComponentRole Overridden.  Factory method used to create the component role that provides the style information for the control.
Protected Method DirtyChildElements Overridden.  This method is invoked when the uielements for the managed controls should be dirtied. A control should only be dirtied if its IsHandleCreated property returns true.
Protected Method Finalize (Inherited from System.ComponentModel.Component) 
Protected Method GetSelectionManager (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Protected Method GetService (Inherited from System.ComponentModel.Component) 
Protected Method InvalidateControls Overridden.  This method is invoked when the controls should be invalidated. A control should only be invalidated if its IsHandleCreated property returns true.
Protected Method ManagedControlInitialized (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Protected Method MemberwiseClone (Inherited from System.MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
Protected Method NotifyDesignEnvironmentOfChange (Inherited from Infragistics.Win.UltraComponentBase) 
Protected Method NotifyPropChange (Inherited from Infragistics.Win.UltraComponentBase)Overloaded.  
Protected Method OnAlertButtonClicked Invokes the control's UltraDesktopAlert.AlertButtonClicked event.
Protected Method OnBeginInit Invoked during the BeginInit method of the component. Note that the base class implementation does nothing; the method exists as a convenience to inheritors.
Protected Method OnDesktopAlertClosed Invokes the control's UltraDesktopAlert.DesktopAlertClosed event.
Protected Method OnDesktopAlertClosing Invokes the control's UltraDesktopAlert.DesktopAlertClosing event.
Protected Method OnDesktopAlertLinkClicked Invokes the control's UltraDesktopAlert.DesktopAlertLinkClicked event.
Protected Method OnDropDownButtonClicked Invokes the control's UltraDesktopAlert.DropDownButtonClicked event.
Protected Method OnEndInit Invoked during the EndInit method of the component. Note that the base class implementation does nothing; the method exists as a convenience to inheritors.
Protected Method OnMouseEnterElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Protected Method OnMouseLeaveElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Protected Method OnPropertyChanged Overridden.  Called when a property has changed on an object property of this UltraDesktopAlert control.
Protected Method OnSubObjectPropChanged Called when a property changes on an object property of the UltraDesktopAlert control.
Protected Method ShouldSerializeAlertButtons Returns whether the UltraDesktopAlert.AlertButtons collection requires serialization.
Protected Method ShouldSerializeAllowMove Returns whether the UltraDesktopAlert.AllowMove property requires serialization.
Protected Method ShouldSerializeAnimationScrollDirectionAutoClose Returns whether the UltraDesktopAlert.AnimationScrollDirectionAutoClose property requires serialization.
Protected Method ShouldSerializeAnimationScrollDirectionShow Returns whether the UltraDesktopAlert.AnimationScrollDirectionShow property requires serialization.
Protected Method ShouldSerializeAnimationSpeed Returns whether the UltraDesktopAlert.AnimationSpeed property requires serialization.
Protected Method ShouldSerializeAnimationStyleAutoClose Returns whether the UltraDesktopAlert.AnimationStyleAutoClose property requires serialization.
Protected Method ShouldSerializeAnimationStyleShow Returns whether the UltraDesktopAlert.AnimationStyleShow property requires serialization.
Protected Method ShouldSerializeAppearance Returns whether the UltraDesktopAlert.Appearance requires serialization.
Protected Method ShouldSerializeAutoClose Returns whether the UltraDesktopAlert.AutoClose property requires serialization.
Protected Method ShouldSerializeAutoCloseDelay Returns whether the UltraDesktopAlert.AutoCloseDelay property requires serialization.
Protected Method ShouldSerializeButtonAppearance Returns whether the UltraDesktopAlert.ButtonAppearance requires serialization.
Protected Method ShouldSerializeButtonHotTrackAppearance Returns whether the UltraDesktopAlert.ButtonHotTrackAppearance requires serialization.
Protected Method ShouldSerializeButtonImageSize Returns whether the UltraDesktopAlert.ButtonImageSize property requires serialization.
Protected Method ShouldSerializeButtonPressedAppearance Returns whether the UltraDesktopAlert.ButtonPressedAppearance requires serialization.
Protected Method ShouldSerializeButtonStyle Returns whether the UltraDesktopAlert.ButtonStyle property requires serialization.
Protected Method ShouldSerializeCaptionAppearance Returns whether the UltraDesktopAlert.CaptionAppearance requires serialization.
Protected Method ShouldSerializeCaptionAreaAppearance Returns whether the UltraDesktopAlert.CaptionAreaAppearance requires serialization.
Protected Method ShouldSerializeCaptionAreaImageSize Returns whether the UltraDesktopAlert.CaptionAreaImageSize property requires serialization.
Protected Method ShouldSerializeCaptionHotTrackAppearance Returns whether the UltraDesktopAlert.CaptionHotTrackAppearance requires serialization.
Protected Method ShouldSerializeCloseButtonVisible Returns whether the UltraDesktopAlert.CloseButtonVisible property requires serialization.
Protected Method ShouldSerializeCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase) 
Protected Method ShouldSerializeDropDownButtonVisible Returns whether the UltraDesktopAlert.DropDownButtonVisible property requires serialization.
Protected Method ShouldSerializeFixedSize Returns whether the UltraDesktopAlert.FixedSize property requires serialization.
Protected Method ShouldSerializeFooterTextAppearance Returns whether the UltraDesktopAlert.FooterTextAppearance requires serialization.
Protected Method ShouldSerializeFooterTextHotTrackAppearance Returns whether the UltraDesktopAlert.FooterTextHotTrackAppearance requires serialization.
Protected Method ShouldSerializeGripAreaAppearance Returns whether the UltraDesktopAlert.GripAreaAppearance requires serialization.
Protected Method ShouldSerializeImageSize Returns whether the UltraDesktopAlert.ImageSize property requires serialization.
Protected Method ShouldSerializeMainImageAreaBorderColor Returns whether the UltraDesktopAlert.MainImageAreaBorderColor property requires serialization.
Protected Method ShouldSerializeMultipleWindowDisplayStyle Returns whether the UltraDesktopAlert.MultipleWindowDisplayStyle property requires serialization.
Protected Method ShouldSerializeOpacity Returns whether the UltraDesktopAlert.Opacity property requires serialization.
Protected Method ShouldSerializeStyle Returns whether the UltraDesktopAlert.Style property requires serialization.
Protected Method ShouldSerializeTextAppearance Returns whether the UltraDesktopAlert.TextAppearance requires serialization.
Protected Method ShouldSerializeTextHotTrackAppearance Returns whether the UltraDesktopAlert.TextHotTrackAppearance requires serialization.
Protected Method ShouldSerializeTreatCaptionAsLink Returns whether the UltraDesktopAlert.TreatCaptionAsLink property requires serialization.
Protected Method ShouldSerializeTreatFooterTextAsLink Returns whether the UltraDesktopAlert.TreatFooterTextAsLink property requires serialization.
Protected Method ShouldSerializeTreatTextAsLink Returns whether the UltraDesktopAlert.TreatTextAsLink property requires serialization.

See Also

UltraDesktopAlert Class  | Infragistics.Win.Misc Namespace

E-mail your feedback on this topic.

Opinion about our help? Take our survey.

Copyright © 1996-2007 Infragistics, Inc. All rights reserved.

Build Version: 7.2.20072.1063