次の方法で共有


FormButton クラス

定義

Connector.Action にマップされるフォーム ボタン。

[System.Serializable]
public sealed class FormButton : ICloneable
[<System.Serializable>]
type FormButton = class
    interface ICloneable
Public NotInheritable Class FormButton
Implements ICloneable
継承
FormButton
属性
実装

コンストラクター

FormButton()

Connector.Action にマップされるフォーム ボタン。

プロパティ

Image

ボタンに表示される画像。

Message

このボタンがクリックされたときにボットに送信されるメッセージ。

Title

ボタンのラベル。

Url

ブラウザーに組み込まれているクライアント アプリケーションで開かれる URL。

メソッド

Clone()

FormButton を複製する

ToString()

ToString() オーバーライド。

適用対象