C# Class vimage.ContextMenu

Inheritance: System.Windows.Forms.ContextMenuStrip
Afficher le fichier Open project: Torrunt/vimage

Méthodes publiques

Свойство Type Description
Setting int

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ContextMenu ( ImageViewer ImageViewer ) : System
ImageViewer ImageViewer
Résultat System

GetItemByFunc() public méthode

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

LoadItems() public méthode

public LoadItems ( List General, List Animation, int AnimationInsertAtIndex ) : void
General List
Animation List
AnimationInsertAtIndex int
Résultat void

RefreshItems() public méthode

public RefreshItems ( ) : void
Résultat void

Setup() public méthode

public Setup ( bool force ) : void
force bool
Résultat void

Property Details

Setting public_oe property

public int Setting
Résultat int