CollectionView.OKToChangeCurrent メソッド

定義

ビューが CurrentItemの項目を変更できるかどうかを示す値を返します。

protected:
 bool OKToChangeCurrent();
protected bool OKToChangeCurrent();
member this.OKToChangeCurrent : unit -> bool
Protected Function OKToChangeCurrent () As Boolean

返品

false リスナーが変更を取り消す場合。それ以外の場合は true

適用対象