Alexandria.BetterRichTextBox.EndUpdate C# (CSharp) Method

EndUpdate() public method

Finish updating the text box.
public EndUpdate ( ) : void
return void
        public void EndUpdate()
        {
            SendMessage(Handle, 0xb, (IntPtr)1, IntPtr.Zero);
        }