@ -81,6 +81,18 @@ for (AutoConnectElement& elm : elements) {
}
```
### <iclass="fa fa-caret-right"></i> isMenu
```cpp
bool isMenu(void)
```
Returns whether embedded in the menu or not. The isMenu is a function that complements the [menu](apiaux.md#menu) function.
<dlclass="apidl">
<dt>**Return value**</dt>
<dd><spanclass="apidef">true</span><spanclass="apidesc">The custom Web page has been incorporated into the AutoConnect menu as a menu item.</span></dd>
<dd><spanclass="apidef">false</span><spanclass="apidesc">This custom Web page is not currently a menu item.</span></dd>