| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== AlignShortcutsToLeft ( position menu shortcuts to left ) ====== | [[menustylemanager methods.htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[applytheme set menu colors and indicators .htm|{{btn_next_n.gif|Next page}}]] | | || **AlignShortcutsToLeft( **//value//** )** {{blk2blue.jpg|blk2blue.jpg}} | //value// | An optional BYTE value used to position any menu shortcuts. The default value is 1. | The **AlignShortcutsToLeft** method is used to left align the menu shortcuts or hot keys specified. These shortcuts always appear to the right of the menu text. This method is used to simply determine how they are aligned. If //value// is zero (0), the shortcuts 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. **See Also:     [[areshortcutsleftaligned detect left aligned menu shortcuts .htm|AreShortcutsLeftAligned ( detect left aligned menu shortcuts )]]**