IMAQ.ImageViewerWindow.setRichTextBox C# (CSharp) Method

setRichTextBox() private method

private setRichTextBox ( RichTextBox box, string text ) : void
box RichTextBox
text string
return void
        private void setRichTextBox(RichTextBox box, string text)
        {
            box.Invoke(new setRichTextDelegate(setRichTextHelper), new object[] { box, text });
        }