You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
/// <param name="onTop">If another custom menu(s) is/are already showing, and this is false, the other menu(s) will be hidden; otherwise, this menu will be shown on top of it/them</param>
void Show(bool onTop = false);
/// <summary>
/// Hides this menu if it's showing. If there are menus showing on top of it, they will be hidden too.