ButtonNotifyDefault Method

Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void NotifyDefault(
	bool value
)

Parameters

value  Boolean
true if the control should behave as a default button; otherwise false.

Implements

IButtonControlNotifyDefault(Boolean)

See Also