ButtonParkOnClick Property

Gets or sets the value that determines if when clicked, focus should be recieved first.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool ParkOnClick { get; set; }

Property Value

Boolean

Remarks

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.

See Also