Gets or sets a value that determines whether the button is selected.

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

Syntax

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

See Also