API Reference
Class
DecimalTextBoxPresentationElement
Numeric textbox control with optional min/max/default limits from ADML presentation. Note: range constraints may also be defined on the ADMX decimal element; this control captures UI hints.
Inheritance
- PresentationElement
- DecimalTextBoxPresentationElement
Constructors
public DecimalTextBoxPresentationElement(String refId, Nullable<UInt32> minValue, Nullable<UInt32> maxValue, String defaultValue, String label) #Initializes a new instance of the DecimalTextBoxPresentationElement class.
Parameters
- refId System.String
- Optional reference identifier.
- minValue System.Nullable{System.UInt32}
- Optional minimum value.
- maxValue System.Nullable{System.UInt32}
- Optional maximum value.
- defaultValue System.String
- Optional default value represented as text.
- label System.String
- Optional display label.
Inherited Methods
Properties
public Nullable<UInt32> MinValue { get; } #Gets the minimum allowed value (if provided).
public Nullable<UInt32> MaxValue { get; } #Gets the maximum allowed value (if provided).
public String DefaultValue { get; } #Gets the default value as text (may be null).
public String Label { get; } #Gets the display label.
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement