Beispiel #1
0
 internal FlagCheckedListBoxItem(FlagCheckedListBox owner, int value, string caption, bool enabled = true)
 {
     Owner   = owner;
     Value   = value;
     Caption = caption;
     Enabled = enabled;
 }
Beispiel #2
0
 public FlagEnumUIEditor()
 {
     m_fclb             = new FlagCheckedListBox();
     m_fclb.BorderStyle = BorderStyle.None;
 }