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);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace