Notifies a control that this button is the default button for appearance sake.
Syntax
'Declaration
Public Sub NotifyDefault( _
ByVal As Boolean _
)
'Usage
Dim instance As FpButton
Dim value As Boolean
instance.NotifyDefault(value)
public void NotifyDefault(
bool
)
Parameters
- value
- whether the control should behave as a default button
See Also