Confirmed users
154
edits
| Line 5: | Line 5: | ||
*Message Dialogs | *Message Dialogs | ||
** Use message dialogs to present <strong>blocking questions</strong> that require the user's input. | ** Use message dialogs to present <strong>blocking questions</strong> that require the user's input. | ||
** Use message dialogs for rror messages that apply to the <strong>overall app context</strong> | ** Use message dialogs for rror messages that apply to the <strong>overall app context</strong>[http://msdn.microsoft.com/en-us/library/windows/apps/hh738363.aspx] | ||
*Typography | *Typography | ||
** Use "Title Case" only for heading text. For other text (including button labels, menu items, etc.) use "Sentence case" [http://msdn.microsoft.com/en-us/library/windows/apps/hh465308.aspx][http://msdn.microsoft.com/en-us/library/windows/desktop/aa511453.aspx]. | ** Use "Title Case" only for heading text. For other text (including button labels, menu items, etc.) use "Sentence case" [http://msdn.microsoft.com/en-us/library/windows/apps/hh465308.aspx][http://msdn.microsoft.com/en-us/library/windows/desktop/aa511453.aspx]. | ||