Share via


Dialog.ActionBar 속성

정의

ActionBar 이 대화 상자에 첨부된 를 검색합니다(있는 경우).

public virtual Android.App.ActionBar? ActionBar { [Android.Runtime.Register("getActionBar", "()Landroid/app/ActionBar;", "GetGetActionBarHandler")] get; }
[<get: Android.Runtime.Register("getActionBar", "()Landroid/app/ActionBar;", "GetGetActionBarHandler")>]
member this.ActionBar : Android.App.ActionBar

속성 값

ActionBar가 없는 경우 대화 상자에 연결된 ActionBar 또는 null입니다.

특성

설명

ActionBar 이 대화 상자에 첨부된 를 검색합니다(있는 경우).

에 대한 Java 설명서입니다 android.app.Dialog.getActionBar().

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상