Gets whether the "previous item" wing button is enabled.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsPreviousWingEnabled { get; }
Visual Basic
Public ReadOnly Property IsPreviousWingEnabled As Boolean
	Get
Visual C++
public:
property bool IsPreviousWingEnabled {
	bool get ();
}

See Also