PropertyPaneDropDownProperties 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 drop down properties object.
public class PropertyPaneDropDownProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneDropDownProperties = class
interface IPropertyPaneFieldProperties
Public Class PropertyPaneDropDownProperties
Implements IPropertyPaneFieldProperties
- Inheritance
-
PropertyPaneDropDownProperties
- Implements
Constructors
PropertyPaneDropDownProperties() |
Initializes a new instance of the PropertyPaneDropDownProperties class. |
Properties
AriaLabel |
Gets or Sets optional ariaLabel flag. Text for screen-reader to announce regardless of toggle state. Of type String. |
AriaPositionInSet |
Gets or Sets an element's number or position in the current set of controls. Maps to native aria-positionset attribute. It starts from 1 of type Int32. |
AriaSetSize |
Gets or Sets the number of items in the current set of controls. Maps to native aria-setsize attribute of type Int32. |
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. |
Options |
Gets or Sets the collection of options for this Dropdown of type PropertyPaneDropDownOption. |
SelectedKey |
Gets or Sets the key of the initially selected option of type String. |