The MessageBox type exposes the following members.

Methods

  NameDescription
AddHandler
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from UIElement.)
ApplyTemplate (Inherited from Control.)
Arrange
Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update.
(Inherited from UIElement.)
ArrangeOverride
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
(Inherited from FrameworkElement.)
CaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from UIElement.)
CheckAccess (Inherited from DependencyObject.)
ClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
close (Inherited from Dialog.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindName
Finds an element that has the provided identifier name.
(Inherited from FrameworkElement.)
Focus (Inherited from Control.)
GetAnimationBaseValue (Inherited from DependencyObject.)
GetBindingExpression
Returns the BindingExpression that represents the binding on the specified property.
(Inherited from FrameworkElement.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTemplateChild (Inherited from Control.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
init (Inherited from Dialog.)
InitializeComponent
InvalidateArrange
Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout()()().
(Inherited from UIElement.)
InvalidateMeasure
Invalidates the measurement state (layout) for the element.
(Inherited from UIElement.)
Measure
Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update.
(Inherited from UIElement.)
MeasureOverride
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
(Inherited from FrameworkElement.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate()()().
(Inherited from FrameworkElement.)
OnCreateAutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
(Inherited from UIElement.)
OnGotFocus (Inherited from Control.)
onKeyboardEnter (Overrides Dialog..::.onKeyboardEnter()()().)
OnKeyDown (Inherited from Dialog.)
OnKeyUp (Inherited from Control.)
OnLostFocus (Inherited from Control.)
OnLostMouseCapture (Inherited from Control.)
OnMouseEnter (Inherited from Control.)
OnMouseLeave (Inherited from Control.)
OnMouseLeftButtonDown (Inherited from Control.)
OnMouseLeftButtonUp (Inherited from Control.)
OnMouseMove (Inherited from Control.)
OnMouseWheel (Inherited from Control.)
onOpened (Inherited from Dialog.)
open (Inherited from Dialog.)
ReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
ReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from UIElement.)
RemoveHandler
Removes the specified routed event handler from this element.
(Inherited from UIElement.)
SetBinding (Inherited from FrameworkElement.)
setTitle (Inherited from Dialog.)
SetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TransformToVisual (Inherited from UIElement.)
UpdateLayout
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from UIElement.)

See Also