Gets a value indicating whether manip is opening.

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Field Value

true if this manip is opening; otherwise, false.

See Also