API Reference
Class
ComboBoxPresentationElement
Represents a combo box control in ADML presentation with an optional default value.
Inheritance
- PresentationElement
- ComboBoxPresentationElement
Constructors
public ComboBoxPresentationElement(String refId, String defaultValue, String label) #Initializes a new instance of the ComboBoxPresentationElement class.
Parameters
- refId System.String
- Optional reference identifier.
- defaultValue System.String
- Optional default string value.
- label System.String
- Optional display label.
Inherited Methods
Properties
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement