'Declaration
Protected Sub GetTextTarget( _ ByVal target As NNode, _ ByRef richTextView As INRichTextView, _ ByRef textBlock As NTextBlockBase _ )
'Usage
Dim instance As NDrawingCommandAction Dim target As NNode Dim richTextView As INRichTextView Dim textBlock As NTextBlockBase instance.GetTextTarget(target, richTextView, textBlock)
protected void GetTextTarget( NNode target, out INRichTextView richTextView, out NTextBlockBase textBlock )
Parameters
- target
- richTextView
- textBlock