System.ComponentModel.Design.ISelectionService public interface ISelectionService Documentation object PrimarySelection { get; } int SelectionCount { get; } event EventHandler SelectionChanged event EventHandler SelectionChanging bool GetComponentSelected(object component) ICollection GetSelectedComponents() void SetSelectedComponents(ICollection components) void SetSelectedComponents(ICollection components, SelectionTypes selectionType)