次の方法で共有


ItemPager コンストラクター

定義

ItemPager クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

オーバーロード

ItemPager()

ItemPager クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

ItemPager(ControlPager, MobileControl, Int32, Int32, Int32)

ItemPager クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

ItemPager()

ItemPager クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 ItemPager();
public ItemPager ();
Public Sub New ()

注釈

新しい ItemPager オブジェクトを構築します。

こちらもご覧ください

適用対象

ItemPager(ControlPager, MobileControl, Int32, Int32, Int32)

ItemPager クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 ItemPager(System::Web::UI::MobileControls::ControlPager ^ pager, System::Web::UI::MobileControls::MobileControl ^ control, int itemCount, int itemsPerPage, int itemWeight);
public ItemPager (System.Web.UI.MobileControls.ControlPager pager, System.Web.UI.MobileControls.MobileControl control, int itemCount, int itemsPerPage, int itemWeight);
new System.Web.UI.MobileControls.ItemPager : System.Web.UI.MobileControls.ControlPager * System.Web.UI.MobileControls.MobileControl * int * int * int -> System.Web.UI.MobileControls.ItemPager
Public Sub New (pager As ControlPager, control As MobileControl, itemCount As Integer, itemsPerPage As Integer, itemWeight As Integer)

パラメーター

pager
ControlPager

改ページ位置自動修正の対象となるコントロールのコントロール ページャー。

control
MobileControl

改ページ位置自動修正の対象となるコントロール。

itemCount
Int32

改ページ位置自動修正の対象となるコントロールに含まれている項目の総数。

itemsPerPage
Int32

ページごとに表示する項目の最大数。

itemWeight
Int32

項目ごとに割り当てるウエイト。 この値は、コントロールで 1 文字を 1 項目として扱う場合は小さく設定し、コントロールで 1 行のテキストを 1 項目として扱う場合は大きく設定します。

注釈

新しい オブジェクトをItemPager構築し、 オブジェクトと MobileControl オブジェクトを初期化します。またItemsPerPageItemCount、および ItemWeight の各パラメーターの値をpagercontrol使用して、、itemCountitemsPerPageおよび itemWeight プロパティを作成ControlPagerします。

こちらもご覧ください

適用対象