ComponentFactory.Krypton.Toolkit.KryptonGroupPanelDesigner.SelectParentControl C# (CSharp) Method

SelectParentControl() public method

Select the control that contains the group panel.
public SelectParentControl ( ) : void
return void
        public void SelectParentControl()
        {
            if ((_panel != null) && (_panel.Parent != null))
                _selectionService.SetSelectedComponents(new object[] { _panel.Parent }, SelectionTypes.Primary);
        }