コード例 #1
0
 public static void TextToTitle(TextEditorControl control)
 {
     control.TitleCase();
 }