User Tools

Site Tools


prop_noframe.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:NoFrame ====== Previous pageReturn to chapter overviewNext 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.

prop_noframe.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1