/// <summary> /// Initializes a new instance of the <see cref="ShellView"/> class. /// </summary> public ShellView() { m_History = new ShellHistory(); m_MultiSelect = true; m_View = ShellViewStyle.LargeIcon; Size = new Size(250, 200); Navigate(ShellItem.Desktop); }