PropertyPaneTextFieldProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SharePoint property pane text field properties object.
public class PropertyPaneTextFieldProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneTextFieldProperties = class
interface IPropertyPaneFieldProperties
Public Class PropertyPaneTextFieldProperties
Implements IPropertyPaneFieldProperties
- Inheritance
-
PropertyPaneTextFieldProperties
- Implements
Constructors
PropertyPaneTextFieldProperties() |
Initializes a new instance of the PropertyPaneTextFieldProperties class. |
Properties
AriaLabel |
Gets or Sets optional ariaLabel flag. Text for screen-reader to announce regardless of toggle state. Of type String. |
Description |
Gets or Sets the description of type String. |
Disabled |
Gets or Sets a value indicating whether this control is enabled or not of type Boolean. |
ErrorMessage |
Gets or Sets the error message of type String. |
Label |
Gets or Sets the label of type String. |
LogName |
Gets or Sets the name used to log PropertyPaneTextField value changes for engagement tracking of type String. |
MaxLength |
Gets or Sets the maximum number of characters that the PropertyPaneTextField can have of type Int32. |
Multiline |
Gets or Sets a value indicating whether or not the text field is a multiline text field of type Boolean. |
Placeholder |
Gets or Sets the placeholder text to be displayed in the text field of type String. |
Resizable |
Gets or Sets a value indicating whether or not the multiline text field is resizable of type Boolean. |
Rows |
Gets or Sets the value that specifies the visible height of a text area(multiline text TextField), in lines.maximum number of characters that the PropertyPaneTextField can have of type Int32. |
Underlined |
Gets or Sets a value indicating whether or not the text field is underlined of type Boolean. |
Value |
Gets or Sets the value of type String. |