ButtonParkOnClick Property
Gets or sets the value that determines if when clicked, focus should be recieved first.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool ParkOnClick { get; set; }
Public Property ParkOnClick As Boolean
Get
Set
member ParkOnClick : bool with get, set
Property Value
Boolean
When set to true, and the button is clicked, first focus will be reached and then the click will be processed.
If set to false, the click will be performed without recieving focus.