Xceed Grid for WinForms v4.3 Documentation
PerformClick(Boolean) Method


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinButton Class > PerformClick Method : PerformClick(Boolean) Method
true if the button click should also occur graphically; false otherwise.
Performs the button's System.Windows.Forms.Control.Click event and specifies if the button click should also occur graphically.
Syntax
'Declaration
 
Public Overloads Sub PerformClick( _
   ByVal simulatePush As Boolean _
) 
'Usage
 
Dim instance As WinButton
Dim simulatePush As Boolean
 
instance.PerformClick(simulatePush)
public void PerformClick( 
   bool simulatePush
)

Parameters

simulatePush
true if the button click should also occur graphically; false otherwise.
Remarks

There will be a delay in the execution of the click event because of the timer that is used to simulate the button being pushed.

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

Reference

WinButton Class
WinButton Members
Overload List