Sets a value that indicates whether the first letter of sentences is automatically capitalized as you type.
Namespace: Karamasoft.Html.UltimateSpellMVCAssembly: UltimateSpellMVC (in UltimateSpellMVC.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public UltimateSpellCreator CapitalizeFirstLetterOfSentences( bool value ) |
| Visual Basic |
|---|
Public Function CapitalizeFirstLetterOfSentences ( _ value As Boolean _ ) As UltimateSpellCreator |
| Visual C++ |
|---|
public: UltimateSpellCreator^ CapitalizeFirstLetterOfSentences( bool value ) |
Parameters
- value
- Type: System..::..Boolean
The value that indicates whether the first letter of sentences is automatically capitalized as you type.