ARCed.Scintilla.Design.FlagCheckedListBox.ApplyEnumValue C# (CSharp) Method

ApplyEnumValue() private method

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