Infragistics(R) NetAdvantage(R) Windows Forms
UltraDesktopAlertWindowInfo Class Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : UltraDesktopAlertWindowInfo Class


The following tables list the members exposed by UltraDesktopAlertWindowInfo.

Public Properties

 NameDescription
public PropertyBounds Returns the current location and actual size of the associated desktop alert window.  
public PropertyCaption Returns the caption portion of the link that is displayed in the associated desktop alert window.  
public PropertyData Returns an object which represents additional data for the associated desktop alert window.  
public PropertyDesktopAlertReturns the UltraDesktopAlert component associated with this instance, or null if this instance is not currently associated with an UltraDesktopAlert component.  
public PropertyDesktopAlertWindowReturns the UltraDesktopAlert component associated with this instance, or null if this instance is not currently associated with an UltraDesktopAlert component.  
public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
public PropertyFooterText Returns the text for the link which is displayed in the associated desktop alert window’s footer section.  
public PropertyImage Returns the image which is displayed in the associated desktop alert window.  
public PropertyImageResolvedReturns the resolved value of the Image property.  
public PropertyKey Returns a value that can be used to identify the desktop alert window associated with this instance.  
public PropertyPinButtonVisibleReturns the value of the associated UltraDesktopAlertShowWindowInfo.PinButtonVisible property.  
public PropertyPinned Gets/sets whether the desktop alert window is "pinned", i.e., will not be automatically closed.  
public PropertySoundGets/sets either the full path to a sound file, or the value of a constant from the T:Infragistics.Win.SoundEvents enumeration, which is played when the desktop alert window is about to be displayed.  
public PropertyText Returns the text portion of the link that is displayed in the desktop alert window associated with this instance.  
Top

Public Methods

 NameDescription
public MethodClose Closes the associated desktop alert window.  
public MethodCreateObjRef Creates 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 MethodGetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
protected MethodOnDisposeOverridden.  Called when this instance has been disposed.  
Top

See Also