Indicates whether the system is currently processing lead bars.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public bool InLeadBars { get; internal set; }
Visual Basic (Declaration)
Public Property InLeadBars As Boolean
Visual C++
public:
property bool InLeadBars {
	bool get ();
	void set (bool value);
}

See Also