C# Класс Skybound.Gecko.GeckoContextMenuEventArgs

Provides data for the GeckoContextMenuEventHandler event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GeckoContextMenuEventArgs ( Point location, ContextMenu contextMenu, string associatedLink, Uri backgroundImageSrc, Uri imageSrc, GeckoNode targetNode ) : System

Creates a new instance of a GeckoContextMenuEventArgs object.

Описание методов

GeckoContextMenuEventArgs() публичный Метод

Creates a new instance of a GeckoContextMenuEventArgs object.
public GeckoContextMenuEventArgs ( Point location, ContextMenu contextMenu, string associatedLink, Uri backgroundImageSrc, Uri imageSrc, GeckoNode targetNode ) : System
location Point
contextMenu System.Windows.Forms.ContextMenu
associatedLink string
backgroundImageSrc System.Uri
imageSrc System.Uri
targetNode GeckoNode
Результат System