Свойство | Тип | Описание | |
---|---|---|---|
CommentColor | Color | ||
KeyWords | LSLKeyWord>.Dictionary | ||
StringColor | Color |
Свойство | Тип | Описание | |
---|---|---|---|
GetScrollPos | Win32.POINT | ||
GetSelectionStyle | int | ||
InitializeComponent | void | ||
ReHighlight | string | ||
RtfUnicode | string | ||
SetScrollPos | void | ||
SetSelectionStyle | void | ||
colorTag | string | ||
rtfEscaped | string | ||
ttTimerElapsed | void | ||
validWordChar | bool |
Метод | Описание | |
---|---|---|
Copy ( ) : void | ||
Cut ( ) : void | ||
GetSelectionLink ( ) : int |
Get the link style for the current selection
|
|
InsertImage ( Image _image ) : void | ||
InsertLink ( string text ) : void |
Insert a given text as a link into the RichTextBox at the current insert position.
|
|
InsertLink ( string text, int position ) : void |
Insert a given text at a given position as a link.
|
|
InsertLink ( string text, string hyperlink ) : void |
Insert a given text at at the current input position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs.
|
|
InsertLink ( string text, string hyperlink, int position ) : void |
Insert a given text at a given position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs.
|
|
Paste ( ) : void | ||
Paste ( |
||
RRichTextBox ( ) : System | ||
RestoreState ( bool saveScrollBars ) : void | ||
SaveState ( bool saveScrollBars ) : void | ||
SetSelectionLink ( bool link ) : void |
Set the current selection's link style
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnMouseMove ( MouseEventArgs e ) : void | ||
OnTextChanged ( |
Метод | Описание | |
---|---|---|
GetScrollPos ( ) : Win32.POINT |
Sends a win32 message to get the scrollbars' position.
|
|
GetSelectionStyle ( |
||
InitializeComponent ( ) : void | ||
ReHighlight ( string text ) : string | ||
RtfUnicode ( string s ) : string | ||
SetScrollPos ( System.Win32 point ) : void |
Sends a win32 message to set scrollbars position.
|
|
SetSelectionStyle ( |
||
colorTag ( Color c, string s ) : string | ||
rtfEscaped ( string s ) : string | ||
ttTimerElapsed ( Object sender ) : void | ||
validWordChar ( char c ) : bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public InsertImage ( Image _image ) : void | ||
_image | Image | |
Результат | void |
public InsertLink ( string text ) : void | ||
text | string | Text to be inserted |
Результат | void |
public InsertLink ( string text, int position ) : void | ||
text | string | Text to be inserted |
position | int | Insert position |
Результат | void |
public InsertLink ( string text, string hyperlink ) : void | ||
text | string | Text to be inserted |
hyperlink | string | Invisible hyperlink string to be inserted |
Результат | void |
public InsertLink ( string text, string hyperlink, int position ) : void | ||
text | string | Text to be inserted |
hyperlink | string | Invisible hyperlink string to be inserted |
position | int | Insert position |
Результат | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnTextChanged ( |
||
e | ||
Результат | void |
public Paste ( |
||
format | ||
Результат | void |
public RestoreState ( bool saveScrollBars ) : void | ||
saveScrollBars | bool | |
Результат | void |
public SaveState ( bool saveScrollBars ) : void | ||
saveScrollBars | bool | |
Результат | void |
public SetSelectionLink ( bool link ) : void | ||
link | bool | true: set link style, false: clear link style |
Результат | void |