C# 클래스 FlickrSync.CustomButton

파일 보기 프로젝트 열기: vboctor/FlickrSync

공개 프로퍼티들

프로퍼티 타입 설명
ID int
call ButtonCall
text string
width int

공개 메소드들

메소드 설명
CustomButton ( string ptext, int pwidth, int pid, ButtonCall pcall ) : System

메소드 상세

CustomButton() 공개 메소드

public CustomButton ( string ptext, int pwidth, int pid, ButtonCall pcall ) : System
ptext string
pwidth int
pid int
pcall ButtonCall
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

call 공개적으로 프로퍼티

public ButtonCall call
리턴 ButtonCall

text 공개적으로 프로퍼티

public string text
리턴 string

width 공개적으로 프로퍼티

public int width
리턴 int