C# 클래스 SilverlightFX.UserInterface.XButton

An extended Button control with more functionality.
상속: System.Windows.Controls.Button
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

메소드 설명
PerformClick ( ) : void

Allows invoking the associated Click event handler programmatically.

메소드 상세

PerformClick() 공개 메소드

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