SDG Toolkit

Mouse.Focus Property

Gets or sets the current SDG widget that this mouse is focused on

public ISdgMouseWidget Focus {get; set;}

Remarks

Each mouse has it's own focus. When a keyboard event occurs, the SDG manager recieves focus from the widget

Example

C# Eg., sdgManager1.Mice[0].Focus = (ISdgMouseWidget) label1;

See Also

Mouse Class | Sdgt Namespace