Show / Hide Table of Contents

Class AboutDialogButtonDescription

An implementation of Sartorius.SAF.Presentation.Controls.AboutDialog.IAboutDialogButtonDescription

Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
AboutDialogButtonDescription
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetCurrentValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.Equals(System.Object, System.Object)
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 AboutDialogButtonDescription : DependencyObject, IAboutDialogButtonDescription

Constructors

View Source

AboutDialogButtonDescription()

Initializes a new instance of the AboutDialogButtonDescription class.

Declaration
public AboutDialogButtonDescription()

Fields

View Source

AutomationIdProperty

Identifies the AutomationId dependency property.

Declaration
public static readonly DependencyProperty AutomationIdProperty
Field Value
Type Description
System.Windows.DependencyProperty
View Source

CaptionProperty

Identifies the Caption dependency property.

Declaration
public static readonly DependencyProperty CaptionProperty
Field Value
Type Description
System.Windows.DependencyProperty
View Source

CommandProperty

Identifies the Command dependency property.

Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Type Description
System.Windows.DependencyProperty

Properties

View Source

AutomationId

Gets or sets the automation id.

Declaration
public Guid AutomationId { get; set; }
Property Value
Type Description
System.Guid
View Source

Caption

Gets or sets the caption of the button.

Declaration
public string Caption { get; set; }
Property Value
Type Description
System.String
View Source

Command

Gets or sets the command for the button.

Declaration
public ICommand Command { get; set; }
Property Value
Type Description
System.Windows.Input.ICommand
Remarks

You can use one of the AboutDialogRoutedCommands to use predefined functionality.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
DependencyObjectExtensions.GetContainer(DependencyObject)
DependencyObjectExtensions.SetContainer(DependencyObject, CompositionContainer)
DependencyObjectExtensions.FindAncestor<T>(DependencyObject)
DependencyObjectExtensions.FindFirstChildByType<T>(DependencyObject)
DependencyObjectExtensions.FindLogicalAncestor<T>(DependencyObject)
DependencyObjectExtensions.GetChildsByType<T>(DependencyObject, List<T>)
DependencyObjectExtensions.GetChildrenByType<T>(DependencyObject)
DependencyObjectExtensions.XamlClone<T>(T)

See Also

AboutDialogRoutedCommands
  • View Source
Back to top Generated by DocFX