MobileControl.FirstPage 属性
定义
返回该窗体的第一页,此控件在该页上显示。Returns the first page of the form on which this control appears. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property int FirstPage { int get(); void set(int value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int FirstPage { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.FirstPage : int with get, set
Public Property FirstPage As Integer
属性值
显示此控件的窗体的第一页。The first page of the form on which this control appears.
- 属性
注解
此属性用于窗体分页。This property is used for form pagination.