MonoTouch.UIKit.UIView.Hidden Property
Specifies whether the MonoTouch.UIKit.UIView displays or not.

Syntax

[get: MonoTouch.Foundation.Export("isHidden")]
[set: MonoTouch.Foundation.Export("setHidden:")]
public virtual bool Hidden { get; set; }

Value

The default value is false.

Remarks

A hidden MonoTouch.UIKit.UIView does not display and does not receive input events. It does, however, participate in resizing and layout events and remains in its UIView.Superview's list of UIView.Subviewss.

A hidden MonoTouch.UIKit.UIView hides its descendant views in addition to hiding itself. This does not affect the UIView.Hidden property of the descendant views. Thus, a MonoTouch.UIKit.UIView may be hidden even though its UIView.Hidden property is false.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0