C# 클래스 Skybound.Gecko.GeckoContextMenuEventArgs

Provides data for the GeckoContextMenuEventHandler event.
상속: System.EventArgs
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
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