API Reference
Class
TextBoxPresentationElement
Represents a textbox element within a presentation.
Inheritance
- PresentationElement
- TextBoxPresentationElement
Constructors
public TextBoxPresentationElement(String refId, String defaultValue, String label) #Initializes a new instance of the TextBoxPresentationElement class.
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