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

TCoreWebView2ContextMenuItem

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

Declaration

Source position: uWVCoreWebView2ContextMenuItem.pas line 24

type TCoreWebView2ContextMenuItem = class

protected

  FBaseIntf: ICoreWebView2ContextMenuItem;

  

  function GetInitialized;

  

  function GetName;

  

  function GetLabel;

  

  function GetCommandId;

  

  function GetShortcutKeyDescription;

  

  function GetIcon;

  

  function GetKind;

  

  function GetIsEnabled;

  

  function GetIsChecked;

  

  function GetChildren;

  

  procedure SetIsEnabled();

  

  procedure SetIsChecked();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function AddCustomItemSelectedEvent();

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ContextMenuItem; [rw]

  

  property Name: wvstring; [r]

  

  property Label_: wvstring; [r]

  

  property CommandId: Integer; [r]

  

  property ShortcutKeyDescription: wvstring; [r]

  

  property Icon: IStream; [r]

  

  property Kind: TWVMenuItemKind; [r]

  

  property IsEnabled: Boolean; [rw]

  

  property IsChecked: Boolean; [rw]

  

  property Children: ICoreWebView2ContextMenuItemCollection; [r]

  

end;

Inheritance

TCoreWebView2ContextMenuItem

  

|

TObject



CT Web help

CodeTyphon Studio