TestimoX

API Reference

Class

TextBoxPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a textbox element within a presentation.

Inheritance

Constructors

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

Initializes a new instance of the TextBoxPresentationElement class.

Parameters

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

Properties

public String DefaultValue { get; } #

Gets the default text value.

public String Label { get; } #

Gets the display label.