Class Input
Provides attached properties for Input controls
Inheritance
System.Object
Input
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 static class Input
Fields
View SourceIsReadOnlyProperty
Identifies the System.Windows.DependencyProperty for the Sartorius.SAF.Presentation.Controls.Input.IsReadOnly property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Methods
View SourceGetIsReadOnly(DependencyObject)
Gets the value of the Sartorius.SAF.Presentation.Controls.Input.IsReadOnly attached property for a specified System.Windows.DependencyObject.
Declaration
public static bool GetIsReadOnly(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element from which the property value is read. |
Returns
Type | Description |
---|---|
System.Boolean | The Sartorius.SAF.Presentation.Controls.Input.IsReadOnly property value for the element. |
SetIsReadOnly(DependencyObject, Boolean)
Sets the value of the Sartorius.SAF.Presentation.Controls.Input.IsReadOnly attached property to a specified System.Windows.DependencyObject.
Declaration
public static void SetIsReadOnly(DependencyObject element, bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element to which the attached property is written. |
System.Boolean | value | The needed Sartorius.SAF.Presentation.Controls.Input.IsReadOnly value. |