CardSearchBoxComponent 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.
Adaptive Card Extension search box component.
public class CardSearchBoxComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent
type CardSearchBoxComponent = class
inherit BaseCardComponent
Public Class CardSearchBoxComponent
Inherits BaseCardComponent
- Inheritance
Constructors
CardSearchBoxComponent() |
Initializes a new instance of the CardSearchBoxComponent class. |
Properties
Button |
Gets or sets the search box's button configuration. |
DefaultValue |
Gets or sets the default text value of the search box. |
Id |
Gets or sets optional unique identifier of the component's instance. (Inherited from BaseCardComponent) |
Placeholder |
Gets or sets the placeholder text to display in the sarch box. |