ItemCollection.IsCurrentAfterLast プロパティ

定義

ビューの現在の項目がコレクションの末尾を超えているかどうかを示す値を取得します。

public:
 virtual property bool IsCurrentAfterLast { bool get(); };
public override bool IsCurrentAfterLast { get; }
member this.IsCurrentAfterLast : bool
Public Overrides ReadOnly Property IsCurrentAfterLast As Boolean

プロパティ値

true ビューの現在の項目がコレクションの末尾を超えている場合。それ以外の場合は false

適用対象

こちらもご覧ください