ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.LoadFile C# (CSharp) Method

LoadFile() public method

Loads the contents of an existing data stream into the RichTextBox control.
public LoadFile ( Stream data, RichTextBoxStreamType fileType ) : void
data Stream A stream of data to load into the RichTextBox control.
fileType RichTextBoxStreamType One of the RichTextBoxStreamType values.
return void
        public void LoadFile(Stream data, RichTextBoxStreamType fileType)
        {
            _richTextBox.LoadFile(data, fileType);
        }

Same methods

KryptonRibbonGroupRichTextBox::LoadFile ( string path ) : void
KryptonRibbonGroupRichTextBox::LoadFile ( string path, RichTextBoxStreamType fileType ) : void