ARCed.Scintilla.Design.FlagCheckedListBoxItem.FlagCheckedListBoxItem C# (CSharp) Method

FlagCheckedListBoxItem() public method

public FlagCheckedListBoxItem ( int v, string c ) : System
v int
c string
return System
        public FlagCheckedListBoxItem(int v, string c)
        {
            this.value = v;
            this.caption = c;
        }