/// <summary> /// Creates a toolbar control. /// </summary> /// <param name="id">The Component id for the toolbar.</param> public Toolbar(string id, ToolbarProperties properties, ToolbarBuilder builder, bool hasJewel) : base(id, properties) { _builder = builder; _hasJewel = hasJewel; }