BExplorer.Shell.TreeViewBase.TreeViewBase C# (CSharp) Méthode

TreeViewBase() public méthode

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