Unit 'uWVCoreWebView2Args' Package
[Overview][Classes][Index] [#pl_win_webview]

TCoreWebView2ContextMenuRequestedEventArgs

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uWVCoreWebView2Args.pas line 1591

type TCoreWebView2ContextMenuRequestedEventArgs = class

protected

  FBaseIntf: ICoreWebView2ContextMenuRequestedEventArgs;

  

  function GetInitialized;

  

  function GetMenuItems;

  

  function GetContextMenuTarget;

  

  function GetLocation;

  

  function GetSelectedCommandId;

  

  function GetDeferral;

  

  function GetHandled;

  

  procedure SetSelectedCommandId();

  

  procedure SetHandled();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ContextMenuRequestedEventArgs; [r]

  

  property MenuItems: ICoreWebView2ContextMenuItemCollection; [r]

  

  property ContextMenuTarget: ICoreWebView2ContextMenuTarget; [r]

  

  property Location: TPoint; [r]

  

  property SelectedCommandId: Integer; [rw]

  

  property Handled: Boolean; [rw]

  

  property Deferral: ICoreWebView2Deferral; [r]

  

end;

Inheritance

TCoreWebView2ContextMenuRequestedEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio