UIActionSheet.Add(String) Method

Definition

Adds a button with the specified text.

public void Add (string name);
override this.Add : string -> unit

Parameters

name
String

Text for the button.

Remarks

This method exists to allow the class to be initialized with C# 3.0 object initializers. This is equivalent to calling AddButton (name).

Applies to