Class DomainUpDown
Inheritance
System.Object
DomainUpDown
Inherited Members
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: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[TemplatePart(Name = "Text", Type = typeof(TextBox))]
[TemplatePart(Name = "Spinner", Type = typeof(Spinner))]
[StyleTypedProperty(Property = "SpinnerStyle", StyleTargetType = typeof(ButtonSpinner))]
[NotImplemented]
public class DomainUpDown : UpDownBase
Fields
| Improve this Doc View SourceGroupDomain
Declaration
public const string GroupDomain = "DomainStates"
Field Value
Type | Description |
---|---|
System.String |
StateInvalid
Declaration
public const string StateInvalid = "InvalidDomain"
Field Value
Type | Description |
---|---|
System.String |
StateValid
Declaration
public const string StateValid = "ValidDomain"
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetValue()
Declaration
[NotImplemented]
public override object GetValue()
Returns
Type | Description |
---|---|
System.Object |
Overrides
| Improve this Doc View SourceSetValue(Object)
Declaration
[NotImplemented]
public override void SetValue(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |