| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== AreShortcutsLeftAligned ( detect left aligned menu shortcuts ) ====== | [[applytheme set menu colors and indicators .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[clearthemevalues.htm|{{btn_next_n.gif|Next page}}]] | | || **AreShortcutsLeftAligned( ), BYTE** {{blk2blue.jpg|blk2blue.jpg}} The **AreShortcutsLeftAligned** method is used to detect if the shortcut of any menu are left aligned, If the return value is TRUE (1), the menu shortcuts are left aligned. Otherwise, if the function returns FALSE (0), they are right aligned. **Implementation:** The method is not called anywhere within the **MenuStyleManager** Class. It is an optional method that can be used by the developer to detect and possibly change the alignment of menu shortcuts at runtime. **Return Data Type:**     BYTE **See Also:     [[alignshortcutstoleft position menu shortcuts to left .htm|AlignShortcutsToLeft ( position menu shortcuts to left )]]**