Returns the amount of indent used in a RichTextBox control when SelectionBullet is set to true.
[Visual Basic] Public Property BulletIndent As Integer [C#] public int BulletIndent {get; set;} [C++] public: __property int get_BulletIndent(); public: __property void set_BulletIndent(int); [JScript] public function get BulletIndent() : int; public function set BulletIndent(int);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace