| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Properties >====== EditList (list of edit-in-place controls) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[deletecontrol browse delete control number .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[eip edit in place manager .htm|{{btn_next_n.gif|Next page}}]] | | || | | **EditList** | **&BrowseEditQueue, PROTECTED** | {{blk2blue.jpg|blk2blue.jpg}} The **EditList **property is a reference to a structure containing a list of edit-in-place classes for use with specific browse list columns. The AddEditControl method adds new edit-in-place classes and their associated browse list columns to the EditList property. **Implementation:** You do not need to initialize this property to implement the default edit-in-place controls. The EditList property supports custom edit-in-place controls. The EditList property is a reference to a QUEUE declared in ABBROWSE.INC as follows: **BrowseEditQueue QUEUE,TYPE** **Field             UNSIGNED** **FreeUp            BYTE** **Control           &EditClass** **                END** **See Also:     **[[addeditcontrol specify custom edit in place class .htm|AddEditControl]]