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

The string containing the leading punctuation characters of the rich edit control. This is valid only in Asian versions of the operating systems.

[Visual Basic]
Public Property LeadPunctuation As String
[C#]
public string LeadPunctuation {get; set;}
[C++]
public: __property String* get_LeadPunctuation();
public: __property void set_LeadPunctuation(String*);
[JScript]
public function get LeadPunctuation() : String;
public function set LeadPunctuation(String);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace