C# Class csExWB.ContextMenuEventArgs

Inheritance: System.EventArgs
显示文件 Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
clientpt System.Drawing.Point
contextmenutype WB_CONTEXTMENU_TYPES
ctxmenuelem IHTMLElement
dispctxmenuobj object
displaydefault bool
pt System.Drawing.Point

Public Methods

Method Description
ContextMenuEventArgs ( ) : System
SetParameters ( WB_CONTEXTMENU_TYPES ContextMenuType, System pt, System clientpt, object DispCtxMenuObj, IHTMLElement CtxMenuElem ) : void

Method Details

ContextMenuEventArgs() public method

public ContextMenuEventArgs ( ) : System
return System

SetParameters() public method

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
return void

Property Details

clientpt public_oe property

Client coordinates
public System.Drawing.Point clientpt
return System.Drawing.Point

contextmenutype public_oe property

public WB_CONTEXTMENU_TYPES contextmenutype
return WB_CONTEXTMENU_TYPES

ctxmenuelem public_oe property

Htmlelement
public IHTMLElement ctxmenuelem
return IHTMLElement

dispctxmenuobj public_oe property

Htmlelement dispatch
public object dispctxmenuobj
return object

displaydefault public_oe property

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

pt public_oe property

Screen coordinates
public System.Drawing.Point pt
return System.Drawing.Point