現時点で、RichTextBox に行番号表示する PictureBox を組み合わせている。 ※ Editor プロパティで、RichTextBox のインスタンスを取得できる ※ TAB および、SHIFT+TAB で一括インデントを実装 Imports System.Windows.Forms Imports System.Drawing Public Class LboxEditor Private rowAreaBackColor As System.Drawing.Color = Color.White Private lineHeight As Single Private lineX As Integer ' ******************************************************************* ' 初期処理 ' ******