API Reference
Class
SpinBoxPresentationElement
Spin box numeric control with optional min/max/step/default from ADML presentation.
Inheritance
- PresentationElement
- SpinBoxPresentationElement
Constructors
public SpinBoxPresentationElement(String refId, Nullable<UInt32> minValue, Nullable<UInt32> maxValue, Nullable<UInt32> step, String defaultValue, String label) #Initializes a numeric spin box control.
Parameters
- refId System.String
- Optional reference identifier.
- minValue System.Nullable{System.UInt32}
- Minimum allowed value.
- maxValue System.Nullable{System.UInt32}
- Maximum allowed value.
- step System.Nullable{System.UInt32}
- Increment step.
- defaultValue System.String
- Default value as a string.
- label System.String
- Optional display label.
Inherited Methods
Properties
public Nullable<UInt32> MinValue { get; } #Minimum allowed value.
public Nullable<UInt32> MaxValue { get; } #Maximum allowed value.
public Nullable<UInt32> Step { get; } #Increment step.
public String DefaultValue { get; } #Default value as a string.
public String Label { get; } #Optional display label.
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement