Spread Windows Forms 12.0 Product Documentation
NotifyDefault Method


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : NotifyDefault Method
whether the control should behave as a default button
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)
public void NotifyDefault( 
   bool value
)

Parameters

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

Reference

FpButton Class
FpButton Members