FormButton 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.
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. |