ARCed.Scintilla.Design.FlagCheckedListBox.ApplyEnumValue C# (CSharp) Méthode

ApplyEnumValue() private méthode

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