C# 클래스 winmaped2.ToolPalette

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: Bananattack/verge3 1 사용 예제들

공개 메소드들

메소드 설명
ToolPalette ( ) : System
registerButton ( ToolButton tb, Plugins mapPlugin ) : void
registerPlugin ( Plugins mapPlugin, System.Guid guid ) : void

비공개 메소드들

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

메소드 상세

ToolPalette() 공개 메소드

public ToolPalette ( ) : System
리턴 System

registerButton() 공개 메소드

public registerButton ( ToolButton tb, Plugins mapPlugin ) : void
tb ToolButton
mapPlugin Plugins
리턴 void

registerPlugin() 공개 메소드

public registerPlugin ( Plugins mapPlugin, System.Guid guid ) : void
mapPlugin Plugins
guid System.Guid
리턴 void