ButtonNotifyDefault Method
Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void NotifyDefault(
bool value
)
Public Sub NotifyDefault (
value As Boolean
)
abstract NotifyDefault :
value : bool -> unit
override NotifyDefault :
value : bool -> unit
- value Boolean
- true if the control should behave as a default button; otherwise false.
IButtonControlNotifyDefault(Boolean)