RootElement.Remove 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.
Overloads
Remove(Section) |
Removes the specified section from this RootElement using the default animation. |
Remove(Section, UITableViewRowAnimation) |
Remove(Section)
Removes the specified section from this RootElement using the default animation.
public void Remove (MonoTouch.Dialog.Section s);
member this.Remove : MonoTouch.Dialog.Section -> unit
Parameters
- s
- Section
Section to remove
Remarks
If the Section is currently visible on the screen, the specified animation will be used to remove it.
The default animation is Fade, but it could change in the future.
Applies to
Remove(Section, UITableViewRowAnimation)
public void Remove (MonoTouch.Dialog.Section s, UIKit.UITableViewRowAnimation anim);
member this.Remove : MonoTouch.Dialog.Section * UIKit.UITableViewRowAnimation -> unit
Parameters
- s
- Section