| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:AlwaysDrop ====== | [[prop active.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop appinstance.htm|{{btn_next_n.gif|Next page}}]] | | || When set to zero, the drop portion of a COMBO or LIST control with the DROP attribute only drops down when the user clicks on the dropdown icon, and when the user presses the down arrow key the displayed entries rotate without dropping down the list. When set to anything other than zero, the drop portion drops down either on the down arrow key or click on the dropdown icon. **Example:** **MDIChild WINDOW('Child One'),AT(0,0,320,200),MDI,MAX,HVSCROLL** **      COMBO(@S20),AT(0,0,20,220),USE(MyCombo),FROM(Que),DROP(5)** **             END** ** CODE** ** OPEN(MDIChild)** ** ?MyCombo{****PROP:AlwaysDrop****} = 0  !Set windows-like drop behavior**