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

Add() 공개 메소드

public Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
item FlagCheckedListBoxItem
리턴 FlagCheckedListBoxItem
        public FlagCheckedListBoxItem Add(FlagCheckedListBoxItem item)
        {
            Items.Add(item);
            return item;
        }

Same methods

FlagCheckedListBox::Add ( int v, string c ) : FlagCheckedListBoxItem