C# Class SilverlightFX.UserInterface.XButton

An extended Button control with more functionality.
Inheritance: System.Windows.Controls.Button
Exibir arquivo Open project: nikhilk/silverlightfx Class Usage Examples

Public Methods

Method Description
PerformClick ( ) : void

Allows invoking the associated Click event handler programmatically.

Method Details

PerformClick() public method

Allows invoking the associated Click event handler programmatically.
public PerformClick ( ) : void
return void