Gets or sets a value indicating whether cover can be opened.

Namespace:  C1.Web.iPhone.C1CoverFlow
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool AllowOpen { get; set; }
Visual Basic
Public Property AllowOpen As Boolean
	Get
	Set

Field Value

true if cover can be opened otherwise, false.

See Also