| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:InToolbar ====== | [[prop interface.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop iprequestcount.htm|{{btn_next_n.gif|Next page}}]] | | || A toggle attribute which returns whether the control is in a TOOLBAR structure. (READ-ONLY) **Example:** **WinView WINDOW('View'),AT(0,0,,),MDI,MAX,HVSCROLL,SYSTEM,RESIZE** **         TOOLBAR** **          BUTTON('Save Picture'),AT(80,180,60,20),USE(?SavePic)** **         END** **         LIST,AT(6,6,120,90),USE(?List),FORMAT('120L'),FROM(Q),IMM** **        END** ** CODE** ** OPEN(WinView)** ** IF ?SavePic{****PROP:InToolbar****} = TRUE** **  !DO Something** ** END** ** ACCEPT** ** END**