C# 클래스 Relative.ButtonStateVar

상속: StateVar
파일 보기 프로젝트 열기: Arhirat/Relative 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mOnClick Event
mOnStartDrag DragRequest

공개 메소드들

메소드 설명
ButtonStateVar ( MouseButtons button, Label label ) : System
logState ( String state, Vec pos ) : void

메소드 상세

ButtonStateVar() 공개 메소드

public ButtonStateVar ( MouseButtons button, Label label ) : System
button MouseButtons
label System.Windows.Forms.Label
리턴 System

logState() 공개 메소드

public logState ( String state, Vec pos ) : void
state String
pos Vec
리턴 void

프로퍼티 상세

mOnClick 공개적으로 프로퍼티

public Event mOnClick
리턴 Event

mOnStartDrag 공개적으로 프로퍼티

public DragRequest mOnStartDrag
리턴 DragRequest