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.SelectionBullet

Determines if a paragraph in the RichTextBox control contains the current selection or insertion point has the bullet style.

[Visual Basic]
Public Property SelectionBullet As Boolean
[C#]
public bool SelectionBullet {get; set;}
[C++]
public: __property bool get_SelectionBullet();
public: __property void set_SelectionBullet(bool);
[JScript]
public function get SelectionBullet() : Boolean;
public function set SelectionBullet(Boolean);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace