[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,TextBoxBase Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows rich text box control Category=Common [Edit] Class=Memo Color=BackColor Strings=Text [Property] Width= | |100 Height= | |96 BackColor= | |clWindow ForeColor= | |clWindowText +Text= | |Sets the current text in the rich text box @AutoWordSelection=Sets a value indicating whether automatic word selection is enabled.ARG(bool)|14|0|True,False @BulletIndent=Sets the indentation used in the RichTextBox control when the bullet style is applied to the text. ARG(int)|1|0 @DetectUrls=Sets a value indicating whether or not the RichTextBox will automatically format a Uniform Resource Locator when it is typed into the control. ARG(bool)|14|0|True,False @EnableAutoDragDrop=Sets a value that enables drag-and-drop operations on text, pictures, and other data.ARG(bool)|14|1|True,False @Font=Sets the font used when displaying text in the control. ARG(Font)|15| @ForeColor=Sets the font color used when displaying text in the control. ARG(Color)|8| @MaxLength=Sets the maximum number of characters the user can type or paste into the rich text box control. ARG(int)|1|2147483647 @Multiline=Sets a value indicating whether this is a multiline RichTextBox control. ARG(bool)|14|0|True,False @RightMargin=Sets the size of a single line of text within the RichTextBox control. ARG(int)|1|0 @ScrollBars=Sets the type of scroll bars to display in the RichTextBox control. ARG(RichTextBoxScrollBars)|14|3|None,Horizontal,Vertical,Both,ForcedHorizontal,ForcedVertical,ForcedBoth @ShowSelectionMargin=Sets a value indicating whether a selection margin is displayed in the RichTextBox. ARG(bool)|14|1|True,False @ZoomFactor=Sets the current zoom level of the RichTextBox. ARG(float)|7|1 [Methods] *doAllowDrop=Sets a value indicating whether the control will enable drag-and-drop operations. ARG(bool)|1|0 *doCanPaste=Determines whether you can paste information from the Clipboard in the specified data format.ARG(DataFormats.Format clipFormat)|1|0 *doFind=Searches the text of a RichTextBox control for the first instance of a character from a list of characters. ARG(char[] characterSet)|1|0 *doFind2=Searches the text in a RichTextBox control for a string. ARG(string str)|1|0 *doFind3=Searches the text of a RichTextBox control, at a specific starting point, for the first instance of a character from a list of characters. ARG(char[] characterSet, int start)|1|0 *doFind4=Searches the text in a RichTextBox control for a string with specific options applied to the search. ARG(string str, RichTextBoxFinds options)|1|0 *doFind5=Searches a range of text in a RichTextBox control for the first instance of a character from a list of characters. ARG(char[] characterSet, int start, int end)|1|0 *doFind6=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. ARG(string str, int start, RichTextBoxFinds options)|1|0 *doFind7=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. ARG(string str, int start, int end, RichTextBoxFinds options)|1|0 *doGetCharIndexFromPosition=Retrieves the index of the character nearest to the specified location. ARG(Point pt)|1|0 *doGetLineFromCharIndex=Retrieves the line number from the specified character position within the text of the RichTextBox control. ARG(int index)|1|0 *doGetPositionFromCharIndex=Retrieves the location within the control at the specified character index. ARG(int index)|1|0 *doLanguageOption=Sets a value that indicates RichTextBox settings for Input Method Editor and Asian language support. ARG(RichTextBoxLanguageOptions)|1|0 *doLoadFile=Loads a rich text format or standard ASCII text file into the RichTextBox control. ARG(string path)|1|0 *doLoadFile2=Loads the contents of an existing data stream into the RichTextBox control. ARG(Stream data, RichTextBoxStreamType fileType)|1|0 *doLoadFile3=Loads a specific type of file into the RichTextBox control. ARG(string path, RichTextBoxStreamType fileType)|1|0 *doPaste=Pastes the contents of the Clipboard in the specified Clipboard format.ARG(DataFormats.Format clipFormat)|1|0 *doRedo=Reapplies the last operation that was undone in the control.ARG()|1|0 *doRtf=Sets the text of the RichTextBox control, including all rich text format codes. ARG(string)|1|0 *doSaveFile=Saves the contents of the RichTextBox to a rich text format file. ARG(string path)|1|0 *doSaveFile2=Saves the contents of a RichTextBox control to an open data stream. ARG(Stream data, RichTextBoxStreamType fileType)|1|0 *doSaveFile3=Saves the contents of the RichTextBox to a specific type of file. ARG(string path, RichTextBoxStreamType fileType)|1|0 *doSelectedRtf=Sets the currently selected rich text format formatted text in the control.ARG(string)|1|0 *doSelectedText=Sets the selected text within the RichTextBox. ARG(string)|1|0 *doSelectionAlignment=Sets the alignment to apply to the current selection or insertion point.ARG(HorizontalAlignment)|1|0 *doSelectionBackColor=Sets the color of text when the text is selected in a RichTextBox control. ARG(Color)|1|0 *doSelectionBullet=Sets a value indicating whether the bullet style is applied to the current selection or insertion point.ARG(bool)|1|0 *doSelectionCharOffset=Sets whether text in the control appears on the baseline, as a superscript, or as a subscript below the baseline.ARG(int)|1|0 *doSelectionColor=Sets the text color of the current text selection or insertion point.ARG(Color)|1|0 *doSelectionFont=Sets the font of the current text selection or insertion point.ARG(Font)|1|0 *doSelectionHangingIndent=Sets the distance between the left edge of the first line of text in the selected paragraph and the left edge of subsequent lines in the same paragraph.ARG(int)|1|0 *doSelectionIndent=Sets the length, in pixels, of the indentation of the line where the selection starts.ARG(int)|1|0 *doSelectionLength=Sets the number of characters selected in control. ARG(int)|1|0 *doSelectionProtected=Sets a value indicating whether the current text selection is protected.ARG(bool)|1|0 *doSelectionRightIndent=The distance between the right edge of the RichTextBox control and the right edge of the text that is selected or added at the current insertion point. ARG(int)|1|0 *doSelectionTabs=Sets the absolute tab stop positions in a RichTextBox control. ARG(int[])|1|0 *onBackgroundImageChanged=Occurs when the value of the BackgroundImage property changes. ARG(EventArgs)|2|0 *onCanPaste=Occurs after invoke the method doCanPaste and returns the result ARG(bool)|2|104 *onContentsResized=Occurs when contents within the control are resized.ARG(ContentsResizedEventArgs)|2|0 *onDragDrop=Occurs when the user completes a drag-and-drop ARG(DragEventArgs)|2|0 *onDragEnter=Occurs when an object is dragged into the control's bounds.ARG(DragEventArgs)|2|0 *onFind=Occurs after invoke the method doFind and returns the result ARG(int)|2|1 *onGetCharIndexFromPosition=Occurs after invoke the method doGetCharIndexFromPosition and returns the result ARG(int)|2|1 *onGetLineFromCharIndex=Occurs after invoke the method doGetLineFromCharIndex and returns the result ARG(int)|2|1 *onGetPositionFromCharIndex=Occurs after invoke the method doGetPositionFromCharIndex and returns the result ARG(Point)|2|0 *onHScroll=Occurs when the user clicks the horizontal scroll bar of the control.ARG(EventArgs)|2|0 *onImeChange=Occurs when the user switches input methods on an Asian version of the Windows operating system.ARG(EventArgs)|2|0 *onLinkClicked=Occurs when the user clicks on a link within the text of the control.ARG(LinkClickedEventArgs)|2|0 *onProtected=Occurs when the user attempts to modify protected text in the control.ARG(EventArgs)|2|0 *onSelectionChanged=Occurs when the selection of text within the control has changed.ARG(EventArgs)|2|0 *onVScroll=Occurs when the user clicks the vertical scroll bars of the control.ARG(EventArgs)|2|0 *AllowDrop=Returns a value indicating whether the control will enable drag-and-drop operations. ARG(bool)|3|104 *AutoWordSelection=Returns a value indicating whether automatic word selection is enabled.ARG(bool)|3|104 *BulletIndent=Returns the indentation used in the RichTextBox control when the bullet style is applied to the text. ARG(int)|3|1 *CanRedo=Returns a value indicating whether there are actions that have occurred within the RichTextBox that can be reapplied. ARG(bool)|3|104 *DetectUrls=Returns a value indicating whether or not the RichTextBox will automatically format a Uniform Resource Locator when it is typed into the control. ARG(bool)|3|104 *EnableAutoDragDrop=Returns a value that enables drag-and-drop operations on text, pictures, and other data.ARG(bool)|3|104 *Font=Returns the font used when displaying text in the control. ARG(Font)|3|0 *ForeColor=Returns the font color used when displaying text in the control. ARG(Color)|3|8 *LanguageOption=Returns a value that indicates RichTextBox settings for Input Method Editor and Asian language support. ARG(RichTextBoxLanguageOptions)|3|0 *MaxLength=Returns the maximum number of characters the user can type or paste into the rich text box control. ARG(int)|3|1 *Multiline=Returns a value indicating whether this is a multiline RichTextBox control. ARG(bool)|3|104 *RedoActionName=Returns the name of the action that can be reapplied to the control when the Redo method is called. ARG(string)|3|2 *RightMargin=Returns the size of a single line of text within the RichTextBox control. ARG(int)|3|1 *Rtf=Returns the text of the RichTextBox control, including all rich text format codes. ARG(string)|3|2 *ScrollBars=Returns the type of scroll bars to display in the RichTextBox control. ARG(RichTextBoxScrollBars)|3|0 *SelectedRtf=Returns the currently selected rich text format formatted text in the control.ARG(string)|3|2 *SelectedText=Returns the selected text within the RichTextBox. ARG(string)|3|2 *SelectionAlignment=Returns the alignment to apply to the current selection or insertion point.ARG(HorizontalAlignment)|3|0 *SelectionBackColor=Returns the color of text when the text is selected in a RichTextBox control. ARG(Color)|3|8 *SelectionBullet=Returns a value indicating whether the bullet style is applied to the current selection or insertion point.ARG(bool)|3|104 *SelectionCharOffset=Returns whether text in the control appears on the baseline, as a superscript, or as a subscript below the baseline.ARG(int)|3|1 *SelectionColor=Returns the text color of the current text selection or insertion point.ARG(Color)|3|8 *SelectionFont=Returns the font of the current text selection or insertion point.ARG(Font)|3|0 *SelectionHangingIndent=Returns the distance between the left edge of the first line of text in the selected paragraph and the left edge of subsequent lines in the same paragraph.ARG(int)|3|1 *SelectionIndent=Returns the length, in pixels, of the indentation of the line where the selection starts.ARG(int)|3|1 *SelectionLength=Returns the number of characters selected in control. ARG(int)|3|1 *SelectionProtected=Returns a value indicating whether the current text selection is protected.ARG(bool)|3|104 *SelectionRightIndent=The distance between the right edge of the RichTextBox control and the right edge of the text that is selected or added at the current insertion point. ARG(int)|3|1 *SelectionTabs=Returns the absolute tab stop positions in a RichTextBox control. ARG(int[])|3|13 *SelectionType=Returns the selection type within the control.ARG(RichTextBoxSelectionTypes)|3|0 *ShowSelectionMargin=Returns a value indicating whether a selection margin is displayed in the RichTextBox. ARG(bool)|3|104 *Text=Returns the current text in the rich text box. ARG(string)|3|2 *UndoActionName=Returns the name of the action that can be undone in the control when the Undo method is called. ARG(string)|3|2 *ZoomFactor=Returns the current zoom level of the RichTextBox. ARG(float)|3|107 RichTextBox=Returns the RichTextBox object. ARG(RichTextBox)|3|0 *characterSet=The array of characters to search for. ARG(char[])|4|13 *clipFormat=One of the System.Windows.Forms .DataFormats .Format values. ARG(DataFormats.Format)|4|0 *data=A stream of data to load into the RichTextBox control. ARG(Stream)|4|10 *end=The location within the control's text at which to end searching. ARG(int)|4|1 *fileType=One of the RichTextBoxStreamType values. ARG(RichTextBoxStreamType)|4|0 *index=The character index position to search. ARG(int)|4|1 *options=A bitwise combination of the RichTextBoxFinds values. ARG(RichTextBoxFinds)|4|0 *path=The name and location of the file to load into the control. ARG(string)|4|2 *pt=The location to search. ARG(Point)|4|0 *start=The location within the control's text at which to begin searching. ARG(int)|4|1 *str=The text to locate in the control. ARG(string)|4|2