BExplorer.Shell.TreeViewBase.TreeViewBase C# (CSharp) Метод

TreeViewBase() публичный Метод

public TreeViewBase ( ) : BExplorer.Shell.Interop
Результат BExplorer.Shell.Interop
		public TreeViewBase() {
			SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.ResizeRedraw | ControlStyles.EnableNotifyMessage, true);
		}
		#endregion