ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.Select C# (CSharp) Method

Select() public method

Activates the control.
public Select ( ) : void
return void
        public new void Select()
        {
            if (ListBox != null)
                ListBox.Select();
        }
KryptonCheckedListBox