다음을 통해 공유


Command.Format 속성

정의

에 대한 Command렌더링 스타일을 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NETMobile Apps & 사이트를 참조하세요.

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

속성 값

CommandFormat 에 대한 렌더링 스타일을 나타내는 값입니다Command.

특성

설명

열거형을 통해 사용 가능한 두 형식에 CommandFormat 액세스합니다.

CommandFormat.Button (기본값) 명령은 단추로 렌더링됩니다.

CommandFormat.Link 이 명령은 링크로 렌더링됩니다.

메모

이 속성은 Format 속성에 CommandFormat.Link 표시된 HttpCapabilitiesBase.JavaScript 대로 JavaScript를 지원하는 디바이스에서만 값을 지원합니다.

적용 대상

추가 정보