Version

UltraMessageBoxInfo Class Properties

For a list of all members of this type, see UltraMessageBoxInfo members.

Public Properties
 NameDescription
Public PropertyAppearanceDefault appearance for the control.  
Public PropertyAppearancesReturns the a collection of user created Infragistics.Win.Appearance objects.  
Public PropertyButtonAlignmentGets or set how the buttons will be horizontally aligned in the button area.  
Public PropertyButtonAppearanceDefault appearance for the buttons of the UltraMessageBox.  
Public PropertyButtonAreaAppearanceDefault appearance for the Button Area of the UltraMessageBox.  
Public PropertyButtonHotTrackAppearanceThe appearance for the buttons of the UltraMessageBox when pressed.  
Public PropertyButtonPressedAppearanceThe appearance for the buttons of the UltraMessageBox when pressed.  
Public PropertyButtonsGets or sets the type of buttons to display on the UltraMessageBox  
Public PropertyCaptionGets or sets the text to be displayed in the caption of the UltraMessageBox  
Public PropertyContentAreaAppearanceDefault appearance for the Content Area of the UltraMessageBox.  
Public PropertyDefaultButtonGets or sets which button will be active when the UltraMessageBox is shown  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnableSoundsGets or sets if sounds should be played when the dialog is display or non-handled keys are pressed.  
Public PropertyFooterGets or sets the text to be displayed in the footer area of the UltraMessageBox.  
Public PropertyFooterAppearanceDefault appearance for the Footer of the UltraMessageBox.  
Public PropertyFooterFormattedGets or sets the formatted text to be displayed in the footer area of the UltraMessageBox.  
Public PropertyHasAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonAreaAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonHotTrackAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasButtonPressedAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasContentAreaAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasFooterAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHeaderAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHeaderGets or sets the text to be displayed in the header area of the UltraMessageBox.  
Public PropertyHeaderAppearanceDefault appearance for the Header of the UltraMessageBox.  
Public PropertyHeaderFormattedGets or sets the formatted text to be displayed in the header area of the UltraMessageBox.  
Public PropertyHelpInfoGets or sets the HelpInfo object which contains data about the help to be displayed.  
Public PropertyIconGets or sets the system icon to display in the content area of the UltraMessageBox  
Public PropertyMaximumWidthGets or sets the the maximum width of the UltraMessageBox  
Public PropertyMinimumWidthGets or sets the minimum width of the UltraMessageBox  
Public PropertyOwnerGets or sets the IWin32Window that will own the UltraMessageBox dialog.  
Public PropertyShowHelpButtonGets or sets if the Help button should be displayed on the UltraMessageBox  
Public PropertyStartLocationSpecify the start-up location of the message box.

This value is taken under consideration only when StartPosition property is set to Manual.

 
Public PropertyStartPositionSpecify the initial position of the dialog.

If the enumeration is set to Manual, then the location of the form is determined by the StartLocation property.

 
Public PropertyStyleGets or sets the display style of the UltraMessageBox  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets or sets the text to be displayed in the content area of the UltraMessageBox.  
Public PropertyTextFormattedGets or sets the formatted text to be displayed in the content area of the UltraMessageBox.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also