Share via


CardSearchBoxComponent Class

Definition

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
CardSearchBoxComponent

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.

Applies to