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