ARCed.Scintilla.Design.FlagCheckedListBox.ApplyEnumValue C# (CSharp) 메소드

ApplyEnumValue() 개인적인 메소드

private ApplyEnumValue ( ) : void
리턴 void
        private void ApplyEnumValue()
        {
            var intVal = (int)Convert.ChangeType(this.enumValue, typeof(int));
            this.UpdateCheckedItems(intVal);
        }