C-DEngine 5.105

TheKey..::..altKey Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool altKey { get; set; }
Public Property altKey As Boolean
	Get
	Set
public:
property bool^ altKey {
	bool^ get ();
	void set (bool^ value);
}