AlertDialog.SetCustomTitle(View) Method

Definition

See also:

[Android.Runtime.Register("setCustomTitle", "(Landroid/view/View;)V", "GetSetCustomTitle_Landroid_view_View_Handler")]
public virtual void SetCustomTitle(Android.Views.View? customTitleView);
[<Android.Runtime.Register("setCustomTitle", "(Landroid/view/View;)V", "GetSetCustomTitle_Landroid_view_View_Handler")>]
abstract member SetCustomTitle : Android.Views.View -> unit
override this.SetCustomTitle : Android.Views.View -> unit

Parameters

customTitleView
View

View

Attributes

Remarks

See also:

Android reference for android.app.AlertDialog.setCustomTitle.

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