Property | Type | Description | |
---|---|---|---|
CreateView | ViewBase | ||
MonitorControl | void | ||
OnControlEnter | void | ||
OnControlLeave | void | ||
OnDesignTimeContextMenu | void | ||
OnPaletteNeedPaint | void | ||
OnRibbonPaletteChanged | void | ||
OnRichTextBoxAcceptsTabChanged | void | ||
OnRichTextBoxGotFocus | void | ||
OnRichTextBoxHScroll | void | ||
OnRichTextBoxHideSelectionChanged | void | ||
OnRichTextBoxKeyDown | void | ||
OnRichTextBoxKeyPress | void | ||
OnRichTextBoxKeyUp | void | ||
OnRichTextBoxLinkClicked | void | ||
OnRichTextBoxLostFocus | void | ||
OnRichTextBoxModifiedChanged | void | ||
OnRichTextBoxMultilineChanged | void | ||
OnRichTextBoxPreviewKeyDown | void | ||
OnRichTextBoxProtected | void | ||
OnRichTextBoxReadOnlyChanged | void | ||
OnRichTextBoxSelectionChanged | void | ||
OnRichTextBoxTextChanged | void | ||
OnRichTextBoxVScroll | void | ||
ProcessCmdKey | bool | ||
ShouldSerializeShortcutKeys | bool | ||
UnmonitorControl | void |
Method | Description | |
---|---|---|
AppendText ( string text ) : void |
Appends text to the current text of a rich text box.
|
|
CanPaste ( |
Determines whether you can paste information from the Clipboard in the specified data format.
|
|
Clear ( ) : void |
Clears all text from the text box control.
|
|
ClearUndo ( ) : void |
Clears information about the most recent operation from the undo buffer of the rich text box.
|
|
Copy ( ) : void |
Copies the current selection in the text box to the Clipboard.
|
|
Cut ( ) : void |
Moves the current selection in the text box to the Clipboard.
|
|
DeselectAll ( ) : void |
Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
|
|
Find ( char characterSet ) : int |
Searches the text of a RichTextBox control for the first instance of a character from a list of characters.
|
|
Find ( char characterSet, int start ) : int |
Searches the text of a RichTextBox control, at a specific starting point, for the first instance of a character from a list of characters.
|
|
Find ( char characterSet, int start, int end ) : int |
Searches a range of text in a RichTextBox control for the first instance of a character from a list of characters.
|
|
Find ( string str ) : int |
Searches the text in a RichTextBox control for a string.
|
|
Find ( string str, RichTextBoxFinds options ) : int |
Searches the text in a RichTextBox control for a string with specific options applied to the search.
|
|
Find ( string str, int start, RichTextBoxFinds options ) : int |
Searches the text in a RichTextBox control for a string at a specific location within the control and with specific options applied to the search.
|
|
Find ( string str, int start, int end, RichTextBoxFinds options ) : int |
Searches the text in a RichTextBox control for a string within a range of text within the control and with specific options applied to the search.
|
|
GetCharFromPosition ( Point pt ) : int |
Retrieves the character that is closest to the specified location within the control.
|
|
GetCharIndexFromPosition ( Point pt ) : int |
Retrieves the index of the character nearest to the specified location.
|
|
GetFirstCharIndexFromLine ( int lineNumber ) : int |
Retrieves the index of the first character of a given line.
|
|
GetFirstCharIndexOfCurrentLine ( ) : int |
Retrieves the index of the first character of the current line.
|
|
GetLineFromCharIndex ( int index ) : int |
Retrieves the line number from the specified character position within the text of the RichTextBox control.
|
|
GetPositionFromCharIndex ( int index ) : Point |
Retrieves the location within the control at the specified character index.
|
|
Hide ( ) : void |
Make the ribbon group hidden.
|
|
KryptonRibbonGroupRichTextBox ( ) : System |
Initialise a new instance of the KryptonRibbonGroupRichTextBox class.
|
|
LoadFile ( Stream data, RichTextBoxStreamType fileType ) : void |
Loads the contents of an existing data stream into the RichTextBox control.
|
|
LoadFile ( string path ) : void |
Loads a rich text format (RTF) or standard ASCII text file into the RichTextBox control.
|
|
LoadFile ( string path, RichTextBoxStreamType fileType ) : void |
Loads a specific type of file into the RichTextBox control.
|
|
Paste ( ) : void |
Replaces the current selection in the text box with the contents of the Clipboard.
|
|
Paste ( |
Pastes the contents of the Clipboard in the specified Clipboard format.
|
|
Redo ( ) : void |
Reapplies the last operation that was undone in the control.
|
|
ResetShortcutKeys ( ) : void |
Resets the ShortcutKeys property to its default value.
|
|
SaveFile ( Stream data, RichTextBoxStreamType fileType ) : void |
Saves the contents of a RichTextBox control to an open data stream.
|
|
SaveFile ( string path ) : void |
Saves the contents of the RichTextBox to a rich text format (RTF) file.
|
|
SaveFile ( string path, RichTextBoxStreamType fileType ) : void |
Saves the contents of the KryptonRichTextBox to a specific type of file.
|
|
ScrollToCaret ( ) : void |
Scrolls the contents of the control to the current caret position.
|
|
Select ( int start, int length ) : void |
Selects a range of text in the control.
|
|
SelectAll ( ) : void |
Selects all text in the control.
|
|
Show ( ) : void |
Make the ribbon group visible.
|
|
Undo ( ) : void |
Undoes the last edit operation in the text box.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnAcceptsTabChanged ( |
Raises the AcceptsTabChanged event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnHScroll ( |
Raises the HScroll event.
|
|
OnHideSelectionChanged ( |
Raises the HideSelectionChanged event.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnKeyUp ( |
Raises the KeyUp event.
|
|
OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void |
Raises the LinkClicked event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
OnModifiedChanged ( |
Raises the ModifiedChanged event.
|
|
OnMultilineChanged ( |
Raises the MultilineChanged event.
|
|
OnPreviewKeyDown ( |
Raises the PreviewKeyDown event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
|
OnProtected ( |
Raises the Protected event.
|
|
OnReadOnlyChanged ( |
Raises the ReadOnlyChanged event.
|
|
OnSelectionChanged ( |
Raises the SelectionChanged event.
|
|
OnTextChanged ( |
Raises the TextChanged event.
|
|
OnVScroll ( |
Raises the VScroll event.
|
Method | Description | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
MonitorControl ( KryptonRichTextBox c ) : void | ||
OnControlEnter ( object sender, |
||
OnControlLeave ( object sender, |
||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnPaletteNeedPaint ( object sender, |
||
OnRibbonPaletteChanged ( object sender, |
||
OnRichTextBoxAcceptsTabChanged ( object sender, |
||
OnRichTextBoxGotFocus ( object sender, |
||
OnRichTextBoxHScroll ( object sender, |
||
OnRichTextBoxHideSelectionChanged ( object sender, |
||
OnRichTextBoxKeyDown ( object sender, |
||
OnRichTextBoxKeyPress ( object sender, |
||
OnRichTextBoxKeyUp ( object sender, |
||
OnRichTextBoxLinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void | ||
OnRichTextBoxLostFocus ( object sender, |
||
OnRichTextBoxModifiedChanged ( object sender, |
||
OnRichTextBoxMultilineChanged ( object sender, |
||
OnRichTextBoxPreviewKeyDown ( object sender, |
||
OnRichTextBoxProtected ( object sender, |
||
OnRichTextBoxReadOnlyChanged ( object sender, |
||
OnRichTextBoxSelectionChanged ( object sender, |
||
OnRichTextBoxTextChanged ( object sender, |
||
OnRichTextBoxVScroll ( object sender, |
||
ProcessCmdKey ( |
||
ShouldSerializeShortcutKeys ( ) : bool | ||
UnmonitorControl ( KryptonRichTextBox c ) : void |
public AppendText ( string text ) : void | ||
text | string | The text to append to the current contents of the text box. |
return | void |
public CanPaste ( |
||
clipFormat | One of the System.Windows.Forms.DataFormats.Format values. | |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Find ( char characterSet ) : int | ||
characterSet | char | The array of characters to search for. |
return | int |
public Find ( char characterSet, int start ) : int | ||
characterSet | char | The array of characters to search for. |
start | int | The location within the control's text at which to begin searching. |
return | int |
public Find ( char characterSet, int start, int end ) : int | ||
characterSet | char | The array of characters to search for. |
start | int | The location within the control's text at which to begin searching. |
end | int | The location within the control's text at which to end searching. |
return | int |
public Find ( string str ) : int | ||
str | string | The text to locate in the control. |
return | int |
public Find ( string str, RichTextBoxFinds options ) : int | ||
str | string | The text to locate in the control. |
options | RichTextBoxFinds | A bitwise combination of the RichTextBoxFinds values. |
return | int |
public Find ( string str, int start, RichTextBoxFinds options ) : int | ||
str | string | The text to locate in the control. |
start | int | The location within the control's text at which to begin searching. |
options | RichTextBoxFinds | A bitwise combination of the RichTextBoxFinds values. |
return | int |
public Find ( string str, int start, int end, RichTextBoxFinds options ) : int | ||
str | string | The text to locate in the control. |
start | int | The location within the control's text at which to begin searching. |
end | int | The location within the control's text at which to end searching. This value must be equal to negative one (-1) or greater than or equal to the start parameter. |
options | RichTextBoxFinds | A bitwise combination of the RichTextBoxFinds values. |
return | int |
public GetCharFromPosition ( Point pt ) : int | ||
pt | Point | The location from which to seek the nearest character. |
return | int |
public GetCharIndexFromPosition ( Point pt ) : int | ||
pt | Point | The location to search. |
return | int |
public GetFirstCharIndexFromLine ( int lineNumber ) : int | ||
lineNumber | int | The line for which to get the index of its first character. |
return | int |
public GetFirstCharIndexOfCurrentLine ( ) : int | ||
return | int |
public GetLineFromCharIndex ( int index ) : int | ||
index | int | The character index position to search. |
return | int |
public GetPositionFromCharIndex ( int index ) : Point | ||
index | int | The index of the character for which to retrieve the location. |
return | Point |
public KryptonRibbonGroupRichTextBox ( ) : System | ||
return | System |
public LoadFile ( Stream data, RichTextBoxStreamType fileType ) : void | ||
data | Stream | A stream of data to load into the RichTextBox control. |
fileType | RichTextBoxStreamType | One of the RichTextBoxStreamType values. |
return | void |
public LoadFile ( string path ) : void | ||
path | string | The name and location of the file to load into the control. |
return | void |
public LoadFile ( string path, RichTextBoxStreamType fileType ) : void | ||
path | string | The name and location of the file to load into the control. |
fileType | RichTextBoxStreamType | One of the RichTextBoxStreamType values. |
return | void |
protected OnAcceptsTabChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnGotFocus ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnHScroll ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnHideSelectionChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnKeyDown ( |
||
e | An KeyEventArgs containing the event data. | |
return | void |
protected OnKeyPress ( |
||
e | An KeyPressEventArgs containing the event data. | |
return | void |
protected OnKeyUp ( |
||
e | An KeyEventArgs containing the event data. | |
return | void |
protected OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void | ||
e | System.Windows.Forms.LinkClickedEventArgs | A LinkClickedEventArgs that contains the event data. |
return | void |
protected OnLostFocus ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnModifiedChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnMultilineChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnPreviewKeyDown ( |
||
e | An PreviewKeyDownEventArgs containing the event data. | |
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
return | void |
protected OnProtected ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnReadOnlyChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnSelectionChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnTextChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnVScroll ( |
||
e | An EventArgs that contains the event data. | |
return | void |
public Paste ( |
||
clipFormat | The Clipboard format in which the data should be obtained from the Clipboard. | |
return | void |
public SaveFile ( Stream data, RichTextBoxStreamType fileType ) : void | ||
data | Stream | The data stream that contains the file to save to. |
fileType | RichTextBoxStreamType | One of the RichTextBoxStreamType values. |
return | void |
public SaveFile ( string path ) : void | ||
path | string | The name and location of the file to save. |
return | void |
public SaveFile ( string path, RichTextBoxStreamType fileType ) : void | ||
path | string | The name and location of the file to save. |
fileType | RichTextBoxStreamType | One of the RichTextBoxStreamType values. |
return | void |
public Select ( int start, int length ) : void | ||
start | int | The position of the first character in the current text selection within the text box. |
length | int | The number of characters to select. |
return | void |