PropertyPaneCheckboxProperties 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 checkbox properties object.
public class PropertyPaneCheckboxProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneCheckboxProperties = class
interface IPropertyPaneFieldProperties
Public Class PropertyPaneCheckboxProperties
Implements IPropertyPaneFieldProperties
- Inheritance
-
PropertyPaneCheckboxProperties
- Implements
Constructors
PropertyPaneCheckboxProperties() |
Initializes a new instance of the PropertyPaneCheckboxProperties class. |
Properties
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. |
Text |
Gets or Sets the label to display next to the checkbox of type String. |