C# 클래스 MWFResourceEditor.ImagePanel

상속: System.Windows.Forms.Panel, IPanel
파일 보기 프로젝트 열기: mono/winforms-tools 1 사용 예제들

공개 메소드들

메소드 설명
ClearResource ( ) : void
ImagePanel ( ResourceContentControl parentControl ) : System

보호된 메소드들

메소드 설명
OnSizeChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
OnClickButton ( object sender, EventArgs e ) : void

메소드 상세

ClearResource() 공개 메소드

public ClearResource ( ) : void
리턴 void

ImagePanel() 공개 메소드

public ImagePanel ( ResourceContentControl parentControl ) : System
parentControl ResourceContentControl
리턴 System

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void