C-DEngine 5.105

TheKey..::..ctrlKey Property

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

Syntax


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