If true, light is activated, if false light is turned off

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

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

See Also