ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.SetFixedState C# (CSharp) Метод

SetFixedState() публичный Метод

Sets the fixed state of the control.
public SetFixedState ( bool active ) : void
active bool Should the control be fixed as active.
Результат void
        public void SetFixedState(bool active)
        {
            _fixedActive = active;
        }
KryptonCheckedListBox