TestimoX

API Reference

Class

SpinBoxPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Spin box numeric control with optional min/max/step/default from ADML presentation.

Inheritance

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 requiredposition: 0
Optional reference identifier.
minValue System.Nullable{System.UInt32} requiredposition: 1
Minimum allowed value.
maxValue System.Nullable{System.UInt32} requiredposition: 2
Maximum allowed value.
step System.Nullable{System.UInt32} requiredposition: 3
Increment step.
defaultValue System.String requiredposition: 4
Default value as a string.
label System.String requiredposition: 5
Optional display label.

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.