BExplorer.Shell.TreeViewBase.SetDoubleBuffer C# (CSharp) Method

SetDoubleBuffer() private method

private SetDoubleBuffer ( ) : void
return void
		private void SetDoubleBuffer() {
			int Style = 0;

			Style |= TVS_EX_DOUBLEBUFFER;

			if (Style != 0)
				SendMessage(this.Handle, TVM_SETEXTENDEDSTYLE, (IntPtr)TVS_EX_DOUBLEBUFFER, (IntPtr)Style);
		}
		#endregion