MobileControl.FirstPage プロパティ

定義

このコントロールが表示されるフォームの最初のページを返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

このコントロールが表示されるフォームの最初のページ。

属性

注釈

このプロパティは、フォームの改ページ位置を変更するために使用されます。

適用対象

こちらもご覧ください