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

TreeViewBase() public method

public TreeViewBase ( ) : BExplorer.Shell.Interop
return BExplorer.Shell.Interop
		public TreeViewBase() {
			SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.ResizeRedraw | ControlStyles.EnableNotifyMessage, true);
		}
		#endregion