[]
        
(Showing Draft Content)

FarPoint.Win.FpButton.NotifyDefault

NotifyDefault Method

NotifyDefault(bool)

Notifies a control that this button is the default button for appearance sake.

Declaration
public void NotifyDefault(bool value)
Public Sub NotifyDefault(value As Boolean)
Parameters
Type Name Description
bool value

whether the control should behave as a default button

Implements