Confirmed users
154
edits
| Line 11: | Line 11: | ||
**<strong>Position</strong>: The Flyout should always be positioned near its point of invocation. Flyouts should never be positioned in non-contextual places such as the center of the screen. [http://msdn.microsoft.com/en-us/library/windows/apps/hh465341.aspx] | **<strong>Position</strong>: The Flyout should always be positioned near its point of invocation. Flyouts should never be positioned in non-contextual places such as the center of the screen. [http://msdn.microsoft.com/en-us/library/windows/apps/hh465341.aspx] | ||
*Context Menu | *Context Menu | ||
** A maximum width that equates to approximately 50 characters. | ** A maximum width that equates to approximately <strong>50 characters</strong>. | ||
** Show the fewest number of commands possible, up to the six-command limit | ** Show the fewest number of commands possible, up to the <strong>six-command limit</strong> | ||
** Use sentence capitalization for each command name | ** Use <strong>sentence capitalization</strong> for each command name | ||
** Use a separator to distinguish groups of related commands | ** Use a separator to distinguish groups of related commands | ||
** Order custom commands in the context menu by importance, with the most important commands at the bottom | ** Order custom commands in the context menu by importance, with <strong>the most important commands at the bottom</strong> | ||