Spread Windows Forms 6.0 Product Documentation
NotifyDefault Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : NotifyDefault Method


value
whether the control should behave as a default button

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Sub NotifyDefault( _
   ByVal value As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpButton
Dim value As Boolean
 
instance.NotifyDefault(value)
C# 
public void NotifyDefault( 
   bool value
)

Parameters

value
whether the control should behave as a default button

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.