PropertyPaneToggleProperties 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 toggle properties object.
public class PropertyPaneToggleProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneToggleProperties = class
interface IPropertyPaneFieldProperties
Public Class PropertyPaneToggleProperties
Implements IPropertyPaneFieldProperties
- Inheritance
-
PropertyPaneToggleProperties
- Implements
Constructors
PropertyPaneToggleProperties() |
Initializes a new instance of the PropertyPaneToggleProperties class. |
Properties
AriaLabel |
Gets or Sets optional ariaLabel flag. Text for screen-reader to announce regardless of toggle state. Of type String. |
Checked |
Gets or Sets a value indicating whether the property pane checkbox is checked or not of type Boolean. |
Disabled |
Gets or Sets a value indicating whether this control is enabled or not of type Boolean. |
Key |
Gets or Sets a key to uniquely identify the field of type String. |
Label |
Gets or Sets the label of type String. |
OffAriaLabel |
Gets or Sets text for screen-reader to announce when toggle is OFF of type String. |
OffText |
Gets or Sets text to display when toggle is OFF of type String. |
OnAriaLabel |
Gets or Sets text for screen-reader to announce when toggle is ON of type String. |
OnText |
Gets or Sets text to display when toggle is ON of type String. |