Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RichTextBox に複数の段落があります。特定の段落だけを表示することはできますか?
前もって感謝します...
段落の開始インデックスと終了インデックスを保持します。そのため、選択をRichTextBox.SelectionStart行い、次にを使用してそこに移動できますRichTextBox.SelectionLength。そのような組み込みメソッドはありません。すべて自分で行う必要があります。
RichTextBox.SelectionStart
RichTextBox.SelectionLength