SDG Toolkit

Mouse.ControlFocus Property

Gets or sets the current Control that this mouse is focused on

public System.Windows.Forms.Control ControlFocus {get; set;}

Remarks

Each mouse has it's own Control focus. This utility allows interaction with normal widgets as well as SDG Widgets through the standard SDG events.

Example

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

See Also

Mouse Class | Sdgt Namespace