ActionBar.CustomView Propiedad

Definición

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

Valor de propiedad

Vista personalizada actual.

Atributos

Comentarios

Referencia de Android para android.app.ActionBar.getCustomView.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a