C# Class SilverlightFX.UserInterface.XButton

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

Méthodes publiques

Méthode Description
PerformClick ( ) : void

Allows invoking the associated Click event handler programmatically.

Method Details

PerformClick() public méthode

Allows invoking the associated Click event handler programmatically.
public PerformClick ( ) : void
Résultat void