Show / Hide Table of Contents

Class ContentDialogArgs

MessageDialog Argument class that holds all needed information to display a message dialog.

Inheritance
System.Object
DialogArgsBase<System.Windows.FrameworkElement, IContentDialogContext>
ContentDialogArgsBase<System.Windows.FrameworkElement, IContentDialogContext>
ContentDialogArgs
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.BaselineHeight
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.BottomContent
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.BottomContentRowSpan
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.ToolBarButtonDefinitions
DialogArgsBase<FrameworkElement, IContentDialogContext>.DialogContext
DialogArgsBase<FrameworkElement, IContentDialogContext>.DialogView
DialogArgsBase<FrameworkElement, IContentDialogContext>.Owner
DialogArgsBase<FrameworkElement, IContentDialogContext>.ShowInTaskbar
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ContentDialogArgs : ContentDialogArgsBase<FrameworkElement, IContentDialogContext>

Constructors

View Source

ContentDialogArgs(Object, FrameworkElement, IContentDialogContext)

Creates a new instance of the ContentDialogArgs class.

Declaration
public ContentDialogArgs(object title, FrameworkElement dialogView, IContentDialogContext contentDialogContext)
Parameters
Type Name Description
System.Object title

The title of the content dialog.

System.Windows.FrameworkElement dialogView

The content of the dialog.

IContentDialogContext contentDialogContext

The data context of the dialogView.

Properties

View Source

ActiveButton

Defines the active button

Declaration
public DialogDefaultButton ActiveButton { get; set; }
Property Value
Type Description
DialogDefaultButton
View Source

DefaultButton

Defines the default button

Declaration
public DialogDefaultButton DefaultButton { get; set; }
Property Value
Type Description
DialogDefaultButton
View Source

Title

Defines the caption for the Dialog window

Declaration
public object Title { get; }
Property Value
Type Description
System.Object

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX