UIActionSheet.Add(String) 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.
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).