CADability dotNET
Mouse input should be forwarded to another input object and only processed by this input, when the other input object is fixed.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Object ForwardMouseInputTo { get; set; }
Visual Basic
Public Property ForwardMouseInputTo As Object
	Get
	Set
Visual C++
public:
property Object^ ForwardMouseInputTo {
	Object^ get ();
	void set (Object^ value);
}

See Also