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

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public void NotifyDefault(
	bool value
)
Visual Basic
Public Sub NotifyDefault ( 
	value As Boolean
)
Visual C++
public:
virtual void NotifyDefault(
	bool value
) sealed
F#
abstract NotifyDefault : 
        value : bool -> unit 
override NotifyDefault : 
        value : bool -> unit 

Parameters

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

Implements

IButtonControl..::..NotifyDefault(Boolean)

See Also