Command.Format プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Commandのレンダリング スタイルを取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NETを使用
public:
property System::Web::UI::MobileControls::CommandFormat Format { System::Web::UI::MobileControls::CommandFormat get(); void set(System::Web::UI::MobileControls::CommandFormat value); };
[System.ComponentModel.Bindable(true)]
public System.Web.UI.MobileControls.CommandFormat Format { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Format : System.Web.UI.MobileControls.CommandFormat with get, set
Public Property Format As CommandFormat
プロパティ値
Commandのレンダリング スタイルを示すCommandFormat値。
- 属性
注釈
CommandFormat列挙型を使用して、使用可能な 2 つの型にアクセスします。
CommandFormat.Button (既定値)コマンドはボタンとしてレンダリングされます。
CommandFormat.Link コマンドはリンクとしてレンダリングされます。
注
Format プロパティは、HttpCapabilitiesBase.JavaScript プロパティで示されている JavaScript をサポートするデバイスでのみ、CommandFormat.Link値をサポートします。