MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / Item

Enum Item

SampleApps/WebView2APISample/Toolbar.h:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15public:
16 enum Item
17 {
18 Item_BackButton,
19 Item_ForwardButton,
20 Item_ReloadButton,
21 Item_CancelButton,
22 Item_AddressBar,
23 Item_GoButton,
24 Item_LAST,
25 };
26 Toolbar();
27 ~Toolbar();
28 void Initialize(AppWindow* appWindow);

Callers 2

ResizeMethod · 0.85
UpdateDpiAndTextScaleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected