Skip to main content
A newer version of this page is available. .

MessageBoxService Members

The UI service that allows you to show messages.

Constructors

Name Description
MessageBoxService() Initializes a new instance of the MessageBoxService class.

Fields

Name Description
AssociatedObjectProperty static Identifies the AssociatedObject dependency property. Inherited from Behavior.
ServiceClientProperty static Identifies the ServiceClient dependency property. Inherited from UIServiceBase<T>.

Properties

Name Description
IsAttached Gets whether the behavior is attached to its associated object. Inherited from Behavior.
Name Gets or sets the service name that is used to register the service to a service container. You can use it to implement separate access to services that implement the same service. Inherited from UIServiceBase<T>.
ServiceClient Gets or sets a service container where the service is registered. This is a dependency property. Inherited from UIServiceBase<T>.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowAsync(String, String, IEnumerable<MessageBoxCommand>)
ToString() Returns a string that represents the current object. Inherited from Object.
See Also