C# 클래스 Sirius.Win32.SvcImpl.Controls.ButtonSvc

상속: IButtonContract
파일 보기 프로젝트 열기: mkolisnyk/Sirius

공개 메소드들

메소드 설명
ButtonSvc ( ) : System
Click ( int hwnd ) : void
IsChecked ( int hwnd ) : bool
IsIntermediate ( int hwnd ) : bool
IsPressed ( int hwnd ) : bool
SetCheck ( int hwnd, bool check ) : void

메소드 상세

ButtonSvc() 공개 메소드

public ButtonSvc ( ) : System
리턴 System

Click() 공개 메소드

public Click ( int hwnd ) : void
hwnd int
리턴 void

IsChecked() 공개 메소드

public IsChecked ( int hwnd ) : bool
hwnd int
리턴 bool

IsIntermediate() 공개 메소드

public IsIntermediate ( int hwnd ) : bool
hwnd int
리턴 bool

IsPressed() 공개 메소드

public IsPressed ( int hwnd ) : bool
hwnd int
리턴 bool

SetCheck() 공개 메소드

public SetCheck ( int hwnd, bool check ) : void
hwnd int
check bool
리턴 void