AlertDialog.Builder.SetCustomTitle(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the title using the custom view customTitleView
.
[Android.Runtime.Register("setCustomTitle", "(Landroid/view/View;)Landroid/app/AlertDialog$Builder;", "GetSetCustomTitle_Landroid_view_View_Handler")]
public virtual Android.App.AlertDialog.Builder SetCustomTitle (Android.Views.View customTitleView);
[<Android.Runtime.Register("setCustomTitle", "(Landroid/view/View;)Landroid/app/AlertDialog$Builder;", "GetSetCustomTitle_Landroid_view_View_Handler")>]
abstract member SetCustomTitle : Android.Views.View -> Android.App.AlertDialog.Builder
override this.SetCustomTitle : Android.Views.View -> Android.App.AlertDialog.Builder
Parameters
- customTitleView
- View
The custom view to use as the title.
Returns
- Attributes
Remarks
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.