C# Class csExWB.ContextMenuEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
clientpt System.Drawing.Point
contextmenutype WB_CONTEXTMENU_TYPES
ctxmenuelem IHTMLElement
dispctxmenuobj object
displaydefault bool
pt System.Drawing.Point

Méthodes publiques

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

Method Details

ContextMenuEventArgs() public méthode

public ContextMenuEventArgs ( ) : System
Résultat System

SetParameters() public méthode

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
Résultat void

Property Details

clientpt public_oe property

Client coordinates
public System.Drawing.Point clientpt
Résultat System.Drawing.Point

contextmenutype public_oe property

public WB_CONTEXTMENU_TYPES contextmenutype
Résultat WB_CONTEXTMENU_TYPES

ctxmenuelem public_oe property

Htmlelement
public IHTMLElement ctxmenuelem
Résultat IHTMLElement

dispctxmenuobj public_oe property

Htmlelement dispatch
public object dispctxmenuobj
Résultat object

displaydefault public_oe property

Display default context menu by MSHTML Default value true
public bool displaydefault
Résultat bool

pt public_oe property

Screen coordinates
public System.Drawing.Point pt
Résultat System.Drawing.Point