C# 클래스 Sirius.Win32.Lib.Controls.Button

상속: Control
파일 보기 프로젝트 열기: mkolisnyk/Sirius 1 사용 예제들

공개 메소드들

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

메소드 상세

Button() 공개 메소드

public Button ( ) : 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