Version

MessageBoxPropertyIds Enumeration

Enumeration of UltraMessageBoxManager and UltraMessageBoxInfo Property IDs
Syntax
'Declaration
 
Public Enum MessageBoxPropertyIds 
   Inherits System.Enum
public enum MessageBoxPropertyIds : System.Enum 
Members
MemberDescription
AppearanceRepresents the UltraMessageBoxManager.Appearance property.
AppearancesRepresents the UltraMessageBoxManager.Appearances property.
ButtonAlignmentRepresents the UltraMessageBoxManager.ButtonAlignment property.
ButtonAppearanceRepresents the UltraMessageBoxManager.ButtonAppearance property.
ButtonAreaAppearanceRepresents the UltraMessageBoxManager.ButtonAreaAppearance property.
ButtonHotTrackAppearanceRepresents the UltraMessageBoxManager.ButtonHotTrackAppearance property.
ButtonPressedAppearanceRepresents the UltraMessageBoxManager.ButtonPressedAppearance property.
ButtonsRepresents the UltraMessageBoxInfo.Buttons property.
CaptionRepresents the UltraMessageBoxInfo.Caption property.
ContentAreaAppearanceRepresents the UltraMessageBoxManager.ContentAreaAppearance property.
DefaultButtonRepresents the UltraMessageBoxInfo.DefaultButton property.
EnableSoundsRepresents the UltraMessageBoxManager.EnableSounds property.
FooterRepresents the UltraMessageBoxInfo.Footer property.
FooterAppearanceRepresents the UltraMessageBoxManager.FooterAppearance property.
FooterFormattedRepresents the UltraMessageBoxInfo.FooterFormatted property.
HeaderRepresents the UltraMessageBoxInfo.Header property.
HeaderAppearanceRepresents the UltraMessageBoxManager.HeaderAppearance property.
HeaderFormattedRepresents the UltraMessageBoxInfo.HeaderFormatted property.
HelpInfoRepresents the UltraMessageBoxInfo.HelpInfo property.
IconRepresents the UltraMessageBoxInfo.Icon property.
MaximumWidthRepresents the UltraMessageBoxManager.MaximumWidth property.
MinimumWidthRepresents the UltraMessageBoxManager.MinimumWidth property.
OwnerRepresents the UltraMessageBoxInfo.Owner property.
ShowHelpButtonRepresents the UltraMessageBoxInfo.ShowHelpButton property.
StartLocationRepresents the UltraMessageBoxInfo.StartLocation property.
StartPositionRepresents the UltraMessageBoxInfo.StartPosition property.
StyleRepresents the UltraMessageBoxManager.Style property.
TextRepresents the UltraMessageBoxInfo.Text property.
TextFormattedRepresents the UltraMessageBoxInfo.TextFormatted property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also