示例#1
0
        public ColorPicker(Root root,
                           string id,
                           ColorPickerProperties properties,
                           ColorStyle[] colors)
            : base(root, id, properties)
        {
            AddDisplayMode("Menu");

            _colors     = colors;
            _colorTable = new Table();
        }
示例#2
0
        public ColorPicker(Root root,
                           string id,
                           ColorPickerProperties properties,
                           ColorStyle[] colors)
            : base(root, id, properties)
        {
            AddDisplayMode("Menu");

            _colors = colors;
            _colorTable = new Table();
        }