MobileControl.LastPage 속성

정의

지정된 컨트롤이 표시되는 폼의 마지막 페이지를 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property int LastPage { int get(); void set(int value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int LastPage { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.LastPage : int with get, set
Public Property LastPage As Integer

속성 값

지정된 컨트롤이 표시되는 폼의 마지막 페이지입니다.

특성

설명

이 속성은 양식 페이지 매김에 사용됩니다.

적용 대상

추가 정보