| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:NoFrame ====== | [[prop nexttabstop and prop prevtabstop.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop noheight.htm|{{btn_next_n.gif|Next page}}]] | | || PROP:NoFrame is valid for any target control (BUTTON, CHECK, RADIO) containing an image. If PROP:NoFrame is set to TRUE, the runtime library does not draw the focus rectangle for the target control even if it indeed has focus. This property is useful for controls with an image occupying the full control area to avoid image distortion. PROP:NoFrame has no effect if the target control does not have an image. Example: **?Button {PROP:Icon} = 'Animated.GIF'** **?Button {PROP:NoFrame} = TRUE** The default value for this property is FALSE. This property can only be set at runtime.