Responder Developer Guide
BuildFormatter Method


Text which wants to be append in rich text box.
Parse string to get marks with signs wanted style and to get wanted text.
Syntax
'Declaration
 
Public Sub BuildFormatter( _
   ByVal markedUpText As String _
) 
'Usage
 
Dim instance As RichTextBoxFormatter
Dim markedUpText As String
 
instance.BuildFormatter(markedUpText)
public void BuildFormatter( 
   string markedUpText
)

Parameters

markedUpText
Text which wants to be append in rich text box.
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