Read the original post at Tek Freak
In this post, we’ll create a simple, LightSwitch
‘Character Casing” TextBox. This extension
will allow us to set following ‘case’
- Normal
- Upper Case
- Lower Case
- Proper Case
- Title Case
- Sentence Case
For this walk-through we are creating a “VALUE” control. So you have to
follow this MSDN
article to create your start-up project. You also will follow
several steps from the same article. Keep that tab open.