Share via


FormButton Class

Definition

A Form button that will be mapped to Connector.Action.

[System.Serializable]
public sealed class FormButton : ICloneable
[<System.Serializable>]
type FormButton = class
    interface ICloneable
Public NotInheritable Class FormButton
Implements ICloneable
Inheritance
FormButton
Attributes
Implements

Constructors

FormButton()

Properties

Image

Picture which will appear on the button.

Message

Message that will be sent to bot when this button is clicked.

Title

Label of the button.

Url

URL which will be opened in the browser built-into Client application.

Methods

Clone()

Clone the FormButton

ToString()

ToString() override.

Applies to