Command.ImageUrl プロパティ

定義

コントロールがイメージ ボタンとしてレンダリングされるときに、 Command コントロールのイメージ ソースの URL を設定または返します。 既定値は Empty です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::String ^ ImageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string ImageUrl { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ImageUrl : string with get, set
Public Property ImageUrl As String

プロパティ値

コントロールがイメージ ボタンとしてレンダリングされるときに Command のイメージ ソースの URL。

属性

注釈

このプロパティが Empty されず、デバイスがイメージ ボタンを処理できる場合、 Command コントロールはボタンまたはリンク テキストの代わりに画像を使用します。

適用対象

こちらもご覧ください