C# 클래스 vimage.ContextMenu

상속: System.Windows.Forms.ContextMenuStrip
파일 보기 프로젝트 열기: Torrunt/vimage

공개 프로퍼티들

프로퍼티 타입 설명
Setting int

공개 메소드들

메소드 설명
ContextMenu ( ImageViewer ImageViewer ) : System
GetItemByFunc ( string func ) : ToolStripMenuItem

returns the ToolStripMenuItem based on the name of the function.

LoadItems ( List General, List Animation, int AnimationInsertAtIndex ) : void
RefreshItems ( ) : void
Setup ( bool force ) : void

비공개 메소드들

메소드 설명
ContexMenuItemClicked ( object sender, EventArgs e ) : void
GetItemByFuncFrom ( string func, List list, ToolStripItemCollection collection ) : ToolStripMenuItem
LoadItemsInto ( List list, List items, int depth ) : void
VariableAmountOfStrings ( int amount, string s ) : string

메소드 상세

ContextMenu() 공개 메소드

public ContextMenu ( ImageViewer ImageViewer ) : System
ImageViewer ImageViewer
리턴 System

GetItemByFunc() 공개 메소드

returns the ToolStripMenuItem based on the name of the function.
public GetItemByFunc ( string func ) : ToolStripMenuItem
func string
리턴 System.Windows.Forms.ToolStripMenuItem

LoadItems() 공개 메소드

public LoadItems ( List General, List Animation, int AnimationInsertAtIndex ) : void
General List
Animation List
AnimationInsertAtIndex int
리턴 void

RefreshItems() 공개 메소드

public RefreshItems ( ) : void
리턴 void

Setup() 공개 메소드

public Setup ( bool force ) : void
force bool
리턴 void

프로퍼티 상세

Setting 공개적으로 프로퍼티

public int Setting
리턴 int