Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / NotifyDefault Method
whether the control should behave as a default button


In This Topic
NotifyDefault Method
In This Topic
Notifies a control that this button is the default button for appearance sake.
Syntax
'Declaration
 
Public Sub NotifyDefault( _
   ByVal value As Boolean _
) 
 
'Usage
 
Dim instance As FpButton
Dim value As Boolean
 
instance.NotifyDefault(value)

Parameters

value
whether the control should behave as a default button
See Also