NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.BulletIndent

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);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace