C# Класс vimage.ContextMenu

Наследование: System.Windows.Forms.ContextMenuStrip
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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