CardButtonComponent 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 card button component.
public class CardButtonComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent, Microsoft.Bot.Schema.SharePoint.ICardButtonBase
type CardButtonComponent = class
inherit BaseCardComponent
interface ICardButtonBase
Public Class CardButtonComponent
Inherits BaseCardComponent
Implements ICardButtonBase
- Inheritance
- Implements
Constructors
CardButtonComponent() |
Initializes a new instance of the CardButtonComponent class. |
Properties
Action |
Gets or sets the button's action. |
Id |
Gets or sets optional unique identifier of the component's instance. (Inherited from BaseCardComponent) |
Style |
Gets or sets the style of the button. |
Title |
Gets or sets the text to display. |