TestimoX

API Reference

Class

ComboBoxPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a combo box control in ADML presentation with an optional default value.

Inheritance

Constructors

public ComboBoxPresentationElement(String refId, String defaultValue, String label) #

Initializes a new instance of the ComboBoxPresentationElement class.

Parameters

refId System.String requiredposition: 0
Optional reference identifier.
defaultValue System.String requiredposition: 1
Optional default string value.
label System.String requiredposition: 2
Optional display label.

Properties

public String DefaultValue { get; } #

Gets the default string value.

public String Label { get; } #

Gets the display label.