C# Class vimage.ContextMenu

Inheritance: System.Windows.Forms.ContextMenuStrip
ファイルを表示 Open project: Torrunt/vimage

Public Properties

Property Type Description
Setting int

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ContextMenu() public method

public ContextMenu ( ImageViewer ImageViewer ) : System
ImageViewer ImageViewer
return System

GetItemByFunc() public method

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

LoadItems() public method

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

RefreshItems() public method

public RefreshItems ( ) : void
return void

Setup() public method

public Setup ( bool force ) : void
force bool
return void

Property Details

Setting public_oe property

public int Setting
return int