Responder Developer Guide
ColorMarker Method


Syntax
'Declaration
 
Public Shared Function ColorMarker( _
   ByVal text As String, _
   ByVal color As Color _
) As String
'Usage
 
Dim text As String
Dim color As Color
Dim value As String
 
value = RichTextBoxFormatter.ColorMarker(text, color)
public static string ColorMarker( 
   string text,
   Color color
)

Parameters

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

RichTextBoxFormatter Class
RichTextBoxFormatter Members

 

 


Send Comment