API Reference
Class
MultiTextBoxPresentationElement
Multi-line text box control with optional default text.
Inheritance
- PresentationElement
- MultiTextBoxPresentationElement
Constructors
public MultiTextBoxPresentationElement(String refId, String defaultValue, String label) #Initializes a multi-line text box control.
Parameters
- refId System.String
- Optional reference identifier.
- defaultValue System.String
- Default text value.
- label System.String
- Optional display label.
Inherited Methods
Properties
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement