C# 클래스 csExWB.ContextMenuEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset

공개 프로퍼티들

프로퍼티 타입 설명
clientpt System.Drawing.Point
contextmenutype WB_CONTEXTMENU_TYPES
ctxmenuelem IHTMLElement
dispctxmenuobj object
displaydefault bool
pt System.Drawing.Point

공개 메소드들

메소드 설명
ContextMenuEventArgs ( ) : System
SetParameters ( WB_CONTEXTMENU_TYPES ContextMenuType, System pt, System clientpt, object DispCtxMenuObj, IHTMLElement CtxMenuElem ) : void

메소드 상세

ContextMenuEventArgs() 공개 메소드

public ContextMenuEventArgs ( ) : System
리턴 System

SetParameters() 공개 메소드

public SetParameters ( WB_CONTEXTMENU_TYPES ContextMenuType, System pt, System clientpt, object DispCtxMenuObj, IHTMLElement CtxMenuElem ) : void
ContextMenuType WB_CONTEXTMENU_TYPES
pt System
clientpt System
DispCtxMenuObj object
CtxMenuElem IHTMLElement
리턴 void

프로퍼티 상세

clientpt 공개적으로 프로퍼티

Client coordinates
public System.Drawing.Point clientpt
리턴 System.Drawing.Point

contextmenutype 공개적으로 프로퍼티

public WB_CONTEXTMENU_TYPES contextmenutype
리턴 WB_CONTEXTMENU_TYPES

ctxmenuelem 공개적으로 프로퍼티

Htmlelement
public IHTMLElement ctxmenuelem
리턴 IHTMLElement

dispctxmenuobj 공개적으로 프로퍼티

Htmlelement dispatch
public object dispctxmenuobj
리턴 object

displaydefault 공개적으로 프로퍼티

Display default context menu by MSHTML Default value true
public bool displaydefault
리턴 bool

pt 공개적으로 프로퍼티

Screen coordinates
public System.Drawing.Point pt
리턴 System.Drawing.Point