Responder Developer Guide
AppendText(RichTextBox,String,Color) Method


Append text with specified color and regular font style.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub AppendText( _
   ByVal box As RichTextBox, _
   ByVal text As String, _
   ByVal color As Color _
) 
'Usage
 
Dim box As RichTextBox
Dim text As String
Dim color As Color
 
RichTextBoxExtensions.AppendText(box, text, color)
[Extension()]
public static void AppendText( 
   RichTextBox box,
   string text,
   Color color
)

Parameters

box
text
color
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RichTextBoxExtensions Class
RichTextBoxExtensions Members
Overload List

 

 


Send Comment