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