C# 클래스 NekoKun.ScriptListEditor

상속: AbstractEditor, IDeleteHandler
파일 보기 프로젝트 열기: NekoProject/NekoKun

공개 프로퍼티들

프로퍼티 타입 설명
list NekoKun.UI.LynnListbox

공개 메소드들

메소드 설명
Delete ( ) : void
ScriptListEditor ( ScriptListFile item ) : System
list_DoubleClick ( object sender, EventArgs e ) : void
list_DragDrop ( object sender, DragEventArgs e ) : void
list_DragEnter ( object sender, DragEventArgs e ) : void
list_KeyDown ( object sender, KeyEventArgs e ) : void
list_MouseMove ( object sender, MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
ActionDeleteScript ( ) : void
ActionInsertScript ( ) : void
ActionOpenScript ( ) : void
ActionRenameScript ( ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

ScriptListEditor() 공개 메소드

public ScriptListEditor ( ScriptListFile item ) : System
item ScriptListFile
리턴 System

list_DoubleClick() 공개 메소드

public list_DoubleClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

list_DragDrop() 공개 메소드

public list_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
리턴 void

list_DragEnter() 공개 메소드

public list_DragEnter ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
리턴 void

list_KeyDown() 공개 메소드

public list_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
리턴 void

list_MouseMove() 공개 메소드

public list_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

프로퍼티 상세

list 공개적으로 프로퍼티

public LynnListbox,NekoKun.UI list
리턴 NekoKun.UI.LynnListbox