API Reference
Class
DropdownListPresentationElement
Represents a drop-down list control in ADML presentation with an optional default item id.
Inheritance
- PresentationElement
- DropdownListPresentationElement
Constructors
public DropdownListPresentationElement(String refId, String defaultItem, String label) #Initializes a new instance of the DropdownListPresentationElement class.
Parameters
- refId System.String
- Optional reference identifier.
- defaultItem System.String
- Optional default item id.
- label System.String
- Optional display label.
Inherited Methods
Properties
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement