ComponentFactory.Krypton.Toolkit.KryptonListBox.SetFixedState C# (CSharp) Method

SetFixedState() public method

Sets the fixed state of the control.
public SetFixedState ( bool active ) : void
active bool Should the control be fixed as active.
return void
        public void SetFixedState(bool active)
        {
            _fixedActive = active;
        }
KryptonListBox