C# 클래스 Utilities.BoolButtonControl

파일 보기 프로젝트 열기: redinkinc/Utilities 1 사용 예제들

공개 메소드들

메소드 설명
BoolButtonControl ( BoolButton model ) : System.Windows.Input
Display ( bool state ) : void

비공개 메소드들

메소드 설명
BoolButton_OnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
BoolButton_OnMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

BoolButtonControl() 공개 메소드

public BoolButtonControl ( BoolButton model ) : System.Windows.Input
model BoolButton
리턴 System.Windows.Input

Display() 공개 메소드

public Display ( bool state ) : void
state bool
리턴 void