Back to Devexpress

BaseButton.NotifyDefault(Boolean) Method

windowsforms-devexpress-dot-xtraeditors-dot-basebutton-dot-notifydefault-x28-system-dot-boolean-x29.md

latest1.5 KB
Original Source

BaseButton.NotifyDefault(Boolean) Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void NotifyDefault(
    bool value
)
vb
Public Sub NotifyDefault(
    value As Boolean
)

Parameters

NameTypeDescription
valueBoolean

true if the button should behave as the default button; otherwise false.

|

Remarks

The NotifyDefault method implements the corresponding method of the IButtonControl interface. This method is called by the button’s parent form to make it the default button. You do not need to use it in your code.

See Also

PerformClick()

BaseButton Class

BaseButton Members

DevExpress.XtraEditors Namespace