Table of Contents

Class MessageBox

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll
public class MessageBox : Canvas, IDisposable
Inheritance
MessageBox
Implements
Inherited Members

Constructors

MessageBox(Font)

public MessageBox(Font font)

Parameters

font Font

Properties

Font

public Font Font { get; set; }

Property Value

Font

Owner

public UIElement Owner { get; set; }

Property Value

UIElement

Methods

Close()

public void Close()

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

~MessageBox()

protected ~MessageBox()

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext

Show(UIElement, string, string, MessageBoxButtons)

public void Show(UIElement owner, string message, string caption, MessageBox.MessageBoxButtons messageBoxButton)

Parameters

owner UIElement
message string
caption string
messageBoxButton MessageBox.MessageBoxButtons

Show(string, string, MessageBoxButtons)

public void Show(string message, string caption, MessageBox.MessageBoxButtons messageBoxButton)

Parameters

message string
caption string
messageBoxButton MessageBox.MessageBoxButtons

Events

ButtonClick

public event MessageBox.MessageBoxRoutedEventHandler ButtonClick

Event Type

MessageBox.MessageBoxRoutedEventHandler