Language

ActionBar.CustomView Property

Definition

public abstract Android.Views.View? CustomView { [Android.Runtime.Register("getCustomView", "()Landroid/view/View;", "GetGetCustomViewHandler")] get; [Android.Runtime.Register("setCustomView", "(Landroid/view/View;)V", "GetSetCustomView_Landroid_view_View_Handler")] set; }
[<get: Android.Runtime.Register("getCustomView", "()Landroid/view/View;", "GetGetCustomViewHandler")>]
[<set: Android.Runtime.Register("setCustomView", "(Landroid/view/View;)V", "GetSetCustomView_Landroid_view_View_Handler")>]
member this.CustomView : Android.Views.View with get, set

Property Value

The current custom view.

Attributes

Remarks

Android reference for android.app.ActionBar.getCustomView.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to