FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : RichTextEditor Class |
For a list of all members of this type, see RichTextEditor members.
Name | Description | |
---|---|---|
AlignCenter_Clicked | Occurs when the center alignment is selected. | |
AlignLeft_Clicked | Occurs when the left alignment is selected. | |
AlignRight_Clicked | Occurs when the right alignment is selected. | |
AppendText | Appends text to the current text of a text box. (Inherited from System.Windows.Forms.TextBoxBase) | |
BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) | |
BitmapPaint | Overloaded. Paints a bitmap. | |
Bold_Clicked | Occurs when the bold style is selected. | |
BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) | |
CanPaste | Determines whether you can paste information from the Clipboard in the specified data format. (Inherited from System.Windows.Forms.RichTextBox) | |
Clear | Clears all text from the text box control. (Inherited from System.Windows.Forms.TextBoxBase) | |
ClearAll_Clicked | Occurs when the clear all selection choice is selected. | |
ClearUndo | Clears information about the most recent operation from the undo buffer of the text box. (Inherited from System.Windows.Forms.TextBoxBase) | |
Color_Clicked | Occurs when the color is selected. | |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control) | |
ContextMenu_Popup | Occurs when the context menu is displayed. | |
Copy | Copies when use of Clipboard is allowed. | |
Copy_Clicked | Occurs when the copy to the Clipboard choice is selected. | |
CreateCompatibleDC | Creates a compatible device context | |
CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) | |
Cut | Cuts when use of Clipboard is allowed. | |
Cut_Clicked | Occurs when the cut to the Clipboard choice is selected. | |
Delete_Clicked | Occurs when the delete selection choice is selected. | |
DeleteDC | Deletes a device context | |
DeselectAll | Specifies that the value of the System.Windows.Forms.TextBoxBase.SelectionLength property is zero so that no characters are selected in the control. (Inherited from System.Windows.Forms.TextBoxBase) | |
DisableContextMenu | Determines if the context menu is disabled. | |
Dispose | Overloaded. Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources. (Inherited from System.Windows.Forms.Control) | |
DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) | |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) | |
Find | Overloaded. Searches the text in a System.Windows.Forms.RichTextBox control for a string. (Inherited from System.Windows.Forms.RichTextBox) | |
FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) | |
Focus | Sets input focus to the control. (Inherited from System.Windows.Forms.Control) | |
Font_Clicked | Occurs when the font is selected. | |
GetCharFromPosition | Retrieves the character that is closest to the specified location within the control. (Inherited from System.Windows.Forms.TextBoxBase) | |
GetCharIndexFromPosition | Retrieves the index of the character nearest to the specified location. (Inherited from System.Windows.Forms.RichTextBox) | |
GetChildAtPoint | Overloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control) | |
GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) | |
GetFirstCharIndexFromLine | Retrieves the index of the first character of a given line. (Inherited from System.Windows.Forms.TextBoxBase) | |
GetFirstCharIndexOfCurrentLine | Retrieves the index of the first character of the current line. (Inherited from System.Windows.Forms.TextBoxBase) | |
GetLineFromCharIndex | Retrieves the line number from the specified character position within the text of the System.Windows.Forms.RichTextBox control. (Inherited from System.Windows.Forms.RichTextBox) | |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) | |
GetPositionFromCharIndex | Retrieves the location within the control at the specified character index. (Inherited from System.Windows.Forms.RichTextBox) | |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) | |
Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) | |
Invalidate | Overloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control) | |
Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) | |
Italic_Clicked | Occurs when the italic style is selected. | |
LoadFile | Overloaded. Loads a rich text format (RTF) or standard ASCII text file into the System.Windows.Forms.RichTextBox control. (Inherited from System.Windows.Forms.RichTextBox) | |
LoadFile_Clicked | Occurs when the load file is selected. | |
Paste | Overloaded. Pastes when use of Clipboard is allowed. | |
Paste_Clicked | Occurs when the paste from the Clipboard choice is selected. | |
PerformLayout | Overloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control) | |
PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control) | |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control) | |
Redo | Reapplies the last operation that was undone in the control. (Inherited from System.Windows.Forms.RichTextBox) | |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) | |
ResetText | Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control) | |
ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) | |
SaveFile | Overloaded. Saves the contents of the System.Windows.Forms.RichTextBox to a rich text format (RTF) file. (Inherited from System.Windows.Forms.RichTextBox) | |
Scale | (Inherited from System.Windows.Forms.Control) | |
ScrollToCaret | Scrolls the contents of the control to the current caret position. (Inherited from System.Windows.Forms.TextBoxBase) | |
SelectAll | Selects all text in the text box. (Inherited from System.Windows.Forms.TextBoxBase) | |
SelectAll_Clicked | Occurs when the select all choice is selected. | |
SelectNextControl | Activates the next control. (Inherited from System.Windows.Forms.Control) | |
SendToBack | Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control) | |
SetBackgroundImageRenderDimensions | Sets the dimensions of the background image renderer. | |
SetBounds | Overloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control) | |
SetRenderDimensions | Sets the dimensions of the renderer. | |
Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) | |
ShowSubEditor | Shows or hides the subeditor control associated with the cell. | |
Size_Clicked | Occurs when the size is selected. | |
SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) | |
ToString | Returns a string that represents the System.Windows.Forms.TextBoxBase control. (Inherited from System.Windows.Forms.TextBoxBase) | |
Underline_Clicked | Occurs when the underline style is selected. | |
Undo | Undoes the last edit operation in the text box. (Inherited from System.Windows.Forms.TextBoxBase) | |
Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control) |