CommandBeforeControlClick Field
Happens when the mouse is down and before the navigation to the clicked control.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static readonly Command BeforeControlClick
Public Shared ReadOnly BeforeControlClick As Command
static val BeforeControlClick: Command
Field Value
Command
By handling this
Command with
Handled false, the clicked control will not get focus.