CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Sets the input focus to the given input object. The input object must be one of those
given in the SetInput(array<Object>[]()[][]) method.
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public void SetFocus( Object InputObject, bool ActivateMouse ) |
| Visual Basic |
|---|
Public Sub SetFocus ( _ InputObject As Object, _ ActivateMouse As Boolean _ ) |
| Visual C++ |
|---|
public: void SetFocus( Object^ InputObject, bool ActivateMouse ) |
Parameters
- InputObject
- Type: System..::..Object
Input object which should become active
- ActivateMouse
- Type: System..::..Boolean
Mouse actions also apply to this input object