MobileControl.LastPage 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回显示指定控件的窗体的最后一页。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
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
属性值
显示指定控件的窗体的最后一页。
- 属性
注解
此属性用于窗体分页。